summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild
blob: bfe712b6c51ad6d8977b2863d6ad605290de35c6 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Redcore Linux Community Wallpapers"
HOMEPAGE="http://redcorelinux.org"
SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz"

LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"/"${PN}"

src_install() {
	# Wallpapers by V3n3RiX
	dodir usr/share/backgrounds/redcore-community
	insinto usr/share/backgrounds/redcore-community
	doins -r by_venerix/*

	# Wallpapers by pentruprieteni.com, thanks
	dodir usr/share/backgrounds/by_pp
	insinto usr/share/backgrounds/by_pp
	doins -r by_pp/*

	# Photos by Mellita Parjolea, thanks
	dodir usr/share/backgrounds/by_mellita
	insinto usr/share/backgrounds/by_mellita
	doins -r by_mellita/*

	# If you want your wallpapers in here, let me know
	# I will add them only if you own the rights for them
	# venerix [at] redcorelinux [dot] org
}