summaryrefslogtreecommitdiff
blob: 16399f2732caf85fc294e71c7e4b7ec8646fd07e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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
}