x11-themes/numix-icon-theme-circle: Version bump (v18.09.19)
authorMikle Kolyada <zlogene@gentoo.org>
Thu, 20 Sep 2018 08:39:45 +0000 (11:39 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Thu, 20 Sep 2018 08:39:45 +0000 (11:39 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

index 25b9da9450bcbd7c568a6be853c9db79b7f58892..bdb83d4538145be6170f6864227e0789b87fd1a7 100644 (file)
@@ -1 +1,2 @@
 DIST numix-icon-theme-circle-18.08.29.tar.gz 2095843 BLAKE2B b39bd5eaf3c9ec4156a71d235059b28d049ddf25ec600a5f3a782e4b51149d0e7eccf37379a117ae7471a3885f7a529989f9085419864975afbb07a325bda629 SHA512 433c343730b23dd3969903f85d7ac36d40a4723f342b259e8136c1fbe35b7af8c17227541f3ccacffbeacf2873547c9327a1c5f0d522da04483719606e26293b
+DIST numix-icon-theme-circle-18.09.19.tar.gz 2196678 BLAKE2B a58ab5381f4ad1e441d188c1b7db0836b025d57c4075030c0e83a12de7917cd775be7bb8ae686afe302188232569c67d21772c119102a30d4bc717f301b3e44e SHA512 ace6c50ec9e9b08aac579ae92a44ba48494f2f22403e233c5ec00bb967c9bb6b70e785fbb061bfc9693db4de0ee90023af66c66e6984bd36d1e92be5f68afb02
diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.09.19.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.09.19.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; }