summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-09-25 12:59:43 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-09-25 13:00:00 +0300
commita71c4115241c93fd30b6af5a2d0161d70dd1d5fa (patch)
tree84e745be16f8b937f8d7924cff66215a0fb611e6 /x11-themes
parentx11-misc/xlockmore: Old (diff)
downloadgentoo-a71c4115241c93fd30b6af5a2d0161d70dd1d5fa.tar.gz
gentoo-a71c4115241c93fd30b6af5a2d0161d70dd1d5fa.tar.bz2
gentoo-a71c4115241c93fd30b6af5a2d0161d70dd1d5fa.zip
x11-themes/papirus-icon-theme: Version bump (v20200901
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/papirus-icon-theme/Manifest1
-rw-r--r--x11-themes/papirus-icon-theme/papirus-icon-theme-20200901.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
index 2e789094758e..be8014ce442e 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 000000000000..72805a2a9317
--- /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; }