diff options
author | 2024-12-13 00:44:13 +0100 | |
---|---|---|
committer | 2024-12-14 22:32:35 +0100 | |
commit | 73cb459d3ebe1864b887d80e045106479116e548 (patch) | |
tree | daca21a2b75322745d30ebc04ec354e9628b2597 /kde-plasma/libksysguard | |
parent | ecm.eclass: Unexporting phase functions run by xdg.eclass (diff) | |
download | kde-73cb459d3ebe1864b887d80e045106479116e548.tar.gz kde-73cb459d3ebe1864b887d80e045106479116e548.tar.bz2 kde-73cb459d3ebe1864b887d80e045106479116e548.zip |
kde-plasma: Inherit xdg.eclass where ECM_NONGUI=false (not set to true)
Omitted (because unneeded) for:
breeze
breeze-grub
breeze-gtk
breeze-plymouth
kdecoration
kdesu-gui
kglobalacceld
ksystemstats
kwallet-pam
kwayland
kwayland-integration
kwrited
layer-shell-qt
libkscreen
libksysguard
milou
ocean-sound-theme
oxygen
oxygen-sounds
plasma5support
plasma-login-sessions
plasma-workspace-wallpapers
qqc2-breeze-style
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/libksysguard')
-rw-r--r-- | kde-plasma/libksysguard/libksysguard-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index 43f5295795..7bf7a28082 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -52,8 +52,3 @@ src_test() { ) LC_NUMERIC="C" ecm_src_test # bug 695514 } - -pkg_postinst() { - ecm_pkg_postinst - fcaps_pkg_postinst -} |