summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2018-01-27 17:39:22 +0100
committerSebastian Pipping <sping@gentoo.org>2018-01-27 17:39:22 +0100
commitd8cff9a32f9bc67e6249145651f40b4b3be09fc1 (patch)
tree9899f9eac396c4338b78e3cc0fc68f1f480ac6b1
parentwww-client/chromium-bin-debian: 63.0.3239.84_p1 (diff)
downloadbetagarden-d8cff9a32f9bc67e6249145651f40b4b3be09fc1.tar.gz
betagarden-d8cff9a32f9bc67e6249145651f40b4b3be09fc1.tar.bz2
betagarden-d8cff9a32f9bc67e6249145651f40b4b3be09fc1.zip
x11-themes/xubuntu-community-wallpapers: Fix 14.04.0, add 16.04.0
-rw-r--r--x11-themes/xubuntu-community-wallpapers/Manifest1
-rw-r--r--x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild2
-rw-r--r--x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-16.04.0.ebuild23
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-themes/xubuntu-community-wallpapers/Manifest b/x11-themes/xubuntu-community-wallpapers/Manifest
index f362c4e..f5a6fc2 100644
--- a/x11-themes/xubuntu-community-wallpapers/Manifest
+++ b/x11-themes/xubuntu-community-wallpapers/Manifest
@@ -1 +1,2 @@
DIST xubuntu-community-artwork_14.04.0.tar.gz 9490806 SHA256 6adbcfae3000c8acd3fc4cc316d2fb16d55cc21845c5f3f1f262a706f804576b SHA512 02fb511a090dd38adc28c6c79b10045f94a05ea948c4a0974a3ca209c8586c61e69f1b04d36426d00f9c14661a0fb9ed56b660f01f1e40fac321d98df86af482 WHIRLPOOL dc2b5d748003769037ae06468a7bcd359eff2bd9a8f60fb694aea04d91e100fbc71a80dcbf2972403815538160fe463d525eac81135b2ba924fbeac08900a4c9
+DIST xubuntu-community-artwork_16.04.0.tar.xz 29474344 SHA256 97fefa622937d9e57ce3a7091c5afffe8f2d2c7a342642de282d971b503de052 SHA512 cca20d1e317168a00bbae5e3aadcf73db8c0f12504701aa36be2d53de7b9cef7919cbba07c53a08685845c4986ee88b2f3ba62ebde8cabf657626d36b5e6318c WHIRLPOOL bcc93c33b09cff865fee49d0f2821c68e1b21247977f7afdf589ac01c67f939746765a043c78fbec53b9fd4325b6f21bfb07127ae1fc059d2fafe9711be2865c
diff --git a/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild b/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild
index 79fb169..47b40ea 100644
--- a/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild
+++ b/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}"/${MY_PN}-${PV}
src_install() {
insinto /usr/share/backgrounds/xfce/
- doins /usr/share/xfce4/backdrops/*.jpg
+ doins usr/share/xfce4/backdrops/*.jpg
dodoc debian/copyright README
}
diff --git a/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-16.04.0.ebuild b/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-16.04.0.ebuild
new file mode 100644
index 0000000..df7998e
--- /dev/null
+++ b/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-16.04.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=xubuntu-community-artwork
+DESCRIPTION="Winners of the Xubuntu 14.04 Community wallpaper contest"
+HOMEPAGE="https://wiki.ubuntu.com/Xubuntu/Roadmap/Specifications/Trusty/CommunityWallpapers/Winners"
+SRC_URI="http://archive.ubuntu.com/ubuntu/pool/universe/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${PV}.tar.xz"
+
+LICENSE="CC-BY-SA-4.0 CC-BY-3.0 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${MY_PN}-${PV}
+
+src_install() {
+ insinto /usr/share/backgrounds/xfce/
+ doins usr/share/xfce4/backdrops/*.jpg
+
+ dodoc debian/copyright README
+}