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 Aug 2020 07:18:21
Message-Id: 1597907897.9830e2547cb5816eaa1ada4090323924a83e04ba.zlogene@gentoo
1 commit: 9830e2547cb5816eaa1ada4090323924a83e04ba
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 07:16:40 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 07:18:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9830e254
7
8 x11-themes/numix-icon-theme-circle: Version bump (v20.07.11)
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-themes/numix-icon-theme-circle/Manifest | 1 +
14 .../numix-icon-theme-circle-20.07.11.ebuild | 27 ++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/x11-themes/numix-icon-theme-circle/Manifest b/x11-themes/numix-icon-theme-circle/Manifest
18 index c529af30746..774d265a748 100644
19 --- a/x11-themes/numix-icon-theme-circle/Manifest
20 +++ b/x11-themes/numix-icon-theme-circle/Manifest
21 @@ -11,3 +11,4 @@ DIST numix-icon-theme-circle-19.05.07.tar.gz 2160219 BLAKE2B 3a172cd98b870d3f0b9
22 DIST numix-icon-theme-circle-19.09.20.tar.gz 2193017 BLAKE2B 495f4b2c1cb74ac43d59515ed03d9b4032fe3453f37fb20bd09c24aa3e1037654967149372cdc3294f0d21b2ae5d95e43604864b7fd7520bb626ce58ec333769 SHA512 bc0e80953e646c305d8af9f2360389850f7f67b5bfc35501c137f07dbb99db146e4de6e2afaa711b8eafe83315ab5f392ce1276bd54a431516c21171da20a9ff
23 DIST numix-icon-theme-circle-19.12.27.tar.gz 2206572 BLAKE2B 0e66af8abbff88f978d7be82b1f5cae73fe0b7c37bdc7d501179f2e922b2d8b599138eab54b299c5b6cff5c94675890363c5bacaded84c56eae053911aef0a96 SHA512 204b67d28a673314a61802cf9303cbc437410315e7e7d12000f155e2dc095e0ebf0003e62e8bf0046c972a03353a114119e00353144803398881e4714b3d5aa3
24 DIST numix-icon-theme-circle-20.06.07.tar.gz 2281791 BLAKE2B b056ab28a78e4c91684abc7527d39c68950a143f7bd9d9db67132b0622657f5c4e7b80decddf7bf3102d389af082ebfdbf39797f2eb16f1364adb70fa2d78b9f SHA512 21eeb521d0ab1a921ce126d63689317fe1b8031e7d661cf530e07bd6b6e51547a4fab2292986b4bf9cef26812011e46a62646fef2344c0d7573e9fe9b93ee137
25 +DIST numix-icon-theme-circle-20.07.11.tar.gz 2309911 BLAKE2B feab9f36671de413b15ebfbb122435c0bb6e632373526372680722137e9e74f5312aecc95682a0edd8ee356d070762b35bddb99e2781013a88dacd60e2286abe SHA512 21550994b798387c9e93ecd6d7d73611744fd7bacc061306d0671e27d309608992d148081840f9857728dfa72aff4b288a6f0e57d34af727f29a0b6f89553560
26
27 diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.07.11.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.07.11.ebuild
28 new file mode 100644
29 index 00000000000..8cf32c6a91b
30 --- /dev/null
31 +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.07.11.ebuild
32 @@ -0,0 +1,27 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit gnome2-utils
39 +
40 +DESCRIPTION="An icon theme for Linux from the Numix project"
41 +HOMEPAGE="https://github.com/numixproject"
42 +SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +DEPEND="x11-themes/numix-icon-theme"
49 +RDEPEND="${DEPEND}"
50 +
51 +src_install() {
52 + insinto /usr/share/icons
53 + doins -r Numix-Circle{,-Light}
54 +
55 +}
56 +
57 +pkg_preinst() { gnome2_icon_savelist; }
58 +pkg_postinst() { gnome2_icon_cache_update; }
59 +pkg_postrm() { gnome2_icon_cache_update; }