From 1df6b8858ed30880e714b92e276612ec5405fbe6 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Thu, 20 Sep 2018 11:39:45 +0300 Subject: x11-themes/numix-icon-theme-circle: Version bump (v18.09.19) Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- x11-themes/numix-icon-theme-circle/Manifest | 1 + .../numix-icon-theme-circle-18.09.19.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.09.19.ebuild (limited to 'x11-themes/numix-icon-theme-circle') diff --git a/x11-themes/numix-icon-theme-circle/Manifest b/x11-themes/numix-icon-theme-circle/Manifest index 25b9da9450bc..bdb83d453814 100644 --- a/x11-themes/numix-icon-theme-circle/Manifest +++ b/x11-themes/numix-icon-theme-circle/Manifest @@ -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 index 000000000000..52eb0e5b258b --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.09.19.ebuild @@ -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; } -- cgit v1.2.3-65-gdbad