From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC758138335 for ; Mon, 25 Feb 2019 17:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2E54E08E2; Mon, 25 Feb 2019 17:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72DBDE08E2 for ; Mon, 25 Feb 2019 17:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCB5333BEC7 for ; Mon, 25 Feb 2019 17:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48DDA54C for ; Mon, 25 Feb 2019 17:05:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551114326.b9d2de76f5f18741960420e2bad07ea3f064d35c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/discover/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/discover/Manifest kde-plasma/discover/discover-5.15.1.ebuild kde-plasma/discover/metadata.xml X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b9d2de76f5f18741960420e2bad07ea3f064d35c X-VCS-Branch: master Date: Mon, 25 Feb 2019 17:05:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2af21fb9-63e4-4fb4-a39e-e79a5f1e4139 X-Archives-Hash: 32239326e2d1e681b9f88144ea0cd497 commit: b9d2de76f5f18741960420e2bad07ea3f064d35c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 25 17:01:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 25 17:05:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d2de76 kde-plasma/discover: New package Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/Manifest | 1 + kde-plasma/discover/discover-5.15.1.ebuild | 58 ++++++++++++++++++++++++++++++ kde-plasma/discover/metadata.xml | 11 ++++++ 3 files changed, 70 insertions(+) diff --git a/kde-plasma/discover/Manifest b/kde-plasma/discover/Manifest new file mode 100644 index 00000000000..42bf239a99e --- /dev/null +++ b/kde-plasma/discover/Manifest @@ -0,0 +1 @@ +DIST discover-5.15.1.tar.xz 10441384 BLAKE2B 04b869dffded41a52faa856ded1d7b49f85f2fe9faaf92d95d0fc5f6657660daade6cde7f64bcfedb0c174b65834ba057a8a88639c45349c831baf1f28a57d57 SHA512 e3d998e1cd3f754bdf93ead71fd4fc848f495fa48bcce9489c105c0d7a5e25adefa2cc123e975a75ee71975816ead2a7f1e29a8bfbf31a320eb328183a954b41 diff --git a/kde-plasma/discover/discover-5.15.1.ebuild b/kde-plasma/discover/discover-5.15.1.ebuild new file mode 100644 index 00000000000..fe7845f02cc --- /dev/null +++ b/kde-plasma/discover/discover-5.15.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Plasma resources management GUI" +HOMEPAGE="https://userbase.kde.org/Discover" +KEYWORDS="~amd64 ~x86" +IUSE="firmware" + +DEPEND=" + $(add_frameworks_dep attica) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kirigami) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + firmware? ( sys-apps/fwupd ) +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) +" + +src_prepare() { + kde5_src_prepare + # we don't need it with PackageKitBackend off + punt_bogus_dep KF5 Archive +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON + -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON + -DCMAKE_DISABLE_FIND_PACKAGE_Snapd=ON + -DBUILD_FlatpakBackend=OFF + -DBUILD_FwupdBackend=$(usex firmware) + ) + + kde5_src_configure +} diff --git a/kde-plasma/discover/metadata.xml b/kde-plasma/discover/metadata.xml new file mode 100644 index 00000000000..59d0ace33b0 --- /dev/null +++ b/kde-plasma/discover/metadata.xml @@ -0,0 +1,11 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + Enable support for firmware upgrades using sys-apps/fwupd + +