diff options
author | Stefan Cristian B. <steven.darklight@gmail.com> | 2015-08-27 15:31:55 +0300 |
---|---|---|
committer | Stefan Cristian B. <steven.darklight@gmail.com> | 2015-08-27 15:31:55 +0300 |
commit | c79db0f6026a8c1d21d88df155528c4f2af41338 (patch) | |
tree | 625f014367ed9e149c52e39d9b555d999e58d904 /x11-themes/numix-icon-theme/numix-icon-theme-1.0.ebuild | |
parent | b5aa2fc1ce3a4884039c806ea78810926e36656b (diff) | |
parent | 1fbdb263c0e7dfe26de1e4d07aef625b2181b009 (diff) |
Merge pull request #65 from bionel/master
add rogentized numix icons
Diffstat (limited to 'x11-themes/numix-icon-theme/numix-icon-theme-1.0.ebuild')
-rw-r--r-- | x11-themes/numix-icon-theme/numix-icon-theme-1.0.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
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 +} |