summaryrefslogtreecommitdiff
blob: 6233f6352cde6117a977a3e4a64443b7bf4c0cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild,v 1.9 2004/06/24 23:37:42 agriffis Exp $

DESCRIPTION="Some nice themes for sawfish"
HOMEPAGE="http://www.themes.org"
SRC_URI="http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Adept-0.28.tar.gz http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Eazel-blue-0.30.tar.gz"

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

DEPEND=">=x11-wm/sawfish-1.0"

src_install() {
	version="`sawfish --version |sed -e 's/sawfish version //'`"
	dodir /usr/share/sawfish/${version}/themes
	cd ${D}/usr/share/sawfish/${version}/themes
	unpack Adept-0.28.tar.gz
	unpack Eazel-blue-0.30.tar.gz
}