summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2002-11-17 01:52:17 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2002-11-17 01:52:17 +0000
commitf64ca264bc9f94ea31142ca548a687f9fddea15a (patch)
tree652c90b4ff487ace3e2f0701dab350013da13e7a /eclass
parentfix reference to bug number (diff)
downloadhistorical-f64ca264bc9f94ea31142ca548a687f9fddea15a.tar.gz
historical-f64ca264bc9f94ea31142ca548a687f9fddea15a.tar.bz2
historical-f64ca264bc9f94ea31142ca548a687f9fddea15a.zip
support for a new gtk engine
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gtk-engines.eclass9
1 files changed, 8 insertions, 1 deletions
diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass
index d8c35f2dc168..a9a1991e9a6f 100644
--- a/eclass/gtk-engines.eclass
+++ b/eclass/gtk-engines.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.10 2002/11/11 04:53:49 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.11 2002/11/17 01:52:17 leonardop Exp $
# The gtk-engines eclass is inheritd by all gtk-engines-* ebuilds.
@@ -56,6 +56,9 @@ case "${ENGINE}" in
fi
;;
+ "geramik" )
+ MY_PN="3952-Geramik" ;;
+
"gtkstep" )
LICENSE="LGPL-2" ;;
@@ -112,6 +115,10 @@ elif [ "X${ENGINE}" = "Xflat" ] && [ "$SLOT" -eq "2" ]
then
SRC_URI="http://download.freshmeat.net/themes/gtk2flat/gtk2flat-default.tar.gz"
+elif [ "X${ENGINE}" = "Xgeramik" ]
+then
+ SRC_URI="http://www.kde-look.org/content/files/${MY_P}.tar.gz"
+
elif [ "X${ENGINE}" = "Xxfce" ]
then
SRC_URI="mirror://sourceforge/xfce/${MY_P}.tar.gz"