summaryrefslogtreecommitdiff
blob: 0570efda401005ed0386ecd63de6119cbf07b488 (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-themes/gtk-themes-2.0-r1.ebuild,v 1.7 2003/09/06 07:28:56 msterret Exp $

DESCRIPTION="Some nice themes for GTK+ 2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86 ppc alpha"

BASE_URI="http://download.freshmeat.net/themes/"
BASE_URI2="http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/themes/gtk2/"
SRC_URI="${BASE_URI}aqualightblue-gtk2/aqualightblue-gtk2-default.tar.gz
	${BASE_URI}bumblebee-gtk2/bumblebee-gtk2-default-1.5.tar.gz
	${BASE_URI}candygirls/candygirls-stable-0.1.tar.gz
	${BASE_URI}fishpie/fishpie-default-0.11.tar.gz
	${BASE_URI}futuresplash/futuresplash-stable-0.1.tar.gz
	${BASE_URI}gnuaquase/gnuaquase-default-0.3.tar.gz
	${BASE_URI}gnububble/gnububble-default-0.2.tar.gz
	${BASE_URI}prettyokayish-prion/prettyokayish-prion-default.tar.gz
	${BASE_URI}thinandmild/thinandmild-default.tar.gz
	${BASE_URI2}GTK2-Funklor-0.2.tar.gz
	${BASE_URI2}GTK2-GitM.tar.gz
	${BASE_URI2}h2o-gtk2-default-1.0.tar.gz"


HOMEPAGE="http://themes.freshmeat.net/ http://art.gnome.org/"

DEPEND=">=x11-themes/gtk-engines-cleanice-1.1.5
	>=x11-themes/gtk-engines-flat-2.0
	>=x11-themes/gtk-engines-lighthouseblue-0.4.2
	>=x11-themes/gtk-engines-metal-1.9.0
	>=x11-themes/gtk-engines-mgicchikn-1.0.0
	=x11-themes/gtk-engines-mist-0.8-r2
	>=x11-themes/gtk-engines-pixbuf-1.9.0
	>=x11-themes/gtk-engines-redmond95-1.9.0
	>=x11-themes/gtk-engines-thinice-2.0.1
	>=x11-themes/gtk-engines-xfce-2.0.8
	gnome? ( >=x11-themes/gtk-engines-crux-1.9.3 )"

src_unpack() {
	return 0
}

src_compile() {
	einfo "Nothing to compile"
}

src_install() {
	dodir /usr/share/themes
	cd ${D}/usr/share/themes

	unpack ${A}
	chmod -R ugo=rX *
}