x11-themes/ubuntu-wallpapers: add 25.04.2

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-06-25 18:15:14 +02:00
parent c83eedac8f
commit c2e3423ff7
2 changed files with 35 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ubuntu-wallpapers_24.04.2.orig.tar.gz 488807276 BLAKE2B 2d129b9e08ec60a77ceefded1e7492244b1a14345c2a84a1df1e1653b0d972391f737ae447347c40b79dff172f952f9888907c6ea1c265fd3cf57790838f14ed SHA512 18cbf8498d2445350053fe472b7d081ae92df01911f15b5bd96c912f4ebb7dd6a4bfe8f90d25a16aba3f8d317faf1fbe8f381d437e95d669cf0d2dc06c898a28
DIST ubuntu-wallpapers_25.04.2.orig.tar.gz 760243387 BLAKE2B 06a84856f31f428eeaa206c8b1913cd7dd2932327af8dd5cf0b9060df4fbe634fe29ac2f87b098f1fd813be9111221afe65905b7a7741c340493477177e2032c SHA512 4ebb839bb451cccd875593f7b10ef5c0bb16e89266c55e9f1800f1294a923c5ec31af2debb0423a197f1f24029ab78cbce318d263265614ca0fc78607074d530

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Ubuntu wallpapers"
HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers"
MY_P="${PN}_${PV}"
SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
# Review COPYING file for updates
LICENSE="CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
src_compile() { :; }
src_test() { :; }
src_install() {
insinto /usr/share/backgrounds
doins *.jpg *.png
insinto /usr/share/backgrounds/contest
doins contest/*.xml
for i in *.xml.in; do
sed -i 's/_name/name/g' ${i}
insinto /usr/share/gnome-background-properties
newins ${i} ${i/.in/}
done
einstalldocs
}