x11-themes/ubuntu-wallpapers: drop 24.04.2, 25.04.2

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2026-01-25 09:24:15 +01:00
parent b4b8796afe
commit 02685221e0
3 changed files with 0 additions and 72 deletions
-2
View File
@@ -1,3 +1 @@
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
DIST ubuntu-wallpapers_25.10.2.orig.tar.gz 825020718 BLAKE2B e61c0cbdebb57d7e23b385e55f4337327d12efd573d3bba498e80af6506a8b9dc81cc0cb5222dbe1609712f13315c5359b46d2835b33ff5b8ca9432005e924ac SHA512 e408baa306773e9825f82e726ea788436c44ed22cc6f681940021af86fe323438fa4056febe1ff393907a61b3bc86c71006b9f58f9eeabddbe383fffffe23522
@@ -1,36 +0,0 @@
# Copyright 1999-2024 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"
S="${WORKDIR}/${MY_P}.orig"
# 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
}
@@ -1,34 +0,0 @@
# 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
}