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: Thu, 20 Aug 2020 07:22:07
Message-Id: 1597908122.d8f63c8b11ea08c6322e3a8875c242388631dc31.zlogene@gentoo
1 commit: d8f63c8b11ea08c6322e3a8875c242388631dc31
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 07:21:51 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 07:22:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f63c8b
7
8 x11-themes/papirus-icon-theme: Version bump (v20200801)
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/papirus-icon-theme/Manifest | 1 +
14 .../papirus-icon-theme-20200801.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 582adca3d2b..2e789094758 100644
19 --- a/x11-themes/papirus-icon-theme/Manifest
20 +++ b/x11-themes/papirus-icon-theme/Manifest
21 @@ -8,3 +8,4 @@ DIST papirus-icon-theme-20200405.tar.gz 22279244 BLAKE2B 756402258dcc356cde2c482
22 DIST papirus-icon-theme-20200430.tar.gz 22659357 BLAKE2B 55c68d06375f1713650e908df8d2a47725d656dc12cb02117f5b49abf662d36c3397fc13f1b806899e14ccc1bb84643fbcf32d716c9254f2c69133c13904ac53 SHA512 5be8e68f3b0bff32c8c1c8c6fc4d4358a1fa18b9395cefbde4b6056fd38d1fb68f2cc555b5aa98e0399c24ddeb119d501b00098c459d43a734ae831b7df9624c
23 DIST papirus-icon-theme-20200602.tar.gz 23108544 BLAKE2B fced236cd7318ad26df0ccbf0ad2800a8678265d2060746a17143b20193d6a96193de0950b77cb29df160757dae833755d6489286a0f4b52db4164e8158d0704 SHA512 c860efd6ab863cbeb7b5f0d3afb7e652bbd9daca9c5028b0c466d1930f7bacba137fce40220f858b2cff0ef575d1c9eb979d7ba1c79481d7dccdbd6a273953c0
24 DIST papirus-icon-theme-20200702.tar.gz 23456769 BLAKE2B 4e4c9466c14a18231526c3a6db33cc35841a1e5787f03e186914f57f67ee19579e4822099e82fb9b295a6da393b1097110b7ef3b86737794fe0f5aa8c62de50d SHA512 ff2aa30bb70361f2952be203b3e3d00aae248726b5413a3a8e9ad7d6e7d0759e9bfd156cc65520175aba0e5436e9e58453ae0058d7d639d5c9a818e7f158761c
25 +DIST papirus-icon-theme-20200801.tar.gz 23673134 BLAKE2B 6562a6445008de3b465a8c1b7db9ba62d057ba9937058de5355482a063df3b93db5cdd3867ffee113b1c2a0152735ac0b0fdb0dfa46119e7ed31ef8ebcd0765a SHA512 fd8262b4b56c825f145db466c7237f29322c76f8ec10c59a9cb97315b4a6ae3667c6e6e4910a8165529e762c5420298949f5b283ee4d37ac14135be35cdbf993
26
27 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200801.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200801.ebuild
28 new file mode 100644
29 index 00000000000..72805a2a931
30 --- /dev/null
31 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200801.ebuild
32 @@ -0,0 +1,26 @@
33 +# Copyright 2019-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit gnome2-utils xdg-utils
39 +
40 +DESCRIPTION="icon theme for Linux"
41 +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
42 +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +src_compile() { :; }
49 +
50 +src_install() {
51 + insinto /usr/share/icons
52 + doins -r ePapirus Papirus{,-Dark,-Light}
53 +
54 +}
55 +
56 +pkg_preinst() { gnome2_icon_savelist; }
57 +pkg_postinst() { gnome2_icon_cache_update; }
58 +pkg_postrm() { xdg_icon_cache_update; }