summaryrefslogtreecommitdiff
blob: 9161f3b72f67c9f45c36b845b1d22166c134dd08 (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
# taken from gentoo portage tree
# updated manually by Simon the Sorcerer

EAPI=7

DESCRIPTION="darkelf gtk-2/gtk-3/xfwm4 themes for working in dark environments."
HOMEPAGE="http://homepages.uni-paderborn.de/neuron/gentoo/darkelf/"
SRC_URI="http://homepages.uni-paderborn.de/neuron/gentoo/darkelf/${P}.txz"

LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86"

RDEPEND="
	x11-themes/gtk-engines-adwaita
"

DEPEND="
	${RDEPEND}
"

S=${WORKDIR}/darkelf-gtk-themes/

src_install() {
	insinto /usr/share/themes/
	doins -r darkelf
	doins -r darkelf-cinereous
	doins -r darkelf-mellow
	doins -r darkelf-golden
	doins -r darkelf-slytherin
	doins -r darkelf-laurel
	doins -r darkelf-glow
	doins -r darkelf-black
}