commit:     cab397046deb3c74d87859fcabc37e9996931605
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 09:09:07 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 09:09:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab39704

x11-themes/papirus-icon-theme: add 20220808

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/papirus-icon-theme/Manifest             |  1 +
 .../papirus-icon-theme-20220808.ebuild             | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-themes/papirus-icon-theme/Manifest 
b/x11-themes/papirus-icon-theme/Manifest
index b7c4ff8dc533..af8dcf1d4ebb 100644
--- a/x11-themes/papirus-icon-theme/Manifest
+++ b/x11-themes/papirus-icon-theme/Manifest
@@ -1,2 +1,3 @@
 DIST papirus-icon-theme-20220606.tar.gz 32364864 BLAKE2B 
2cf8381619dff73d0bcd44bde98dcecbb1daca5db19251537d136f0d22929d52db2527f0cd932338047eeb16a86ee98444b856ff03edc13cbe5073911757e6f0
 SHA512 
ccf786a478e5a97052f11999c8fc48bde4c677a036bad3cb3cb908b5cde1055565cdb2914d70dd52029c4c4cb2c60fb1da0daa6dfa076176b5a5aced1665d0c0
 DIST papirus-icon-theme-20220710.tar.gz 32968856 BLAKE2B 
07886d53fc918fd75992f5404e0cdceacc48b46cef632c9d233ddc56683504ee8835dd0787d33a5195469563ad02a866c711cb0e7cd43c86e20d68d62bdbf009
 SHA512 
2b9a51447e822e92d1660342de6f75ec57a641a152f4e7dd119422a1f98fe625adcf178814db8f0caf6156a17c73824c340dc59ada3523e44917f4d86db36098
+DIST papirus-icon-theme-20220808.tar.gz 33262401 BLAKE2B 
b94d6a272613d443bd540e0899829a0d932402e7b2d529e8f6b0785d1e812624dca4e21e04fa7ee94a37a9313e85cdc5398ee42e0c110d74246cc31682dc6897
 SHA512 
4233ec11fad43901fca346bb3db94ec68466b91740b1a25c3eed5772a2ccef086500443af96373d19b172923f8dd8b6814859fe402d78f44b31ac7d555b598bd

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20220808.ebuild 
b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220808.ebuild
new file mode 100644
index 000000000000..b3be9a3ea230
--- /dev/null
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220808.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Free and open source SVG icon theme"
+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 ~arm64 ~ppc64 ~x86"
+
+src_compile() { :; }
+
+src_install() {
+       insinto /usr/share/icons
+       doins -r Papirus{,-Dark,-Light}
+
+       # Install variants designed for elementary OS and Pantheon Desktop only
+       doins -r ePapirus{,-Dark}
+}

Reply via email to