Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme-circle/
Date: Thu, 20 Sep 2018 08:40:22
Message-Id: 1537432785.1df6b8858ed30880e714b92e276612ec5405fbe6.zlogene@gentoo
1 commit: 1df6b8858ed30880e714b92e276612ec5405fbe6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 20 08:39:45 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 20 08:39:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df6b885
7
8 x11-themes/numix-icon-theme-circle: Version bump (v18.09.19)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-themes/numix-icon-theme-circle/Manifest | 1 +
13 .../numix-icon-theme-circle-18.09.19.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/x11-themes/numix-icon-theme-circle/Manifest b/x11-themes/numix-icon-theme-circle/Manifest
17 index 25b9da9450b..bdb83d45381 100644
18 --- a/x11-themes/numix-icon-theme-circle/Manifest
19 +++ b/x11-themes/numix-icon-theme-circle/Manifest
20 @@ -1 +1,2 @@
21 DIST numix-icon-theme-circle-18.08.29.tar.gz 2095843 BLAKE2B b39bd5eaf3c9ec4156a71d235059b28d049ddf25ec600a5f3a782e4b51149d0e7eccf37379a117ae7471a3885f7a529989f9085419864975afbb07a325bda629 SHA512 433c343730b23dd3969903f85d7ac36d40a4723f342b259e8136c1fbe35b7af8c17227541f3ccacffbeacf2873547c9327a1c5f0d522da04483719606e26293b
22 +DIST numix-icon-theme-circle-18.09.19.tar.gz 2196678 BLAKE2B a58ab5381f4ad1e441d188c1b7db0836b025d57c4075030c0e83a12de7917cd775be7bb8ae686afe302188232569c67d21772c119102a30d4bc717f301b3e44e SHA512 ace6c50ec9e9b08aac579ae92a44ba48494f2f22403e233c5ec00bb967c9bb6b70e785fbb061bfc9693db4de0ee90023af66c66e6984bd36d1e92be5f68afb02
23
24 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
25 new file mode 100644
26 index 00000000000..52eb0e5b258
27 --- /dev/null
28 +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.09.19.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit gnome2-utils
36 +
37 +DESCRIPTION="An icon theme for Linux from the Numix project"
38 +HOMEPAGE="https://github.com/numixproject"
39 +SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="GPL-3"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +DEPEND="x11-themes/numix-icon-theme"
46 +RDEPEND="${DEPEND}"
47 +
48 +src_install() {
49 + insinto /usr/share/icons
50 + doins -r Numix-Circle{,-Light}
51 +
52 +}
53 +
54 +pkg_preinst() { gnome2_icon_savelist; }
55 +pkg_postinst() { gnome2_icon_cache_update; }
56 +pkg_postrm() { gnome2_icon_cache_update; }