summaryrefslogtreecommitdiff
blob: 5459f69f66fc0203a90b2bac55ad6f3fe82b0a3a (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
# 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-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild,v 1.1 2003/06/19 09:46:15 liquidx Exp $

inherit gtk-engines2

GTK1_VER="0.6.3"
GTK2_VER="${PV}"

IUSE=""
DESCRIPTION="GTK+1 and GTK+2 Lighthouseblue Theme Engine"
HOMEPAGE="http://lighthouseblue.sf.net/"
SRC_URI="mirror://sourceforge/lighthouseblue/lighthouseblue-gtk1-${GTK1_VER}.tar.gz
	mirror://sourceforge/lighthouseblue/lighthouseblue-gtk2-${GTK2_VER}.tar.gz"

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

# if we have gnome-themes, then we only install the GTK+1 version
if has_version "x11-themes/gnome-themes"; then
	S=${WORKDIR}/lighthouseblue-gtk1
else	
	GTK1_S=${WORKDIR}/lighthouseblue-gtk1
	GTK2_S=${WORKDIR}/lighthouseblue-gtk2
fi