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

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

diff --git a/x11-themes/numix-icon-theme-circle/Manifest b/x11-themes/numix-icon-theme-circle/Manifest
new file mode 100644 (file)
index 0000000..25b9da9
--- /dev/null
@@ -0,0 +1 @@
+DIST numix-icon-theme-circle-18.08.29.tar.gz 2095843 BLAKE2B b39bd5eaf3c9ec4156a71d235059b28d049ddf25ec600a5f3a782e4b51149d0e7eccf37379a117ae7471a3885f7a529989f9085419864975afbb07a325bda629 SHA512 433c343730b23dd3969903f85d7ac36d40a4723f342b259e8136c1fbe35b7af8c17227541f3ccacffbeacf2873547c9327a1c5f0d522da04483719606e26293b
diff --git a/x11-themes/numix-icon-theme-circle/metadata.xml b/x11-themes/numix-icon-theme-circle/metadata.xml
new file mode 100644 (file)
index 0000000..f670046
--- /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-circle</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.08.29.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.08.29.ebuild
new file mode 100644 (file)
index 0000000..52eb0e5
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An icon theme for Linux from the Numix project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-themes/numix-icon-theme"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       insinto /usr/share/icons
+       doins -r Numix-Circle{,-Light}
+
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }