diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 19:54:17 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 20:18:02 +0200 |
commit | fd098d09e35127e1f177b5601f60008b39c08253 (patch) | |
tree | d1ec9313abdfb529b26dd718702e62afd7dfd818 /x11-themes | |
parent | dev-python/fonttools: Remove old (diff) | |
download | gentoo-fd098d09e35127e1f177b5601f60008b39c08253.tar.gz gentoo-fd098d09e35127e1f177b5601f60008b39c08253.tar.bz2 gentoo-fd098d09e35127e1f177b5601f60008b39c08253.zip |
x11-themes/fedora-backgrounds: add 40.1.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fedora-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest index 3a6435f91649..40375cbb6e2f 100644 --- a/x11-themes/fedora-backgrounds/Manifest +++ b/x11-themes/fedora-backgrounds/Manifest @@ -10,3 +10,4 @@ DIST f36-backgrounds-36.1.2.tar.xz 7757840 BLAKE2B be36bfbd1a16e7ceb98afe38ad2f2 DIST f37-backgrounds-37.0.5.tar.xz 9645420 BLAKE2B 9cdad101aee869e4a4f3132494854c513820b78d1b85350079fae6b6d6f344c2e98e951319cd2cce104344893dd303544e3afb939f7e39af9a659186c95e7a11 SHA512 1ee6fd5cbca0d3f86cd917cd83155b95bf6bebf43437d78f810fd9f80a11786203d36b6f6ea163d9585d72e771e26b6ca910b31f69a7a61d066495b4f3159309 DIST f38-backgrounds-38.1.1.tar.xz 11412412 BLAKE2B 44942432788bcbba62fd207091ad3c42d7db15586c8b46fb42f0f81b653b27ece10688b464651865517290f9d2cb90ef0e85543e80f9acaeb29d6f3f653dfff8 SHA512 79634cf9bd84ac4e11c8f6c8a45944f13db3c842a2ffc3374cdd991d279f4e3584b14f932811c3748e77f913cea3e3dc83af071e92e824f2145279973fe573b1 DIST f39-backgrounds-39.0.5.tar.xz 15241108 BLAKE2B d843841b30a6c6e9756a909c29ba66fb5ae2719d4f1a8c40dc0d4bc61d0816e145be242cee18bcca1973643407995d920861a00682156b5f72208d3723253723 SHA512 e03b61feb039c831e55d82d8fbdaecbcaf4d1ec8409eff263fdba03ada5b7a2ae707a5842ee0b2444f76208893bd0fd21f1781f89afd7d16e68c1d2ab165660e +DIST f40-backgrounds-40.1.1.tar.xz 26709464 BLAKE2B c5ae0bf4d98ba356facd4f78ae0f219fd54240453027c4028901d21bf227eb013fa1889e1714a82ffe5168a0c6590ac1e7e45b2935de4d9c7cb77160ef1f5f30 SHA512 c8d998dc1f7dfff181783ba9f09f144f84cbae9256cbdb1a1696bc2400ee41e704439bddc819e2061ba3140f6cba6a696c493421a4cf67a40e902722036ca258 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild new file mode 100644 index 000000000000..a20531228483 --- /dev/null +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild @@ -0,0 +1,19 @@ +# 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" +SLOT="$(ver_cut 1)" + +S="${WORKDIR}/${MY_PN}" |