Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/
Date: Wed, 05 May 2021 05:21:04
Message-Id: 1620192041.b84cf9622efa5687313355eaca26e962c7964e94.juippis@gentoo
1 commit: b84cf9622efa5687313355eaca26e962c7964e94
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Sun May 2 16:04:48 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 05:20:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84cf962
7
8 x11-themes/papirus-icon-theme: bump to 20210501
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12 Closes: https://github.com/gentoo/gentoo/pull/20658
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 x11-themes/papirus-icon-theme/Manifest | 1 +
16 .../papirus-icon-theme-20210501.ebuild | 22 ++++++++++++++++++++++
17 2 files changed, 23 insertions(+)
18
19 diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
20 index 6f335b3e500..bbd08c2d71e 100644
21 --- a/x11-themes/papirus-icon-theme/Manifest
22 +++ b/x11-themes/papirus-icon-theme/Manifest
23 @@ -1,2 +1,3 @@
24 DIST papirus-icon-theme-20200901.tar.gz 24109177 BLAKE2B c30aefa8d056c4c8e86425b3ebca4720d01ca7b0853f33edfb382a280f347df5da75815b354549c96285478fd4e6bacf5469a4212047fe0ba14cc6d2d1b7e292 SHA512 0c1abdf58aeaff6aa8bce2b1db541377633e15282024f757d949adc4cf3e73d08b66b5188fa31530394cb804e88881b5a66c4d80772469d606cfc192c076224e
25 DIST papirus-icon-theme-20210401.tar.gz 27153786 BLAKE2B 95f8b10cd13540f3d2b9f1b1febf0649764d8761f1b4a9d6a2038073b1e8e73e331226ee8c6a4069ac7d26052d49db3b18565ecfd08edd197d4f729769ddca9d SHA512 317eed658897dd55d8393669cb62b2a8f9211120b8e132263c70ddd2f5710973c78230f37bd0f60c75b7b67912d7d2cff2d048dd7b29ffb9c68c73c2ab89ee2b
26 +DIST papirus-icon-theme-20210501.tar.gz 27320777 BLAKE2B 4839189681e898eacc873a4077d92200085a1dbfb8e4d3298c8e6da0cc9966c9ceea903957abf8f4106538764fa73d27ec8375b8011b1196a4c97c6f8b23ce15 SHA512 65f096428756e52a4c373c206a320e2185fc176238100fd2e8dc9281c7772e3a3381a6ce2d4642be9ff0ea97f5e5292b1a5b631c07459d5863ee7e5cfcced8ac
27
28 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild
29 new file mode 100644
30 index 00000000000..cdc7ac94819
31 --- /dev/null
32 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild
33 @@ -0,0 +1,22 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit xdg
40 +
41 +DESCRIPTION="Free and open source SVG icon theme"
42 +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
43 +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +src_compile() { :; }
50 +
51 +src_install() {
52 + insinto /usr/share/icons
53 + doins -r ePapirus Papirus{,-Dark,-Light}
54 +
55 +}