Gentoo Archives: gentoo-commits

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