Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Thu, 25 Oct 2018 17:46:31
Message-Id: 1540489550.f6d28bf38c8eceb246b52a6014b654488eb20fdb.asturm@gentoo
1 commit: f6d28bf38c8eceb246b52a6014b654488eb20fdb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 17:45:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 17:45:50 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6d28bf3
7
8 kde-plasma/plasma-desktop: Don't mention dev-libs/libappindicator anymore
9
10 Bug: https://bugs.gentoo.org/669502
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild | 11 -----------
15 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 11 -----------
16 2 files changed, 22 deletions(-)
17
18 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
19 index 73343c22d1..3742f1af6a 100644
20 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
21 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
22 @@ -142,14 +142,3 @@ src_test() {
23
24 kde5_src_test
25 }
26 -
27 -pkg_postinst() {
28 - kde5_pkg_postinst
29 -
30 - if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then
31 - elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2."
32 - fi
33 - if has_version "x11-libs/gtk+:3" && ! has_version "dev-libs/libappindicator:3"; then
34 - elog "For GTK+3 applications legacy-systray support, please install dev-libs/libappindicator:3."
35 - fi
36 -}
37
38 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
39 index 73343c22d1..3742f1af6a 100644
40 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
41 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
42 @@ -142,14 +142,3 @@ src_test() {
43
44 kde5_src_test
45 }
46 -
47 -pkg_postinst() {
48 - kde5_pkg_postinst
49 -
50 - if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then
51 - elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2."
52 - fi
53 - if has_version "x11-libs/gtk+:3" && ! has_version "dev-libs/libappindicator:3"; then
54 - elog "For GTK+3 applications legacy-systray support, please install dev-libs/libappindicator:3."
55 - fi
56 -}