diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-10-12 10:13:39 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-10-12 10:20:11 -0400 |
commit | 4040a498dacedda8e9d618b5a51ad6746fffa136 (patch) | |
tree | 9f6a9b51ec197ae0e2297e4a71fe326844b0ceb8 /x11-themes/greybird | |
parent | dev-python/bpython: cleaning old (diff) | |
download | gentoo-4040a498dacedda8e9d618b5a51ad6746fffa136.tar.gz gentoo-4040a498dacedda8e9d618b5a51ad6746fffa136.tar.bz2 gentoo-4040a498dacedda8e9d618b5a51ad6746fffa136.zip |
x11-themes/greybird: add slot to gtk+3 dependency atom
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-themes/greybird')
-rw-r--r-- | x11-themes/greybird/greybird-3.20.1-r2.ebuild (renamed from x11-themes/greybird/greybird-3.20.1-r1.ebuild) | 13 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-9999.ebuild | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/x11-themes/greybird/greybird-3.20.1-r1.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild index b8093ce376d4..33cb11c4822a 100644 --- a/x11-themes/greybird/greybird-3.20.1-r1.ebuild +++ b/x11-themes/greybird/greybird-3.20.1-r2.ebuild @@ -19,7 +19,7 @@ IUSE="ayatana gnome" RDEPEND=" >=x11-themes/gtk-engines-murrine-0.90 - >=x11-libs/gtk+-3.20.0 + >=x11-libs/gtk+-3.20.0:3 " DEPEND="${RDEPEND} dev-ruby/sass @@ -42,3 +42,14 @@ src_install() { use gnome || rm -rf metacity-1 popd > /dev/null || die } + +pkg_postinst() { + if ! has_version x11-themes/elementary-xfce-icon-theme ; then + elog "For upstream's default icon theme, please emerge" + elog "x11-themes/elementary-xfce-icon-theme" + fi + if ! has_version x11-themes/vanilla-dmz-xcursors ; then + elog "For upstream's default cursor theme, please emerge" + elog "x11-themes/vanilla-dmz-xcursors" + fi +} diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild index dd25b51b02b0..88e931afcb0b 100644 --- a/x11-themes/greybird/greybird-9999.ebuild +++ b/x11-themes/greybird/greybird-9999.ebuild @@ -19,7 +19,7 @@ IUSE="ayatana gnome" RDEPEND=" >=x11-themes/gtk-engines-murrine-0.90 - >=x11-libs/gtk+-3.20.0 + >=x11-libs/gtk+-3.20.0:3 " DEPEND="${RDEPEND} dev-ruby/sass |