public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/
Date: Thu, 11 Oct 2018 19:37:22 +0000 (UTC)	[thread overview]
Message-ID: <1539286390.1c8420509364a6ccc6531bda0496d4404efe61c0.asturm@gentoo> (raw)

commit:     1c8420509364a6ccc6531bda0496d4404efe61c0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 19:33:10 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<use>
+		<flag name="firmware">Enable support for firmware upgrades using <pkg>sys-apps/fwupd</pkg></flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2018-10-11 19:37 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-11 19:37 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-13 17:42 [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ Andreas Sturmlechner
2018-10-13 23:53 Andreas Sturmlechner
2018-10-16 14:10 Andreas Sturmlechner
2018-10-29 19:29 Andreas Sturmlechner
2018-11-07 18:41 Andreas Sturmlechner
2018-11-13 11:56 Andreas Sturmlechner
2018-11-30  1:16 Andreas Sturmlechner
2019-01-08 19:18 Andreas Sturmlechner
2019-01-30 17:44 Andreas Sturmlechner
2019-02-14  7:44 Andreas Sturmlechner
2019-02-19 14:48 Andreas Sturmlechner
2019-02-25 16:58 Andreas Sturmlechner
2019-02-25 17:11 Andreas Sturmlechner
2019-03-01 13:27 Andreas Sturmlechner
2019-03-02 11:41 Andreas Sturmlechner
2019-06-05 19:06 Andreas Sturmlechner
2019-10-11 20:27 Andreas Sturmlechner
2020-07-10 14:39 Andreas Sturmlechner
2020-10-25  0:26 Andreas Sturmlechner
2020-11-29 20:59 Andreas Sturmlechner
2021-01-22  0:00 Andreas Sturmlechner
2021-01-22  0:00 Andreas Sturmlechner
2021-04-04 19:51 Andreas Sturmlechner
2021-08-26 16:46 Andreas Sturmlechner
2022-01-15 15:06 Andreas Sturmlechner
2022-06-21 11:28 Andreas Sturmlechner
2022-09-03 13:05 Andreas Sturmlechner
2022-09-03 13:05 Andreas Sturmlechner
2022-09-23 13:05 Andreas Sturmlechner
2022-09-25 18:52 Andreas Sturmlechner
2022-10-05 18:53 Andreas Sturmlechner
2022-10-06  9:02 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-12-13 19:22 Andreas Sturmlechner
2023-04-21 20:19 Andrew Ammerlaan
2023-12-02 19:25 Andreas Sturmlechner
2023-12-07 19:34 Andreas Sturmlechner
2023-12-07 19:34 Andreas Sturmlechner
2023-12-16 13:53 Andreas Sturmlechner
2023-12-18 11:07 Andreas Sturmlechner
2023-12-23  0:21 Andreas Sturmlechner
2024-01-16  8:51 Andreas Sturmlechner
2024-02-25 10:32 Andreas Sturmlechner
2024-09-14 15:16 Andreas Sturmlechner
2024-09-21  8:21 Andreas Sturmlechner
2025-02-02 10:28 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539286390.1c8420509364a6ccc6531bda0496d4404efe61c0.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox