summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-15 22:46:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-16 00:13:48 +0200
commit00d1aa2ac4cb6c8e2e24322c811932040eb2da2d (patch)
treeea998cca1f54559f4c65cdcd1347ba9b94f4b973
parent5d115f66ee5bf0f488b431a479592adaaab5202c (diff)
downloadkde-00d1aa2ac4cb6c8e2e24322c811932040eb2da2d.tar.gz
kde-00d1aa2ac4cb6c8e2e24322c811932040eb2da2d.tar.bz2
kde-00d1aa2ac4cb6c8e2e24322c811932040eb2da2d.zip
kde-plasma/plasma-workspace: Add IUSE ksysguard
For lack of a better name considering the range of features. Upstream commit e66a336e360107ca2aa5e383bd240a644e7e09ea Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/plasma-workspace/metadata.xml1
-rw-r--r--kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild7
2 files changed, 5 insertions, 3 deletions
diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml
index 1ecfd2fa7a5..98289d49f08 100644
--- a/kde-plasma/plasma-workspace/metadata.xml
+++ b/kde-plasma/plasma-workspace/metadata.xml
@@ -10,6 +10,7 @@
</upstream>
<use>
<flag name="appstream">Enable AppStream software metadata support</flag>
+ <flag name="ksysguard">Enable device notifier and system monitor applets as well as terminate applications runner</flag>
<flag name="networkmanager">Enable support for location-based time zone changes</flag>
<flag name="policykit">Enable locale generation and Users KCM using <pkg>sys-auth/polkit</pkg> and <pkg>sys-apps/accountsservice</pkg></flag>
<flag name="screencast">Enable camera indicator applet (requires <pkg>media-video/pipewire</pkg> at runtime)</flag>
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index 47e280c39af..dd60f583fca 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -14,8 +14,8 @@ DESCRIPTION="KDE Plasma workspace"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS=""
-IUSE="appstream +calendar +fontconfig networkmanager +policykit screencast
-+semantic-desktop systemd telemetry +wallpaper-metadata +X"
+IUSE="appstream +calendar +fontconfig +ksysguard networkmanager +policykit
+screencast +semantic-desktop systemd telemetry +wallpaper-metadata +X"
REQUIRED_USE="fontconfig? ( X )"
RESTRICT="test"
@@ -78,7 +78,6 @@ COMMON_DEPEND="
>=kde-plasma/kwin-${KDE_CATV}:6
>=kde-plasma/layer-shell-qt-${KDE_CATV}:6
>=kde-plasma/libkscreen-${KDE_CATV}:6
- >=kde-plasma/libksysguard-${KDE_CATV}:6
>=kde-plasma/libplasma-${KDE_CATV}:6
>=kde-plasma/plasma-activities-${KDE_CATV}:6
>=kde-plasma/plasma-activities-stats-${KDE_CATV}:6
@@ -91,6 +90,7 @@ COMMON_DEPEND="
virtual/libudev:=
appstream? ( >=dev-libs/appstream-1[qt6] )
calendar? ( >=kde-frameworks/kholidays-${KFMIN}:6 )
+ ksysguard? ( >=kde-plasma/libksysguard-${KDE_CATV}:6 )
policykit? ( virtual/libcrypt:= )
networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:6 )
@@ -190,6 +190,7 @@ src_configure() {
$(cmake_use_find_package appstream AppStreamQt)
$(cmake_use_find_package calendar KF6Holidays)
$(cmake_use_find_package fontconfig Fontconfig)
+ $(cmake_use_find_package ksysguard KSysGuard)
$(cmake_use_find_package networkmanager KF6NetworkManagerQt)
-DBUILD_CAMERAINDICATOR=$(usex screencast)
$(cmake_use_find_package semantic-desktop KF6Baloo)