summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-15 20:17:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-15 20:18:54 +0200
commitfced353648d6076168910927bdaa3b4ed9e028de (patch)
tree50fc98e80249ce630a62b3fee01310c75ca6f1c5
parentxfce-base/xfce4-appfinder: Bump to 4.15.2 (diff)
downloadgentoo-fced353648d6076168910927bdaa3b4ed9e028de.tar.gz
gentoo-fced353648d6076168910927bdaa3b4ed9e028de.tar.bz2
gentoo-fced353648d6076168910927bdaa3b4ed9e028de.zip
kde-plasma/plasma-meta: Import IUSE="smart" from kde overlay
kde-plasma/plasma-disks keywording finished. Bug: https://bugs.gentoo.org/748453 Closes: https://bugs.gentoo.org/748978 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/plasma-meta/metadata.xml2
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-5.20.0-r1.ebuild (renamed from kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild)3
2 files changed, 3 insertions, 2 deletions
diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml
index 544a90543cbf..85111e032741 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -11,7 +11,6 @@
<flag name="desktop-portal">Enable <pkg>sys-apps/xdg-desktop-portal</pkg> backend implementation for Plasma</flag>
<flag name="discover">Pull in resources management GUI; a centralised GHNS alternative and optional <pkg>sys-apps/fwupd</pkg> frontend</flag>
<flag name="display-manager">Pull in a graphical display manager</flag>
- <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking</flag>
<flag name="grub">Pull in Breeze theme for <pkg>sys-boot/grub</pkg></flag>
<flag name="gtk">Enable Breeze widget style and system settings module for GTK+</flag>
<flag name="kwallet">Enable support for KWallet auto-unlocking via <pkg>kde-plasma/kwallet-pam</pkg></flag>
@@ -21,6 +20,7 @@
<flag name="qrcode">Enable support for easy WiFi network sharing using QR codes with <pkg>kde-plasma/plasma-nm</pkg></flag>
<flag name="sddm">Pull in the <pkg>x11-misc/sddm</pkg> display manager and system settings module</flag>
<flag name="sdk">Pull in <pkg>kde-plasma/plasma-sdk</pkg> for Plasma development</flag>
+ <flag name="smart">Pull in <pkg>kde-plasma/plasma-disks</pkg> for disk health monitoring</flag>
<flag name="thunderbolt">Pull in <pkg>kde-plasma/plasma-thunderbolt</pkg> control center module</flag>
<flag name="wallpapers">Install wallpapers for the Plasma Workspace</flag>
</use>
diff --git a/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.20.0-r1.ebuild
index e2c906f6603b..8a124750b41d 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.20.0-r1.ebuild
@@ -11,7 +11,7 @@ SLOT="5"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="bluetooth +browser-integration crypt +desktop-portal discover +display-manager
+elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
+plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
REQUIRED_USE="^^ ( elogind systemd )"
@@ -79,6 +79,7 @@ RDEPEND="
)
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+ smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
"