Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
Date: Wed, 12 Oct 2016 14:20:27
Message-Id: 1476282011.4040a498dacedda8e9d618b5a51ad6746fffa136.axs@gentoo
1 commit: 4040a498dacedda8e9d618b5a51ad6746fffa136
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 14:13:39 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 14:20:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4040a498
7
8 x11-themes/greybird: add slot to gtk+3 dependency atom
9
10 Package-Manager: portage-2.3.0
11
12 ...{greybird-3.20.1-r1.ebuild => greybird-3.20.1-r2.ebuild} | 13 ++++++++++++-
13 x11-themes/greybird/greybird-9999.ebuild | 2 +-
14 2 files changed, 13 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-themes/greybird/greybird-3.20.1-r1.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
17 similarity index 71%
18 rename from x11-themes/greybird/greybird-3.20.1-r1.ebuild
19 rename to x11-themes/greybird/greybird-3.20.1-r2.ebuild
20 index b8093ce..33cb11c 100644
21 --- a/x11-themes/greybird/greybird-3.20.1-r1.ebuild
22 +++ b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
23 @@ -19,7 +19,7 @@ IUSE="ayatana gnome"
24
25 RDEPEND="
26 >=x11-themes/gtk-engines-murrine-0.90
27 - >=x11-libs/gtk+-3.20.0
28 + >=x11-libs/gtk+-3.20.0:3
29 "
30 DEPEND="${RDEPEND}
31 dev-ruby/sass
32 @@ -42,3 +42,14 @@ src_install() {
33 use gnome || rm -rf metacity-1
34 popd > /dev/null || die
35 }
36 +
37 +pkg_postinst() {
38 + if ! has_version x11-themes/elementary-xfce-icon-theme ; then
39 + elog "For upstream's default icon theme, please emerge"
40 + elog "x11-themes/elementary-xfce-icon-theme"
41 + fi
42 + if ! has_version x11-themes/vanilla-dmz-xcursors ; then
43 + elog "For upstream's default cursor theme, please emerge"
44 + elog "x11-themes/vanilla-dmz-xcursors"
45 + fi
46 +}
47
48 diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
49 index dd25b51..88e931a 100644
50 --- a/x11-themes/greybird/greybird-9999.ebuild
51 +++ b/x11-themes/greybird/greybird-9999.ebuild
52 @@ -19,7 +19,7 @@ IUSE="ayatana gnome"
53
54 RDEPEND="
55 >=x11-themes/gtk-engines-murrine-0.90
56 - >=x11-libs/gtk+-3.20.0
57 + >=x11-libs/gtk+-3.20.0:3
58 "
59 DEPEND="${RDEPEND}
60 dev-ruby/sass