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: Thu, 16 Mar 2023 12:18:08
Message-Id: 1678969051.9de12ce195dc8d0149bb5cd6afe314a44c971a13.pacho@gentoo
1 commit: 9de12ce195dc8d0149bb5cd6afe314a44c971a13
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 11:56:17 2023 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 12:17:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de12ce1
7
8 x11-themes/fedora-backgrounds: add 38.0.2
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 x11-themes/fedora-backgrounds/Manifest | 1 +
13 .../fedora-backgrounds-38.0.2.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
17 index 95d34fa720bc..9089afefcc0f 100644
18 --- a/x11-themes/fedora-backgrounds/Manifest
19 +++ b/x11-themes/fedora-backgrounds/Manifest
20 @@ -8,3 +8,4 @@ DIST f33-backgrounds-33.0.8.tar.xz 30354496 BLAKE2B 7f64108aafccba083bea2e3b5643
21 DIST f34-backgrounds-34.0.1.tar.xz 23613140 BLAKE2B 22295e9eb8e9d9d3ae73b6ebcc2766d5f9a0975614ffa3c01d7328cd25dc5927b01c3d58e182c07fa0627ca899437072467bdcda7b8e06edbee413c40261e009 SHA512 d86fe263dff8c431d3dcf50d0eefae0d1358d4b297249dd97b0f974d89287a17b7cebe299e98f06d791fd0888abf756bb87400c33ce0f8db8bb4d0e97f621b7e
22 DIST f36-backgrounds-36.1.2.tar.xz 7757840 BLAKE2B be36bfbd1a16e7ceb98afe38ad2f2e2dae7e88ff8d19a636206120b2f248b43a79752c5a90c324ad5f1851961306c13570a1c3325456f2499d609b36db01d4e1 SHA512 7e9e0e2844c55df1097baad546d4284e01dbec10bf3b544efb6eab001a0d059317bf28160d11deb049243fa5542ccf342c571f95f185d9b905f81bb75d2f5026
23 DIST f37-backgrounds-37.0.5.tar.xz 9645420 BLAKE2B 9cdad101aee869e4a4f3132494854c513820b78d1b85350079fae6b6d6f344c2e98e951319cd2cce104344893dd303544e3afb939f7e39af9a659186c95e7a11 SHA512 1ee6fd5cbca0d3f86cd917cd83155b95bf6bebf43437d78f810fd9f80a11786203d36b6f6ea163d9585d72e771e26b6ca910b31f69a7a61d066495b4f3159309
24 +DIST f38-backgrounds-38.0.2.tar.xz 27491608 BLAKE2B 03e57645cf4d0cd76555905271b18a957ed65127b8dea4d92b815ceb50e5f7f0eb9f7429562f7cd876e52fb742b215cf1c37ec4bfb2f7a4d774aca82d890697e SHA512 4d878f90b0e95c151cbcbe83a13a11b42e01bdc3caf523817a13cfa59b72a484581a187e87fe4d301e3e7bbee210227eb3682a9276cf0d96049757cbb2a7e81b
25
26 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-38.0.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-38.0.2.ebuild
27 new file mode 100644
28 index 000000000000..5a5f5beabdca
29 --- /dev/null
30 +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-38.0.2.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2023 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
38 +HOMEPAGE="https://github.com/fedoradesign/backgrounds"
39 +
40 +MY_PN="f$(ver_cut 1)-backgrounds"
41 +MY_P="${MY_PN}-${PV}"
42 +SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
43 +
44 +# Review on each bump, files Attribution*
45 +LICENSE="CC-BY-SA-4.0"
46 +
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +SLOT="$(ver_cut 1)"
50 +
51 +RDEPEND=""
52 +DEPEND=""
53 +BDEPEND=""
54 +
55 +S="${WORKDIR}/${MY_PN}"