From 198a68f9167809487cfb8326a758121e32769f1f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 21 Sep 2018 18:44:13 +0100 Subject: x11-themes/numix-icon-theme : use gentoo ebuilds --- .../numix-icon-theme-1.0-r3.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 x11-themes/numix-icon-theme/numix-icon-theme-1.0-r3.ebuild (limited to '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-r3.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r3.ebuild deleted file mode 100644 index a0666078..00000000 --- a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r3.ebuild +++ /dev/null @@ -1,38 +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/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