From a5b0e82615a45715903e6f6462326a1ca36efb59 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Mar 2018 04:35:49 +0000 Subject: x11-themes/numix-icon-theme : drop x11-themes/gnome-icon-theme dependency (masked in gentoo) --- .../numix-icon-theme-1.0-r2.ebuild | 39 ---------------------- .../numix-icon-theme-1.0-r3.ebuild | 38 +++++++++++++++++++++ 2 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild create mode 100644 x11-themes/numix-icon-theme/numix-icon-theme-1.0-r3.ebuild diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild deleted file mode 100644 index dc892203..00000000 --- a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit gnome2-utils - -DESCRIPTION="Icon theme from the numix project." -HOMEPAGE="http://numixproject.org/" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.gz" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="x11-themes/gnome-icon-theme - x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/"${P}" - -src_install() { - insinto /usr/share/icons - doins -r Numix-Light - doins -r Numix -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r3.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r3.ebuild new file mode 100644 index 00000000..a0666078 --- /dev/null +++ b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit gnome2-utils + +DESCRIPTION="Icon theme from the numix project." +HOMEPAGE="http://numixproject.org/" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.gz" + +LICENSE="GPL-3.0+" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND="x11-themes/hicolor-icon-theme" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/"${P}" + +src_install() { + insinto /usr/share/icons + doins -r Numix-Light + doins -r Numix +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} -- cgit v1.2.3