x11-themes/ubuntu-wallpapers - 25.10.2 (gentoo)

Search

Package Information

Description:
Ubuntu wallpapers
Homepage:
https://launchpad.net/ubuntu/+source/ubuntu-wallpapers
License:
CC-BY-SA-3.0

Ebuild Details

Version EAPI Keywords Slot
25.10.2 8 amd64 arm x86 0
View Raw Ebuild
# 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
}

Manifest for 25.10.2

Type File Size Source URLs
DIST ubuntu-wallpapers_25.10.2.orig.tar.gz 825020718 bytes mirror://ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_25.10.2.orig.tar.gz