summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-03-26 20:46:11 +0100
committerPacho Ramos <pacho@gentoo.org>2022-03-26 20:54:27 +0100
commita07cc693a91b748e60470e93fffe854c0fc338bd (patch)
treebbfe411a30646dda1b1e7a5f824dc6effc747e60 /x11-themes/fedora-backgrounds
parentmedia-sound/mpd: fix zeroconf option in 0.23.6 (diff)
downloadgentoo-a07cc693a91b748e60470e93fffe854c0fc338bd.tar.gz
gentoo-a07cc693a91b748e60470e93fffe854c0fc338bd.tar.bz2
gentoo-a07cc693a91b748e60470e93fffe854c0fc338bd.zip
x11-themes/fedora-backgrounds: add 36.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/fedora-backgrounds')
-rw-r--r--x11-themes/fedora-backgrounds/Manifest1
-rw-r--r--x11-themes/fedora-backgrounds/fedora-backgrounds-36.0.2.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
index 5ccc46dd17fd..c920d5436fb6 100644
--- a/x11-themes/fedora-backgrounds/Manifest
+++ b/x11-themes/fedora-backgrounds/Manifest
@@ -6,3 +6,4 @@ DIST f31-backgrounds-31.0.4.tar.xz 317019080 BLAKE2B a6d3d8f1e41e5f0186ce4b4ffa0
DIST f32-backgrounds-32.2.2.tar.xz 162995272 BLAKE2B 6c965cdfaa672877b1be087edb6de088f90f69027a1645781d19761f49023fde383301cf658f536aab32b1886960e4f9f7e7bf7b3c82ad2cb1fecffd28664ceb SHA512 b86596ce1f7db5ea63ad8f2271e8e90fb9fff24b72cacd0b30ed75a25ecf762548b0211ff9420d35ec110945ee5fb1a244a7848483e202f98faa0a5110fcf4b5
DIST f33-backgrounds-33.0.8.tar.xz 30354496 BLAKE2B 7f64108aafccba083bea2e3b56438c29575facccf73ea6a1dbb0a42037b63c3f6a6c3491e76fdd8116af5a6eac8fe7d7cd26955a4ff7b92d2fa6e77400484e09 SHA512 bc293b62749dd99a5066c1641b734fcbe881da3f477a82b175d324a72958d36cf60a4cceec41b4b71f001be6af8fe044eba74ffb4914dbe2cba960212d9a8d4d
DIST f34-backgrounds-34.0.1.tar.xz 23613140 BLAKE2B 22295e9eb8e9d9d3ae73b6ebcc2766d5f9a0975614ffa3c01d7328cd25dc5927b01c3d58e182c07fa0627ca899437072467bdcda7b8e06edbee413c40261e009 SHA512 d86fe263dff8c431d3dcf50d0eefae0d1358d4b297249dd97b0f974d89287a17b7cebe299e98f06d791fd0888abf756bb87400c33ce0f8db8bb4d0e97f621b7e
+DIST f36-backgrounds-36.0.2.tar.xz 22926368 BLAKE2B b14b973c419c443ced0929f455fce6591db933f5c44394fdd12ad28bf68136066b15f0a1da0405e9bb21237d9e73bd54fac47d8d1178d43f412f4f0d3d4c9f23 SHA512 5bec78d188f52f91da45a0f2c1a9753204ba9c152822be4e80bb320d264b70813a59b78be76fa4e2cfdc2e6bbf8c10c5c2c5047e9fc938930ae7d207a38c0bbd
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-36.0.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-36.0.2.ebuild
new file mode 100644
index 000000000000..82df8670e119
--- /dev/null
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-36.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 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}"