summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-15 23:34:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-16 00:13:48 +0200
commit907e4bffe8e3157d6c46f9021e1d2c543765834e (patch)
treeb5e8c467ba10280bebfe676b47dffc339812bee5 /kde-plasma
parenta1d0c3be12d909638343811487ec10af9c97f03e (diff)
downloadkde-907e4bffe8e3157d6c46f9021e1d2c543765834e.tar.gz
kde-907e4bffe8e3157d6c46f9021e1d2c543765834e.tar.bz2
kde-907e4bffe8e3157d6c46f9021e1d2c543765834e.zip
kde-plasma/plasma5support: Add IUSE ksysguard
Upstream commit 32445a105b08658bc6197fe93e00eb74006db3fe Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma5support/metadata.xml3
-rw-r--r--kde-plasma/plasma5support/plasma5support-9999.ebuild5
2 files changed, 5 insertions, 3 deletions
diff --git a/kde-plasma/plasma5support/metadata.xml b/kde-plasma/plasma5support/metadata.xml
index fbe2d3d273a..87b6684b656 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 a0fcedd289a..a44a028f019 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