commit:     6c823c930bb1c30e99c8f3a7b8a3a78b35bf29e3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 20:52:38 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 20:52:38 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c823c93

kde-frameworks/kstatusnotifieritem: new package, add 9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kstatusnotifieritem-9999.ebuild                | 29 ++++++++++++++++++++++
 kde-frameworks/kstatusnotifieritem/metadata.xml    | 17 +++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-frameworks/kstatusnotifieritem/kstatusnotifieritem-9999.ebuild 
b/kde-frameworks/kstatusnotifieritem/kstatusnotifieritem-9999.ebuild
new file mode 100644
index 0000000000..47e5d01244
--- /dev/null
+++ b/kde-frameworks/kstatusnotifieritem/kstatusnotifieritem-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Implementation of Status Notifier Items"
+
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE="X"
+
+RDEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+       =kde-frameworks/kwindowsystem-${PVCUT}*:6[X?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+src_configure() {
+       local mycmakeargs=(
+               -DWITHOUT_X11=$(usex !X)
+       )
+
+       ecm_src_configure
+}

diff --git a/kde-frameworks/kstatusnotifieritem/metadata.xml 
b/kde-frameworks/kstatusnotifieritem/metadata.xml
new file mode 100644
index 0000000000..cc6cdbccae
--- /dev/null
+++ b/kde-frameworks/kstatusnotifieritem/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+       <upstream>
+               <bugs-to>https://bugs.kde.org/</bugs-to>
+               <remote-id 
type="kde-invent">frameworks/kstatusnotifieritem</remote-id>
+       </upstream>
+       <slots>
+               <subslots>
+                       Must only be used by packages that are known to use 
private parts of the Frameworks API.
+               </subslots>
+       </slots>
+</pkgmetadata>

Reply via email to