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: Tue, 05 May 2020 13:48:20
Message-Id: 1588686491.592543a2c919628e8b2e4a7e71af5e780d0b3d4f.zlogene@gentoo
1 commit: 592543a2c919628e8b2e4a7e71af5e780d0b3d4f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 5 13:47:38 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 13:48:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592543a2
7
8 x11-themes/papirus-icon-theme: Version bump (v20200430)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-themes/papirus-icon-theme/Manifest | 1 +
14 x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild | 6 +++---
15 x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild | 6 +++---
16 x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild | 4 ++--
17 x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild | 4 ++--
18 x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild | 4 ++--
19 x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild | 4 ++--
20 ...con-theme-20200201.ebuild => papirus-icon-theme-20200430.ebuild} | 6 +++---
21 8 files changed, 18 insertions(+), 17 deletions(-)
22
23 diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
24 index 202c3eb50e2..9d662c692db 100644
25 --- a/x11-themes/papirus-icon-theme/Manifest
26 +++ b/x11-themes/papirus-icon-theme/Manifest
27 @@ -5,3 +5,4 @@ DIST papirus-icon-theme-20200102.tar.gz 21110348 BLAKE2B b52282b74cbe771212360e1
28 DIST papirus-icon-theme-20200201.tar.gz 21482791 BLAKE2B 5287e031505835465b85115d1a86e8af61b9e5947357654a3f00b768708bc6e49accbaa219b6b0889798153215cc072d7f8b1cd677fdfff113bf925968980e04 SHA512 07ed45eb409ed12f57657f058f9a5a03dec77679ed598dc8645536a614ecc5424c60be57f10de20ca72204d2a21152fdd62adadf2637bbfa1266d588c787d7e9
29 DIST papirus-icon-theme-20200301.tar.gz 21896164 BLAKE2B fb2c11b3ebe893375283e7f95cc6e89a7c8b54f4b2d129a2517a2b4eb5f3c84da925ac399491e0739d16dd6c050c2969420f73dce7c9a2e83522ab7d63299b23 SHA512 8b9f0a9b0fdb676365d6b30af8ba8dee71ff433a4c4317151899f09614da3fc9764e5e9c48743cdf7c8fde6eea53a1d3ab37eb890f1486fc54ce328e6af9b348
30 DIST papirus-icon-theme-20200405.tar.gz 22279244 BLAKE2B 756402258dcc356cde2c4822c979e93096de6fd827037a21839e67a6f6bf81da7c86cb311255a6018676941ad1659cb5206dc8f3d1bfd8f320381232b5a0528e SHA512 116aefea7049f7bdffee12fde8fa7088dfb4cd52f78bba617390700ba292b664dde32d30119f2929121988fa46244d452407b82f61f113b38810743c6db7e451
31 +DIST papirus-icon-theme-20200430.tar.gz 22659357 BLAKE2B 55c68d06375f1713650e908df8d2a47725d656dc12cb02117f5b49abf662d36c3397fc13f1b806899e14ccc1bb84643fbcf32d716c9254f2c69133c13904ac53 SHA512 5be8e68f3b0bff32c8c1c8c6fc4d4358a1fa18b9395cefbde4b6056fd38d1fb68f2cc555b5aa98e0399c24ddeb119d501b00098c459d43a734ae831b7df9624c
32
33 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
34 index 96967c513d9..ffcaec181ce 100644
35 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
36 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 2019 Gentoo Authors
39 +# Copyright 2019-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -inherit gnome2-utils
45 +inherit gnome2-utils xdg-utils
46
47 DESCRIPTION="icon theme for Linux"
48 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
49 @@ -23,4 +23,4 @@ src_install() {
50
51 pkg_preinst() { gnome2_icon_savelist; }
52 pkg_postinst() { gnome2_icon_cache_update; }
53 -pkg_postrm() { gnome2_icon_cache_update; }
54 +pkg_postrm() { xdg_icon_cache_update; }
55
56 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild
57 index 96967c513d9..ffcaec181ce 100644
58 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild
59 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild
60 @@ -1,9 +1,9 @@
61 -# Copyright 2019 Gentoo Authors
62 +# Copyright 2019-2020 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=7
66
67 -inherit gnome2-utils
68 +inherit gnome2-utils xdg-utils
69
70 DESCRIPTION="icon theme for Linux"
71 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
72 @@ -23,4 +23,4 @@ src_install() {
73
74 pkg_preinst() { gnome2_icon_savelist; }
75 pkg_postinst() { gnome2_icon_cache_update; }
76 -pkg_postrm() { gnome2_icon_cache_update; }
77 +pkg_postrm() { xdg_icon_cache_update; }
78
79 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild
80 index 13a4c564e94..ffcaec181ce 100644
81 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild
82 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild
83 @@ -3,7 +3,7 @@
84
85 EAPI=7
86
87 -inherit gnome2-utils
88 +inherit gnome2-utils xdg-utils
89
90 DESCRIPTION="icon theme for Linux"
91 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
92 @@ -23,4 +23,4 @@ src_install() {
93
94 pkg_preinst() { gnome2_icon_savelist; }
95 pkg_postinst() { gnome2_icon_cache_update; }
96 -pkg_postrm() { gnome2_icon_cache_update; }
97 +pkg_postrm() { xdg_icon_cache_update; }
98
99 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
100 index 13a4c564e94..ffcaec181ce 100644
101 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
102 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
103 @@ -3,7 +3,7 @@
104
105 EAPI=7
106
107 -inherit gnome2-utils
108 +inherit gnome2-utils xdg-utils
109
110 DESCRIPTION="icon theme for Linux"
111 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
112 @@ -23,4 +23,4 @@ src_install() {
113
114 pkg_preinst() { gnome2_icon_savelist; }
115 pkg_postinst() { gnome2_icon_cache_update; }
116 -pkg_postrm() { gnome2_icon_cache_update; }
117 +pkg_postrm() { xdg_icon_cache_update; }
118
119 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild
120 index 13a4c564e94..ffcaec181ce 100644
121 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild
122 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild
123 @@ -3,7 +3,7 @@
124
125 EAPI=7
126
127 -inherit gnome2-utils
128 +inherit gnome2-utils xdg-utils
129
130 DESCRIPTION="icon theme for Linux"
131 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
132 @@ -23,4 +23,4 @@ src_install() {
133
134 pkg_preinst() { gnome2_icon_savelist; }
135 pkg_postinst() { gnome2_icon_cache_update; }
136 -pkg_postrm() { gnome2_icon_cache_update; }
137 +pkg_postrm() { xdg_icon_cache_update; }
138
139 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
140 index 13a4c564e94..ffcaec181ce 100644
141 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
142 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
143 @@ -3,7 +3,7 @@
144
145 EAPI=7
146
147 -inherit gnome2-utils
148 +inherit gnome2-utils xdg-utils
149
150 DESCRIPTION="icon theme for Linux"
151 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
152 @@ -23,4 +23,4 @@ src_install() {
153
154 pkg_preinst() { gnome2_icon_savelist; }
155 pkg_postinst() { gnome2_icon_cache_update; }
156 -pkg_postrm() { gnome2_icon_cache_update; }
157 +pkg_postrm() { xdg_icon_cache_update; }
158
159 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200430.ebuild
160 similarity index 85%
161 copy from x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
162 copy to x11-themes/papirus-icon-theme/papirus-icon-theme-20200430.ebuild
163 index 13a4c564e94..72805a2a931 100644
164 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
165 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200430.ebuild
166 @@ -3,7 +3,7 @@
167
168 EAPI=7
169
170 -inherit gnome2-utils
171 +inherit gnome2-utils xdg-utils
172
173 DESCRIPTION="icon theme for Linux"
174 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
175 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${
176
177 LICENSE="GPL-3"
178 SLOT="0"
179 -KEYWORDS="amd64 x86"
180 +KEYWORDS="~amd64 ~x86"
181
182 src_compile() { :; }
183
184 @@ -23,4 +23,4 @@ src_install() {
185
186 pkg_preinst() { gnome2_icon_savelist; }
187 pkg_postinst() { gnome2_icon_cache_update; }
188 -pkg_postrm() { gnome2_icon_cache_update; }
189 +pkg_postrm() { xdg_icon_cache_update; }