summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-02-25 16:11:46 +0100
committerPacho Ramos <pacho@gentoo.org>2024-02-25 16:19:54 +0100
commitfc789f1bc29b1cd0d4e8862fb2cdb9a96737b867 (patch)
treecd0f1ac1a0d0f5602a03c92c908206a5f623ae19 /x11-themes
parentsys-kernel/linux-firmware: keyword 20240220-r2 (diff)
downloadgentoo-fc789f1bc29b1cd0d4e8862fb2cdb9a96737b867.tar.gz
gentoo-fc789f1bc29b1cd0d4e8862fb2cdb9a96737b867.tar.bz2
gentoo-fc789f1bc29b1cd0d4e8862fb2cdb9a96737b867.zip
x11-themes/fedora-backgrounds: add 39.0.5
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fedora-backgrounds/Manifest1
-rw-r--r--x11-themes/fedora-backgrounds/fedora-backgrounds-39.0.5.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
index 3c28c2937040..104339d04ef8 100644
--- a/x11-themes/fedora-backgrounds/Manifest
+++ b/x11-themes/fedora-backgrounds/Manifest
@@ -11,3 +11,4 @@ DIST f37-backgrounds-37.0.5.tar.xz 9645420 BLAKE2B 9cdad101aee869e4a4f3132494854
DIST f38-backgrounds-38.1.1.tar.xz 11412412 BLAKE2B 44942432788bcbba62fd207091ad3c42d7db15586c8b46fb42f0f81b653b27ece10688b464651865517290f9d2cb90ef0e85543e80f9acaeb29d6f3f653dfff8 SHA512 79634cf9bd84ac4e11c8f6c8a45944f13db3c842a2ffc3374cdd991d279f4e3584b14f932811c3748e77f913cea3e3dc83af071e92e824f2145279973fe573b1
DIST f39-backgrounds-39.0.3.tar.xz 9726796 BLAKE2B b2a471fbef4c5a7e3c271e8e33793b6f4415c930b09290823623786b22a2b9bc3b6040c4efa09928d8135409fb805a1626b6f8f2f9f07def3fde512290a31d78 SHA512 0f161ae580971ae11b9f645d0493c1cdb22bf86f849db2e057d1e6d611489152fb5ef4fe9aa9709791323105b6bacb999dcd0ee25d686ca5f82bf214dcd7a315
DIST f39-backgrounds-39.0.4.tar.xz 15240932 BLAKE2B 89106f86da9b4db629d9b3bc7fa9a8781f964bdf142c5eb0a03864c69d3f5078474282af540e79cbc3e4eede90f5542ad04cefb2bc1dba507084e0645cf5eb03 SHA512 15e02c6e17a5eb0ad900ea1237e69f8f0d040a17f4d9772f66a9585cd42115a22f7a6bcf9e910edc8a729b8e3f87a62e21a5b8cddb5af6fe3166f7f905ddfe5c
+DIST f39-backgrounds-39.0.5.tar.xz 15241108 BLAKE2B d843841b30a6c6e9756a909c29ba66fb5ae2719d4f1a8c40dc0d4bc61d0816e145be242cee18bcca1973643407995d920861a00682156b5f72208d3723253723 SHA512 e03b61feb039c831e55d82d8fbdaecbcaf4d1ec8409eff263fdba03ada5b7a2ae707a5842ee0b2444f76208893bd0fd21f1781f89afd7d16e68c1d2ab165660e
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-39.0.5.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-39.0.5.ebuild
new file mode 100644
index 000000000000..2801248892ad
--- /dev/null
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-39.0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
+HOMEPAGE="https://github.com/fedoradesign/backgrounds"
+
+MY_PN="f$(ver_cut 1)-backgrounds"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
+
+# Review on each bump, files Attribution*
+LICENSE="CC-BY-SA-4.0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SLOT="$(ver_cut 1)"
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/${MY_PN}"