diff options
Diffstat (limited to 'x11-themes/numix-icon-theme')
-rw-r--r-- | x11-themes/numix-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/numix-icon-theme/numix-icon-theme-1.0.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest new file mode 100644 index 00000000..18aa6a89 --- /dev/null +++ b/x11-themes/numix-icon-theme/Manifest @@ -0,0 +1 @@ +DIST numix-icon-theme-1.0.tar.gz 7099099 SHA256 d000b72f74544f3af9ebddcacd00ae46eee2f3603e7a10ed8c10b250357b32eb SHA512 4e3e145492ab9b57f3aede8ec3038c94003c5ab9d2003ae8b874c1e7cc258cbe5577bf5f52aeacfb002bba4b256bff8db6bcc71f1624ba38351c3be518faec6e WHIRLPOOL 4dfe8c6e94bb6c8020528da1fca8872fe74fd8ff2a100810885a98de1bed9c13bab3c835094e460263b9406e29d174cef52c2b192838083d66c528e1e506f110 diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-1.0.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-1.0.ebuild new file mode 100644 index 00000000..33b0d2fe --- /dev/null +++ b/x11-themes/numix-icon-theme/numix-icon-theme-1.0.ebuild @@ -0,0 +1,40 @@ +# 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://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz + mirror://kogaion/${CATEGORY}/"${PN}"/${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 +} |