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 8C372138334 for ; Thu, 11 Oct 2018 19:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820DBE08FA; Thu, 11 Oct 2018 19:37:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3BF34E08FA for ; Thu, 11 Oct 2018 19:37:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0E22E335D0E for ; Thu, 11 Oct 2018 19:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA66B3CF for ; Thu, 11 Oct 2018 19:37:22 +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: <1539286390.1c8420509364a6ccc6531bda0496d4404efe61c0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/discover/discover-5.14.0.ebuild kde-plasma/discover/discover-5.14.49.9999.ebuild kde-plasma/discover/discover-9999.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: 1c8420509364a6ccc6531bda0496d4404efe61c0 X-VCS-Branch: master Date: Thu, 11 Oct 2018 19:37:22 +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-Archives-Salt: cd764b4d-d368-44a0-aa10-35e54f7cf8f4 X-Archives-Hash: 8d7ea86560d4ff1d1ae99682f39350f0 commit: 1c8420509364a6ccc6531bda0496d4404efe61c0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 19:33:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 11 19:33:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c842050 kde-plasma/discover: New package Bug: https://bugs.gentoo.org/647418 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/discover/discover-5.14.0.ebuild | 47 ++++++++++++++++++++++++ kde-plasma/discover/discover-5.14.49.9999.ebuild | 47 ++++++++++++++++++++++++ kde-plasma/discover/discover-9999.ebuild | 47 ++++++++++++++++++++++++ kde-plasma/discover/metadata.xml | 11 ++++++ 4 files changed, 152 insertions(+) diff --git a/kde-plasma/discover/discover-5.14.0.ebuild b/kde-plasma/discover/discover-5.14.0.ebuild new file mode 100644 index 0000000000..14966180f4 --- /dev/null +++ b/kde-plasma/discover/discover-5.14.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Plasma resources management GUI" +HOMEPAGE="https://cgit.kde.org/bluedevil.git" +KEYWORDS="~amd64" +IUSE="firmware" + +DEPEND=" + $(add_frameworks_dep attica) + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kio) + $(add_frameworks_dep kirigami) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(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) + firmware? ( sys-apps/fwupd ) +" +# $(add_frameworks_dep kconfigwidgets) +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_FIND_PACKAGE_packagekitqt5=OFF + -DCMAKE_FIND_PACKAGE_AppStreamQt=OFF + $(cmake-utils_use_find_package firmware LIBFWUPD) + ) + + kde5_src_configure +} diff --git a/kde-plasma/discover/discover-5.14.49.9999.ebuild b/kde-plasma/discover/discover-5.14.49.9999.ebuild new file mode 100644 index 0000000000..602d92fe61 --- /dev/null +++ b/kde-plasma/discover/discover-5.14.49.9999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Plasma resources management GUI" +HOMEPAGE="https://cgit.kde.org/bluedevil.git" +KEYWORDS="" +IUSE="firmware" + +DEPEND=" + $(add_frameworks_dep attica) + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kio) + $(add_frameworks_dep kirigami) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(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) + firmware? ( sys-apps/fwupd ) +" +# $(add_frameworks_dep kconfigwidgets) +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_FIND_PACKAGE_packagekitqt5=OFF + -DCMAKE_FIND_PACKAGE_AppStreamQt=OFF + $(cmake-utils_use_find_package firmware LIBFWUPD) + ) + + kde5_src_configure +} diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild new file mode 100644 index 0000000000..602d92fe61 --- /dev/null +++ b/kde-plasma/discover/discover-9999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Plasma resources management GUI" +HOMEPAGE="https://cgit.kde.org/bluedevil.git" +KEYWORDS="" +IUSE="firmware" + +DEPEND=" + $(add_frameworks_dep attica) + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kio) + $(add_frameworks_dep kirigami) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(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) + firmware? ( sys-apps/fwupd ) +" +# $(add_frameworks_dep kconfigwidgets) +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_FIND_PACKAGE_packagekitqt5=OFF + -DCMAKE_FIND_PACKAGE_AppStreamQt=OFF + $(cmake-utils_use_find_package firmware LIBFWUPD) + ) + + kde5_src_configure +} diff --git a/kde-plasma/discover/metadata.xml b/kde-plasma/discover/metadata.xml new file mode 100644 index 0000000000..59d0ace33b --- /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 + +