mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-themes/ubuntu-wallpapers: drop 21.10.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST ubuntu-wallpapers_21.10.1.orig.tar.gz 246340533 BLAKE2B 0d5b253fd1462baad0ebc758c20a4e9662baf913bb776342faa31df5ae33629098680fe0a442c186271089d2769cfee1439438851a510f3d978669cb95a017af SHA512 f48c9ac59c6de32b4dbdd2a52c21b5464f6100c4acb2384150d9666e8cf31eb705d534742ca54df1f8ed82363d79704294aa6a52933838ee9fddd0a58e53cdcc
|
||||
DIST ubuntu-wallpapers_22.10.2.orig.tar.gz 291534519 BLAKE2B b79c3a685c7d7b0e43cb365e27b845f194c466c513f138bf4120e14f23c7ed5c16e4586150086444fdc0d7d460b175e2c5ebd615bd95ae5130906d1c39da74c3 SHA512 e2dcdd0a07fc50c4059e3254b179de73474ab53298c29a7234eb14335bfb83cb1b2e9e7a53787caf1a95929876e083d3684be162a5a5f8b14325446eef5c9a5c
|
||||
DIST ubuntu-wallpapers_22.10.3.orig.tar.gz 291538274 BLAKE2B 59b44dae9113cc3e2f25255a363da72bbd21afa3de2a8bc98e8fc2b6cb4d71a6fa4ace12ee38539cd319c55300436087aa6b3080acab807186014af06683e5f6 SHA512 f00a4099e9dfbaa6ab541bec1c65ce312a078c8ea3199a17b315e687ed19e9c36c8b2faa8a482534b9c46d0940ef38943b1f3a1ec4a1da039664ea1248597dc0
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 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"
|
||||
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P/_/-}"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
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
|
||||
insinto /usr/share/gnome-background-properties
|
||||
newins ${i} ${i/.in/}
|
||||
done
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user