diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-02-01 07:52:34 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-02-01 07:54:40 +0200 |
commit | 38b119cd08e92f6b09478e7833c68ccb054026f9 (patch) | |
tree | d142ba0d8b1e0bed3bd4c853ccd1379b83e14516 /x11-themes/greybird/greybird-3.22.12.ebuild | |
parent | net-misc/gsasl: add note to bump with net-libs/libgsasl (diff) | |
download | gentoo-38b119cd08e92f6b09478e7833c68ccb054026f9.tar.gz gentoo-38b119cd08e92f6b09478e7833c68ccb054026f9.tar.bz2 gentoo-38b119cd08e92f6b09478e7833c68ccb054026f9.zip |
x11-themes/greybird: clean old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes/greybird/greybird-3.22.12.ebuild')
-rw-r--r-- | x11-themes/greybird/greybird-3.22.12.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/x11-themes/greybird/greybird-3.22.12.ebuild b/x11-themes/greybird/greybird-3.22.12.ebuild deleted file mode 100644 index fa58cb9e287c..000000000000 --- a/x11-themes/greybird/greybird-3.22.12.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit meson - -DESCRIPTION="The default theme from Xubuntu" -HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird" -SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later" -LICENSE="CC-BY-SA-3.0 GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" -IUSE="appindicator gnome gtk2 gtk3 xfce" -REQUIRED_USE=" - || ( appindicator gnome gtk2 gtk3 xfce ) -" - -RDEPEND=" - >=x11-libs/gtk+-3.22:3 - >=x11-themes/gtk-engines-murrine-0.90 -" -DEPEND=" - ${RDEPEND} - dev-lang/sassc - dev-libs/glib:2 - dev-ruby/sass:3.5 -" -S=${WORKDIR}/${P^} - -src_install() { - meson_src_install - - pushd "${ED}"/usr/share/themes > /dev/null || die - use appindicator || { rm -r ${PN^}*/unity || die; } - use gnome || { rm -r ${PN^}*/metacity-1 || die; } - use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; } - use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; } - use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; } - 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 -} |