commit: fdc44d93e712559d980d206f3228a6e2be830f17 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 13:02:07 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=fdc44d93
x11-themes/fedora-backgrounds: pngquant is needed at build time Thanks-to: Agostino Sarubbo Closes: https://bugs.gentoo.org/927936 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../fedora-backgrounds-38.1.1-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-38.1.1-r1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-38.1.1-r1.ebuild new file mode 100644 index 000000000000..b1723eac83f5 --- /dev/null +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-38.1.1-r1.ebuild @@ -0,0 +1,21 @@ +# 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_PN}" + +# Review on each bump, files Attribution* +LICENSE="CC-BY-SA-4.0" + +SLOT="$(ver_cut 1)" + +KEYWORDS="~amd64 ~x86" + +BDEPEND="media-gfx/pngquant"
