commit: d8cff9a32f9bc67e6249145651f40b4b3be09fc1
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 16:39:22 2018 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 16:39:22 2018 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=d8cff9a3
x11-themes/xubuntu-community-wallpapers: Fix 14.04.0, add 16.04.0
.../xubuntu-community-wallpapers-14.04.0.ebuild | 2 +-
...04.0.ebuild => xubuntu-community-wallpapers-16.04.0.ebuild} | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
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-14.04.0.ebuild
b/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-16.04.0.ebuild
similarity index 75%
copy from
x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild
copy to
x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-16.04.0.ebuild
index 79fb169..df7998e 100644
---
a/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild
+++
b/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-16.04.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+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.gz"
+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"
+LICENSE="CC-BY-SA-4.0 CC-BY-3.0 CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -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
}