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/fedora-backgrounds/
Date: Wed, 06 May 2020 18:46:31
Message-Id: 1588790777.06153786de5a65971eef2cb1815e0a0793c9e871.pacho@gentoo
1 commit: 06153786de5a65971eef2cb1815e0a0793c9e871
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 18:45:10 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 18:46:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06153786
7
8 x11-themes/fedora-backgrounds: Bump to 32.2.2
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-themes/fedora-backgrounds/Manifest | 1 +
14 .../fedora-backgrounds-32.2.2.ebuild | 30 ++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
18 index fddb7d5bf7b..da56dc508d1 100644
19 --- a/x11-themes/fedora-backgrounds/Manifest
20 +++ b/x11-themes/fedora-backgrounds/Manifest
21 @@ -4,3 +4,4 @@ DIST f29-backgrounds-29.1.3.tar.xz 170130460 BLAKE2B dc7e8e25f8d65f9de8939e0468d
22 DIST f30-backgrounds-30.1.2.tar.xz 215810052 BLAKE2B 203a8d5213aab09de7e050fceb333092d77df99557d827930542cbe0443ff16f510b0fb66d294e63871ffb6e942e373eb9890e7eb139523b1573bc12e328e9b7 SHA512 a6b2c3d0d38a0bb76f987e85b584afe2ce8079f8667a3ef253deff12b96678f2fb92ab2f6d04770e9154dd3bb4bc0fc871d5c18da989e5fa7f9f61464d7b3322
23 DIST f31-backgrounds-31.0.4.tar.xz 317019080 BLAKE2B a6d3d8f1e41e5f0186ce4b4ffa052190d8422bf24db3c6fa02f1eda0d016af7cf58f8da9d1a391a8c2a46d1f1b2a21f2c889c6704a9e997262ae9a43447e55dc SHA512 77244938ef3bd3dff8d8327645373b368f10aef78cf15fa56045b3f6c76dee502a6682b4bb756e1c16f4021481f7ee2317a73273bb2e50abc729b5847db23718
24 DIST f32-backgrounds-32.1.4.tar.xz 56592364 BLAKE2B 2dea490c910844ea1a09fec7f0d86b713c76f04979b8ad32f0038122a38585f98bbef837e158f0d7ce2f13ee80a3309cf7ca6dde28a15e60747f6882ca1661f9 SHA512 6ecf33e4810bd504b4ab6bdfc42ef1beab7f77a23ccb33e52641064293586d3328829f07e4988b3358dbca369610bb2bd7553192f4bc0221cbe971c5f6835bca
25 +DIST f32-backgrounds-32.2.2.tar.xz 162995272 BLAKE2B 6c965cdfaa672877b1be087edb6de088f90f69027a1645781d19761f49023fde383301cf658f536aab32b1886960e4f9f7e7bf7b3c82ad2cb1fecffd28664ceb SHA512 b86596ce1f7db5ea63ad8f2271e8e90fb9fff24b72cacd0b30ed75a25ecf762548b0211ff9420d35ec110945ee5fb1a244a7848483e202f98faa0a5110fcf4b5
26
27 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild
28 new file mode 100644
29 index 00000000000..a2fe4e7ee0b
30 --- /dev/null
31 +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild
32 @@ -0,0 +1,30 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
39 +HOMEPAGE="https://github.com/fedoradesign/backgrounds"
40 +
41 +MY_PN="f$(ver_cut 1)-backgrounds"
42 +MY_P="${MY_PN}-${PV}"
43 +SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
44 +
45 +# Review on each bump, files Attribution*
46 +LICENSE="CC-BY-SA-4.0"
47 +
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +SLOT="$(ver_cut 1)"
51 +
52 +RDEPEND=""
53 +DEPEND=""
54 +BDEPEND=""
55 +
56 +S="${WORKDIR}/${MY_PN}"
57 +
58 +src_install() {
59 + default
60 + # Don't change default MATE background
61 + rm "${ED}"/usr/share/backgrounds/mate/default.xml || die
62 +}