commit:     a71c4115241c93fd30b6af5a2d0161d70dd1d5fa
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 09:59:43 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 10:00:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71c4115

x11-themes/papirus-icon-theme: Version bump (v20200901

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 x11-themes/papirus-icon-theme/Manifest             |  1 +
 .../papirus-icon-theme-20200901.ebuild             | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/x11-themes/papirus-icon-theme/Manifest 
b/x11-themes/papirus-icon-theme/Manifest
index 2e789094758..be8014ce442 100644
--- a/x11-themes/papirus-icon-theme/Manifest
+++ b/x11-themes/papirus-icon-theme/Manifest
@@ -9,3 +9,4 @@ DIST papirus-icon-theme-20200430.tar.gz 22659357 BLAKE2B 
55c68d06375f1713650e908
 DIST papirus-icon-theme-20200602.tar.gz 23108544 BLAKE2B 
fced236cd7318ad26df0ccbf0ad2800a8678265d2060746a17143b20193d6a96193de0950b77cb29df160757dae833755d6489286a0f4b52db4164e8158d0704
 SHA512 
c860efd6ab863cbeb7b5f0d3afb7e652bbd9daca9c5028b0c466d1930f7bacba137fce40220f858b2cff0ef575d1c9eb979d7ba1c79481d7dccdbd6a273953c0
 DIST papirus-icon-theme-20200702.tar.gz 23456769 BLAKE2B 
4e4c9466c14a18231526c3a6db33cc35841a1e5787f03e186914f57f67ee19579e4822099e82fb9b295a6da393b1097110b7ef3b86737794fe0f5aa8c62de50d
 SHA512 
ff2aa30bb70361f2952be203b3e3d00aae248726b5413a3a8e9ad7d6e7d0759e9bfd156cc65520175aba0e5436e9e58453ae0058d7d639d5c9a818e7f158761c
 DIST papirus-icon-theme-20200801.tar.gz 23673134 BLAKE2B 
6562a6445008de3b465a8c1b7db9ba62d057ba9937058de5355482a063df3b93db5cdd3867ffee113b1c2a0152735ac0b0fdb0dfa46119e7ed31ef8ebcd0765a
 SHA512 
fd8262b4b56c825f145db466c7237f29322c76f8ec10c59a9cb97315b4a6ae3667c6e6e4910a8165529e762c5420298949f5b283ee4d37ac14135be35cdbf993
+DIST papirus-icon-theme-20200901.tar.gz 24109177 BLAKE2B 
c30aefa8d056c4c8e86425b3ebca4720d01ca7b0853f33edfb382a280f347df5da75815b354549c96285478fd4e6bacf5469a4212047fe0ba14cc6d2d1b7e292
 SHA512 
0c1abdf58aeaff6aa8bce2b1db541377633e15282024f757d949adc4cf3e73d08b66b5188fa31530394cb804e88881b5a66c4d80772469d606cfc192c076224e

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200901.ebuild 
b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200901.ebuild
new file mode 100644
index 00000000000..72805a2a931
--- /dev/null
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200901.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="icon theme for Linux"
+HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
+SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() { :; }
+
+src_install() {
+       insinto /usr/share/icons
+       doins -r ePapirus Papirus{,-Dark,-Light}
+
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }

Reply via email to