summaryrefslogtreecommitdiff
blob: d9f1c1bc9306b38aa3ddf8b21971b158732eb3aa (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A port of the H2O GTK+ theme to GTK2"
HOMEPAGE="http://art.gnome.org/themes/gtk2/213"
SRC_URI="http://art.gnome.org/download/themes/gtk2/213/GTK2-H2O-default-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="x11-libs/gtk+"
RDEPEND="${DEPEND}"

S=${WORKDIR}

src_unpack() {
	unpack ${A}
	cd "${S}"

	# Clean up unnecessary files
	rm -rf */*/{*.xcf,.gtkrc.swp,.xvpics} || die
}

src_install() {
	insinto /usr/share/themes
	doins -r * || die
}