Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/
Date: Tue, 02 Aug 2022 18:05:51
Message-Id: 1659463529.4002e31b7b8931e272e90f97b6180bab2082b189.pacho@gentoo
1 commit: 4002e31b7b8931e272e90f97b6180bab2082b189
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 18:04:38 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 18:05:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4002e31b
7
8 x11-themes/papirus-icon-theme: add 20220710
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 x11-themes/papirus-icon-theme/Manifest | 1 +
13 .../papirus-icon-theme-20220710.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
17 index 0045e973cff2..6778b2827287 100644
18 --- a/x11-themes/papirus-icon-theme/Manifest
19 +++ b/x11-themes/papirus-icon-theme/Manifest
20 @@ -1,3 +1,4 @@
21 DIST papirus-icon-theme-20211201.tar.gz 30608183 BLAKE2B 1af77049995fdbc4acfbf72df706faaae507cb1c07624993073bbcf053bad8fd8eaae7fc2e228b57919e3bac041a0056fae6a1cf693040459d72c3285b7725ad SHA512 746055e9db0ef11c996fd90892582ca5ffd3e7c77aa08a43de2dd162364e915c73b3e1ab139c8caa4295e0857b4b5a6e273606f41ae5ab91de9dd160598ec621
22 DIST papirus-icon-theme-20220508.tar.gz 31951563 BLAKE2B ad470e8c3865cc78a0a83bab5ed01744ad8b1e68fab30a75a2caad62e6e58256f5d36ab8e78b85a8c668cdb28caf5bcabcd58860f87e644684c15529b66a2fd6 SHA512 f456119b7890bdab57d6dd40c6f7b6e8d1a1bcb4b0b3d61ab8feadba62d029cabf80bab88cf59b29e720f1967508ddd19cb9d4fec036b4078a24b037c5f19004
23 DIST papirus-icon-theme-20220606.tar.gz 32364864 BLAKE2B 2cf8381619dff73d0bcd44bde98dcecbb1daca5db19251537d136f0d22929d52db2527f0cd932338047eeb16a86ee98444b856ff03edc13cbe5073911757e6f0 SHA512 ccf786a478e5a97052f11999c8fc48bde4c677a036bad3cb3cb908b5cde1055565cdb2914d70dd52029c4c4cb2c60fb1da0daa6dfa076176b5a5aced1665d0c0
24 +DIST papirus-icon-theme-20220710.tar.gz 32968856 BLAKE2B 07886d53fc918fd75992f5404e0cdceacc48b46cef632c9d233ddc56683504ee8835dd0787d33a5195469563ad02a866c711cb0e7cd43c86e20d68d62bdbf009 SHA512 2b9a51447e822e92d1660342de6f75ec57a641a152f4e7dd119422a1f98fe625adcf178814db8f0caf6156a17c73824c340dc59ada3523e44917f4d86db36098
25
26 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20220710.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220710.ebuild
27 new file mode 100644
28 index 000000000000..b3be9a3ea230
29 --- /dev/null
30 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220710.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit xdg
38 +
39 +DESCRIPTION="Free and open source SVG icon theme"
40 +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
41 +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="GPL-3"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
46 +
47 +src_compile() { :; }
48 +
49 +src_install() {
50 + insinto /usr/share/icons
51 + doins -r Papirus{,-Dark,-Light}
52 +
53 + # Install variants designed for elementary OS and Pantheon Desktop only
54 + doins -r ePapirus{,-Dark}
55 +}