commit: c2e3423ff75a4bc67a911d5a21230cdf63dac13c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jun 25 16:15:14 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jun 25 16:57:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e3423f
x11-themes/ubuntu-wallpapers: add 25.04.2 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-themes/ubuntu-wallpapers/Manifest | 1 + .../ubuntu-wallpapers-25.04.2.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest index c537c560eaa5..f58eb67b7242 100644 --- a/x11-themes/ubuntu-wallpapers/Manifest +++ b/x11-themes/ubuntu-wallpapers/Manifest @@ -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 diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-25.04.2.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-25.04.2.ebuild new file mode 100644 index 000000000000..0f8b9281824a --- /dev/null +++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-25.04.2.ebuild @@ -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 +}
