commit:     0f2ebd9f17441c0784daefd5753a41d0b5c5026d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 28 19:34:37 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 19:46:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2ebd9f

x11-themes/ubuntu-wallpapers: Version bump

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-themes/ubuntu-wallpapers/Manifest              |  3 +-
 .../ubuntu-wallpapers-17.10.1.ebuild               | 37 ++++++++++++++++++++++
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/x11-themes/ubuntu-wallpapers/Manifest 
b/x11-themes/ubuntu-wallpapers/Manifest
index d2733affa58..224874fded9 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1 +1,2 @@
-DIST ubuntu-wallpapers_17.04.1.orig.tar.gz 119859143 SHA256 
945f672c84a519e867869483ca43ed50772a709bcea5920c6c3c1ce188e369f3 SHA512 
730efe559be438fb673d41998bced8f1d7188b14b630f2f92789a01aa8879d77998f353c8cc1b1150800b192aa6c6cbab3473b68fc90e42284db15d25aa875b7
 WHIRLPOOL 
e5069f812309bc31b5a0d6a10b592d5fc79c7d6a32e04066d56c6148d76c171343a7523347f529c5c3701b19887a44bdfb4ddbf85eee218da7e0bb9217e58d79
+DIST ubuntu-wallpapers_17.04.1.orig.tar.gz 119859143 BLAKE2B 
543e8b8a3218318ca50e6cc659d7474119130c881191836280811c9405f8c57f2a852735c40dc62c3e5a1831c428b92455ee79c4585991d81e66459b78f25909
 SHA512 
730efe559be438fb673d41998bced8f1d7188b14b630f2f92789a01aa8879d77998f353c8cc1b1150800b192aa6c6cbab3473b68fc90e42284db15d25aa875b7
+DIST ubuntu-wallpapers_17.10.1.orig.tar.gz 129711183 BLAKE2B 
ca5c4010cc5b724d8f1a2963370393f096fd43bf2fde6150d9348d70538621ce364b352fae5903fc22dd63ec10a8dbbb3fc61859683fa1fe95030d10d82464e8
 SHA512 
1f863473079e1c95b9110c7fc18484a15a0215e35e29acb3c48ab5ebff4cab25b2c83e8a8864a2e5df7fd523dc4e519f2c27f0ee4479a64485f854d752942b76

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild
new file mode 100644
index 00000000000..6c8e876decc
--- /dev/null
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 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
+}

Reply via email to