diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2002-11-17 01:52:17 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2002-11-17 01:52:17 +0000 |
commit | 368a157030df857d036786abddc3b663fa1fafb0 (patch) | |
tree | 07d1870e337e70f9f96d3accd698c3d7bd75cfaa /eclass/gtk-engines.eclass | |
parent | fix reference to bug number (diff) | |
download | gentoo-2-368a157030df857d036786abddc3b663fa1fafb0.tar.gz gentoo-2-368a157030df857d036786abddc3b663fa1fafb0.tar.bz2 gentoo-2-368a157030df857d036786abddc3b663fa1fafb0.zip |
support for a new gtk engine
Diffstat (limited to 'eclass/gtk-engines.eclass')
-rw-r--r-- | eclass/gtk-engines.eclass | 9 |
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" |