aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-25 19:45:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-25 19:45:50 +0200
commitf6d28bf38c8eceb246b52a6014b654488eb20fdb (patch)
tree76ef442869f05c6096a49e4e21a0cbe4c32e533a
parentkde-plasma/plasma-meta: Finally drop dev-libs/libappindicator (diff)
downloadkde-f6d28bf3.tar.gz
kde-f6d28bf3.tar.bz2
kde-f6d28bf3.zip
kde-plasma/plasma-desktop: Don't mention dev-libs/libappindicator anymore
Bug: https://bugs.gentoo.org/669502 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild11
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild11
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
index 73343c22d1..3742f1af6a 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
@@ -142,14 +142,3 @@ src_test() {
kde5_src_test
}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then
- elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2."
- fi
- if has_version "x11-libs/gtk+:3" && ! has_version "dev-libs/libappindicator:3"; then
- elog "For GTK+3 applications legacy-systray support, please install dev-libs/libappindicator:3."
- fi
-}
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
index 73343c22d1..3742f1af6a 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
@@ -142,14 +142,3 @@ src_test() {
kde5_src_test
}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then
- elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2."
- fi
- if has_version "x11-libs/gtk+:3" && ! has_version "dev-libs/libappindicator:3"; then
- elog "For GTK+3 applications legacy-systray support, please install dev-libs/libappindicator:3."
- fi
-}