summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-19 09:49:43 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-19 09:49:43 +0000
commitf91a7bda79f1713aa602a55f26b60541cb8f581d (patch)
tree79e899222e8975e0e19937c945f6b9ae76fe4dcd /x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild
parentrewrite of all gtk theme engines for new eclass (diff)
downloadgentoo-2-f91a7bda79f1713aa602a55f26b60541cb8f581d.tar.gz
gentoo-2-f91a7bda79f1713aa602a55f26b60541cb8f581d.tar.bz2
gentoo-2-f91a7bda79f1713aa602a55f26b60541cb8f581d.zip
rewrite of all gtk theme engines for new eclass
Diffstat (limited to 'x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild')
-rw-r--r--x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild b/x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild
new file mode 100644
index 000000000000..5459f69f66fc
--- /dev/null
+++ b/x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild
@@ -0,0 +1,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