x11-themes/ubuntu-wallpapers: Version bump (stable as they are only wallpapers)
authorPacho Ramos <pacho@gentoo.org>
Wed, 2 May 2018 16:51:59 +0000 (18:51 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 2 May 2018 19:27:26 +0000 (21:27 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
RepoMan-Options: --force

x11-themes/ubuntu-wallpapers/Manifest
x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-18.04.1.ebuild [new file with mode: 0644]

index 1e0822f340e72331eb3e39982aac305b04316af2..998e5edee82bcfeb216a4a2655de3d0ad41147e6 100644 (file)
@@ -1 +1,2 @@
 DIST ubuntu-wallpapers_18.04.0.orig.tar.gz 129653406 BLAKE2B 807b5212d95b5881bf4139b822f13e38b696c0fd8a848ed03ca035c98b570c1fa6a25dd301b62e1d9871ce42636f26cf6531f9f89480f7cb8518c36673b0f064 SHA512 a6a57f448c7180cc6fa946ca69dfdbc3af13cd7b29155b4a5d05f1fedf99736110b919514c6e5ded6ef0fd95262bb2902148529150ecc725e43f0f6e864d282e
+DIST ubuntu-wallpapers_18.04.1.orig.tar.gz 167057924 BLAKE2B 0d1bd7dc96d3a1ddc3becaa775a6da47645d5962cbcc49e4cab8430adef6ff5c13248b7eb88b1394c80fa5e1b53f8aff94b15b3c7ba836fcc5d94ea86e02572e SHA512 ad46d79cc32315f67f244bfabb74188478c43374d3021e20d0f0d4182cff7f93920df2fae141257695148dc0d69d8e4e0fa486ac616e6256e9269c8b5d6e06d6
diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-18.04.1.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-18.04.1.ebuild
new file mode 100644 (file)
index 0000000..9ff5a14
--- /dev/null
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+LICENSE="CC-BY-SA-3.0"
+KEYWORDS="amd64 arm x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+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
+}