Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
Date: Tue, 10 Jul 2018 14:45:12
Message-Id: 1531233892.9ebc222c0d190edf661182cbadd5741b561431aa.johu@gentoo
1 commit: 9ebc222c0d190edf661182cbadd5741b561431aa
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 10 14:43:05 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 10 14:44:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebc222c
7
8 x11-themes/greybird: Sync live w/ latest release
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 x11-themes/greybird/greybird-9999.ebuild | 17 ++++++++++++++---
13 1 file changed, 14 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
16 index ab2fb881592..dd3fbd1ddb7 100644
17 --- a/x11-themes/greybird/greybird-9999.ebuild
18 +++ b/x11-themes/greybird/greybird-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -17,12 +17,12 @@ KEYWORDS=""
26 IUSE="ayatana gnome"
27
28 RDEPEND="
29 + >=x11-libs/gtk+-3.22:3
30 >=x11-themes/gtk-engines-murrine-0.90
31 - >=x11-libs/gtk+-3.20.0:3
32 "
33 DEPEND="${RDEPEND}
34 - dev-ruby/sass
35 dev-libs/glib:2
36 + dev-ruby/sass
37 "
38
39 src_prepare() {
40 @@ -38,3 +38,14 @@ src_install() {
41 use gnome || rm -rf metacity-1
42 popd > /dev/null || die
43 }
44 +
45 +pkg_postinst() {
46 + if ! has_version x11-themes/elementary-xfce-icon-theme ; then
47 + elog "For upstream's default icon theme, please emerge"
48 + elog "x11-themes/elementary-xfce-icon-theme"
49 + fi
50 + if ! has_version x11-themes/vanilla-dmz-xcursors ; then
51 + elog "For upstream's default cursor theme, please emerge"
52 + elog "x11-themes/vanilla-dmz-xcursors"
53 + fi
54 +}