summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-03-14 12:12:36 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-14 12:14:34 +0200
commitf17c77ac9de07dad7d1aeb0d7f0eb868bfe17c47 (patch)
tree8e26189da71c97a6182f8dcb69069931c9eba70a /x11-themes
parentx11-themes/papirus-icon-theme: update DESCRIPTION in latest ebuild (diff)
downloadgentoo-f17c77ac9de07dad7d1aeb0d7f0eb868bfe17c47.tar.gz
gentoo-f17c77ac9de07dad7d1aeb0d7f0eb868bfe17c47.tar.bz2
gentoo-f17c77ac9de07dad7d1aeb0d7f0eb868bfe17c47.zip
x11-themes/papirus-icon-theme: restore latest stable version
Signed-off-by: Joonas Niilola <juippis@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-20200405.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 80773f0de0d9..f59f21874840 100644
--- a/x11-themes/papirus-icon-theme/Manifest
+++ b/x11-themes/papirus-icon-theme/Manifest
@@ -1,2 +1,3 @@
+DIST papirus-icon-theme-20200405.tar.gz 22279244 BLAKE2B 756402258dcc356cde2c4822c979e93096de6fd827037a21839e67a6f6bf81da7c86cb311255a6018676941ad1659cb5206dc8f3d1bfd8f320381232b5a0528e SHA512 116aefea7049f7bdffee12fde8fa7088dfb4cd52f78bba617390700ba292b664dde32d30119f2929121988fa46244d452407b82f61f113b38810743c6db7e451
DIST papirus-icon-theme-20200901.tar.gz 24109177 BLAKE2B c30aefa8d056c4c8e86425b3ebca4720d01ca7b0853f33edfb382a280f347df5da75815b354549c96285478fd4e6bacf5469a4212047fe0ba14cc6d2d1b7e292 SHA512 0c1abdf58aeaff6aa8bce2b1db541377633e15282024f757d949adc4cf3e73d08b66b5188fa31530394cb804e88881b5a66c4d80772469d606cfc192c076224e
DIST papirus-icon-theme-20210302.tar.gz 26557577 BLAKE2B 6dfba45b97d466deffd23852694cec62c40035a7552c5424dbc84fb9e5755fc0ba97eab302947e45e408a3f36ce3d6eead4af9c335c066355398a4cf30c66085 SHA512 b8bba6a3f68b34da7f9e55ac19b37240d7dc0b1b7cb6523431d5e1ce08a90179e26beb621c8da4ff219d2c1e9ad390f8d0e6f413bc4296c15b1da872f09dfd26
diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
new file mode 100644
index 000000000000..ffcaec181ce0
--- /dev/null
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.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; }