mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
x11-themes/fedora-backgrounds: add 43.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -15,3 +15,4 @@ DIST f40-backgrounds-40.2.0.tar.xz 26709420 BLAKE2B cddb7d03070ec67b34d7a3f66a09
|
||||
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
|
||||
DIST f43-backgrounds-43.0.1.tar.xz 8036128 BLAKE2B b63cda04b9b9df25d1f686db3ba9e83d850e0e642cd79974ba3f7b3f5da55ad5c6c4a8d2c7c45e59db1a06e65f9640e2091856e13eb12d7b429382b0db746f63 SHA512 99bfb1967767880ea8bb90e51c33b08c23c83a879ccc76a26c945887c66a5e6a2d22c2861ecf0053a5343ec8679df792eb1ee19ed079c568b5aba866993244ea
|
||||
DIST f43-backgrounds-43.0.3.tar.xz 7637208 BLAKE2B daeb247888ddba335c18be7284ba5953c6a88311b08818e52011d3cdeff98fc18f87a6289d24ab87864c86f9d06848f9a0e3e0d63f3ab74868672f94a0e6a6fc SHA512 ec199d24c256498311c0232c82dd25a3dd850967218c06a61e8827f4799d28d65e3f4cd5f120bf9be2d268122cc6b527c7ab4ccff7ddf7dcaecdb9a734e687cb
|
||||
|
||||
@@ -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]
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user