commit: 843f2081dc5d65244eb59756388792e3b27c0eb1 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Mon Apr 27 22:17:11 2015 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Apr 27 22:49:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=843f2081
xubuntu-community-wallpapers: 14.04.0 .../xubuntu-community-wallpapers/metadata.xml | 8 ++++++++ .../xubuntu-community-wallpapers-14.04.0.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/x11-themes/xubuntu-community-wallpapers/metadata.xml b/x11-themes/xubuntu-community-wallpapers/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/x11-themes/xubuntu-community-wallpapers/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata> 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 new file mode 100644 index 0000000..385a280 --- /dev/null +++ b/x11-themes/xubuntu-community-wallpapers/xubuntu-community-wallpapers-14.04.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +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" + +LICENSE="CC-BY-SA-4.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 +}
