summaryrefslogtreecommitdiff
path: root/x11-themes/numix-icon-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-04-08 11:47:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-04-08 11:47:28 +0100
commit4bd81ad1f2442cb4afd3eff9668e6f40da2ad7d2 (patch)
tree4b79257dd97fcab19a3a040d6eb1c1a626946c4f /x11-themes/numix-icon-theme
parent9b24451d87e296366790b3c30897c25d2772a24b (diff)
sometimes git is stupid
Diffstat (limited to 'x11-themes/numix-icon-theme')
-rw-r--r--x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild
new file mode 100644
index 00000000..308a9730
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild
@@ -0,0 +1,39 @@
+# 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/${CATEGORY}/${PN}/"${PN}"-${PV}.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
+}