diff options
author | Johannes Huber <johu@gentoo.org> | 2018-07-10 16:43:05 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-07-10 16:44:52 +0200 |
commit | 9ebc222c0d190edf661182cbadd5741b561431aa (patch) | |
tree | fdefd0beff7c512a26ad7873142891b1cee90ba2 /x11-themes | |
parent | x11-themes/greybird: Sort dependencies (diff) | |
download | gentoo-9ebc222c0d190edf661182cbadd5741b561431aa.tar.gz gentoo-9ebc222c0d190edf661182cbadd5741b561431aa.tar.bz2 gentoo-9ebc222c0d190edf661182cbadd5741b561431aa.zip |
x11-themes/greybird: Sync live w/ latest release
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/greybird/greybird-9999.ebuild | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild index ab2fb8815922..dd3fbd1ddb7a 100644 --- a/x11-themes/greybird/greybird-9999.ebuild +++ b/x11-themes/greybird/greybird-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,12 +17,12 @@ KEYWORDS="" IUSE="ayatana gnome" RDEPEND=" + >=x11-libs/gtk+-3.22:3 >=x11-themes/gtk-engines-murrine-0.90 - >=x11-libs/gtk+-3.20.0:3 " DEPEND="${RDEPEND} - dev-ruby/sass dev-libs/glib:2 + dev-ruby/sass " src_prepare() { @@ -38,3 +38,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 +} |