diff options
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 |