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/papirus-icon-theme/
Date: Sat, 02 Nov 2019 11:50:23
Message-Id: 1572695405.16af40f5d1f7a5ca294612afa5d050debdce9a53.zlogene@gentoo
1 commit: 16af40f5d1f7a5ca294612afa5d050debdce9a53
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 11:50:05 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 11:50:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16af40f5
7
8 x11-themes/papirus-icon-theme: Version bump (v20191101)
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-themes/papirus-icon-theme/Manifest | 1 +
14 .../papirus-icon-theme-20191101.ebuild | 26 ++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
18 index db4b1cd7280..9037927f2db 100644
19 --- a/x11-themes/papirus-icon-theme/Manifest
20 +++ b/x11-themes/papirus-icon-theme/Manifest
21 @@ -1 +1,2 @@
22 DIST papirus-icon-theme-20191009.tar.gz 18636796 BLAKE2B cb1797468ffb1542fb6b732a0e54cf18b4158bf15ee0fd7f2c7616cba8568876bdfff0247fc1f311d15f064836d7a17916ac14887c3f4132983ebc7e75736668 SHA512 09d259783439721baf68bb5c65cc9cb51af148356e8c8c277ba2f45b5c96358f14defe1bb34db0281cb0cf77023ab54017e0d348de2910648a918a1638ae334f
23 +DIST papirus-icon-theme-20191101.tar.gz 20072061 BLAKE2B 457d47e16ce2c4465c8d23e46bbbc0753351442415be0a8293880d33909beb06b53d4ceb4e13eb2fb4fc1c453c0cc71bb313f7506deba3fec0f98cd47cf75150 SHA512 abbf3c6b248abd6945e7397ea53fe92e645d74918f6fa6f54e3701e560d75e94ac75c2e9d01d5bed7c989af8e14ea9dff4dba018956aaff43291d45fc7ab9e4d
24
25 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
26 new file mode 100644
27 index 00000000000..8afbb557b0c
28 --- /dev/null
29 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit gnome2-utils
37 +
38 +DESCRIPTION="icon theme for Linux"
39 +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
40 +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +src_compile() { :; }
47 +
48 +src_install() {
49 + insinto /usr/share/icons
50 + doins -r ePapirus Papirus{,-Dark,-Light}
51 +
52 +}
53 +
54 +pkg_preinst() { gnome2_icon_savelist; }
55 +pkg_postinst() { gnome2_icon_cache_update; }
56 +pkg_postrm() { gnome2_icon_cache_update; }