x11-themes/numix-icon-theme: Initial import
authorMikle Kolyada <zlogene@gentoo.org>
Thu, 30 Aug 2018 17:42:00 +0000 (20:42 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Thu, 30 Aug 2018 17:43:02 +0000 (20:43 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-themes/numix-icon-theme/Manifest [new file with mode: 0644]
x11-themes/numix-icon-theme/metadata.xml [new file with mode: 0644]
x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild [new file with mode: 0644]

diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
new file mode 100644 (file)
index 0000000..67bb68a
--- /dev/null
@@ -0,0 +1 @@
+DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757
diff --git a/x11-themes/numix-icon-theme/metadata.xml b/x11-themes/numix-icon-theme/metadata.xml
new file mode 100644 (file)
index 0000000..eb6932c
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+       <email>zlogene@gentoo.org</email>
+       <name>Mikle Kolyada</name>
+</maintainer>
+<upstream>
+       <remote-id type="github">numixproject/numix-icon-theme</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
new file mode 100644 (file)
index 0000000..c26f88f
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+       insinto /usr/share/icons
+       doins -r Numix{,-Light}
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }