commit: 00f32f4cf44a4c1493948c79cbc4dbb4f0c9d22c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 13:04:08 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Sep 11 13:28:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f32f4c
x11-themes/fedora-backgrounds: add 42.0.0 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-themes/fedora-backgrounds/Manifest | 1 + .../fedora-backgrounds-42.0.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest index 2c29cf667a08..325a6cedecba 100644 --- a/x11-themes/fedora-backgrounds/Manifest +++ b/x11-themes/fedora-backgrounds/Manifest @@ -13,3 +13,4 @@ DIST f38-backgrounds-38.1.1.tar.xz 11412412 BLAKE2B 44942432788bcbba62fd207091ad DIST f39-backgrounds-39.0.5.tar.xz 15241108 BLAKE2B d843841b30a6c6e9756a909c29ba66fb5ae2719d4f1a8c40dc0d4bc61d0816e145be242cee18bcca1973643407995d920861a00682156b5f72208d3723253723 SHA512 e03b61feb039c831e55d82d8fbdaecbcaf4d1ec8409eff263fdba03ada5b7a2ae707a5842ee0b2444f76208893bd0fd21f1781f89afd7d16e68c1d2ab165660e DIST f40-backgrounds-40.2.0.tar.xz 26709420 BLAKE2B cddb7d03070ec67b34d7a3f66a099ad1706bf8214c08d7e5f16308e7d6e879023df43d72f9307619de24228a337867e18391340074645b04331f167714fc7139 SHA512 968f186e700590be5e48d757094d627188a34632bbb7d3fb0df53dab7b81c3f8f011743d0cb49a35e9593c5abe0af6da048000971ca0b0060b81b8c4f8e82a60 DIST f41-backgrounds-41.0.2.tar.xz 31615028 BLAKE2B b28e225f8787d22967c025880a7690008bdbb771ef6663b6498f9026aff96922aa2c40c77e9c54e73897ed96904a14475f2cbf6ee95fc18e0f3e094d395922b4 SHA512 50f8a540581ee8798e453962aae4f3af5e1847bbaad3e4ce62da8626514cadea3ff5435e1462534e334eb2ac5a600355d3663678dc2b7ba04da543becb86e272 +DIST f42-backgrounds-42.0.0.tar.xz 3626860 BLAKE2B ddce1299489f8fc6e22364a4444ea2b38d38ab8794c14f488393bfde947e8b463ba790204aef4fb164acda818e656c8df451c8bd5fc6287758e10f0eb73a484e SHA512 358cb36a161b5aa42aa8a4d09a5da77c4159a741743cc42541b4577494215488d5a816f8e02c2efd7f4157f8f49fba058ff7c09c0bc57f05c1c82874052cb371 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild new file mode 100644 index 000000000000..dfd9d57ae097 --- /dev/null +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 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" +S="${WORKDIR}/${MY_P}" + +# Review on each bump, files Attribution* +LICENSE="CC-BY-SA-4.0" + +SLOT="$(ver_cut 1)" + +KEYWORDS="~amd64 ~x86" + +# Migrate to virtual/imagemagick-tools when it supports jpegxl: +# https://bugs.gentoo.org/953960 +BDEPEND="|| ( + media-gfx/imagemagick[jpegxl,png] + media-gfx/graphicsmagick[imagemagick,jpegxl,png] + ) +"
