commit:     907e4bffe8e3157d6c46f9021e1d2c543765834e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 21:34:32 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 15 22:13:48 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=907e4bff

kde-plasma/plasma5support: Add IUSE ksysguard

Upstream commit 32445a105b08658bc6197fe93e00eb74006db3fe

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

 kde-plasma/plasma5support/metadata.xml               | 3 ++-
 kde-plasma/plasma5support/plasma5support-9999.ebuild | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma5support/metadata.xml 
b/kde-plasma/plasma5support/metadata.xml
index fbe2d3d273..87b6684b65 100644
--- a/kde-plasma/plasma5support/metadata.xml
+++ b/kde-plasma/plasma5support/metadata.xml
@@ -6,10 +6,11 @@
                <name>Gentoo KDE Project</name>
        </maintainer>
        <upstream>
-               <bugs-to>https://bugs.kde.org/</bugs-to>
+               
<bugs-to>https://bugs.kde.org/enter_bug.cgi?classification=Plasma</bugs-to>
                <remote-id type="kde-invent">plasma/plasma5support</remote-id>
        </upstream>
        <use>
                <flag name="activities">Enable kactivities support</flag>
+               <flag name="ksysguard">Enable device notifications dataengine 
using <pkg>kde-plasma/libksysguard</pkg></flag>
        </use>
 </pkgmetadata>

diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild 
b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index a0fcedd289..a44a028f01 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Support components for porting from KF5/Qt5 to 
KF6/Qt6"
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="6"
 KEYWORDS=""
-IUSE="activities geolocation X"
+IUSE="activities geolocation ksysguard X"
 
 RESTRICT="test" # bug 926347
 
@@ -30,9 +30,9 @@ DEPEND="
        >=kde-frameworks/knotifications-${KFMIN}:6
        >=kde-frameworks/kservice-${KFMIN}:6
        >=kde-frameworks/solid-${KFMIN}:6
-       >=kde-plasma/libksysguard-${KDE_CATV}:6
        activities? ( >=kde-plasma/plasma-activities-${KDE_CATV}:6 )
        geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
+       ksysguard? ( >=kde-plasma/libksysguard-${KDE_CATV}:6 )
        X? ( x11-libs/libX11 )
 "
 RDEPEND="${DEPEND}
@@ -44,6 +44,7 @@ src_configure() {
        local mycmakeargs=(
                $(cmake_use_find_package activities PlasmaActivities)
                $(cmake_use_find_package geolocation KF6NetworkManagerQt)
+               $(cmake_use_find_package ksysguard KSysGuard)
                -DWITH_X11=$(usex X)
        )
        ecm_src_configure

Reply via email to