summaryrefslogtreecommitdiff
blob: 23f5658f5f4ab6c3827de9081a320fc5f1931fdd (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit eutils

DESCRIPTION="SLiM (Simple Login Manager) themes pack"
HOMEPAGE="https://sourceforge.net/projects/slim.berlios/"
SRC_URI="mirror://sourceforge/project/slim.berlios/slim-1.2.3-themepack1a.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-gentoo-simple.tar.bz2
	mirror://gentoo/slim-archlinux.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-debian-moreblue.tar.bz2
	mirror://sourceforge/project/slim.berlios/slim-fingerprint.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-flat.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-lunar-0.4.tar.bz2
	mirror://sourceforge/project/slim.berlios/slim-previous.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-rainbow.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-rear-window.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-scotland-road.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-subway.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-wave.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-zenwalk.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-archlinux-simple.tar.gz
	mirror://sourceforge/project/slim.berlios/slim-lake.tar.gz
	mirror://gentoo/slim-gentoo-1.0.tar.bz2
	http://www.xfce-look.org/CONTENT/content-files/48605-xfce-g-box-slim-0.1.tar.gz
	http://www.konstantinhansen.de/source/slim_themes/gentoo_10_purple/gentoo_10_purple.tar.bz2 -> gentoo_10_purple-r1.tar.bz2
	http://www.konstantinhansen.de/source/slim_themes/gentoo_10_blue/gentoo_10_blue.tar.bz2 -> gentoo_10_blue-r1.tar.bz2
	http://www.konstantinhansen.de/source/slim_themes/gentoo_10_dark/gentoo_10_dark.tar.bz2 -> gentoo_10_dark-r1.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""

RDEPEND="x11-misc/slim"
DEPEND=""

RESTRICT="strip binchecks"

S="${WORKDIR}"

src_prepare() {
	epatch "${FILESDIR}/slim-theme-flat.diff"
}

src_compile() {
	:
}

src_install() {
	for i in capernoited flower2 gentoo isolated lotus-{sage,midnight} \
		mindlock slim-archlinux subway xfce-g-box Zenwalk ; do
			rm ${i}/README || die "rm README"
	done

	rm debian-moreblue/COPY* lotus-{sage,midnight}/{LICENSE*,COPY*} \
		parallel-dimensions/{LICENSE*,COPY*} xfce-g-box/COPYRIGHT.panel \
		|| die "rm LICENSE"

	local themesdir="/usr/share/slim/themes"
	insinto ${themesdir}
	doins -r .
}