diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 09:45:06 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 09:45:06 +0000 |
commit | a546dbd3a6255c7c463f84e266e21dc310a12cd9 (patch) | |
tree | bf93c67b59656aeea31127ac207bad5eaf12fd06 /x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild | |
parent | rewrite of all gtk theme engines for new eclass (diff) | |
download | historical-a546dbd3a6255c7c463f84e266e21dc310a12cd9.tar.gz historical-a546dbd3a6255c7c463f84e266e21dc310a12cd9.tar.bz2 historical-a546dbd3a6255c7c463f84e266e21dc310a12cd9.zip |
rewrite of all gtk theme engines for new eclass
Diffstat (limited to 'x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild')
-rw-r--r-- | x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild new file mode 100644 index 000000000000..679b7bdc314c --- /dev/null +++ b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild @@ -0,0 +1,20 @@ +# 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-flat/gtk-engines-flat-2.0-r1.ebuild,v 1.1 2003/06/19 09:44:44 liquidx Exp $ + +inherit gtk-engines2 + +MY_PN=${PN/gtk-engines-flat/gtk-flat-theme} + +IUSE="" +DESCRIPTION="GTK+1 and GTK+2 Flat Theme Engine" +SRC_URI="mirror://gnome/teams/art.gnome.org/themes/gtk/Flat-1.2.x.tar.gz + http://download.freshmeat.net/themes/gtk2flat/gtk2flat-default.tar.gz" +HOMEPAGE="http://art.gnome.org/show_theme.php?themeID=56&category=gtk + http://themes.freshmeat.net/projects/gtk2flat/" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +LICENSE="GPL-2" +SLOT="2" + +GTK1_S=${WORKDIR}/${MY_PN}-0.1 +GTK2_S=${WORKDIR}/${MY_PN}-2.0 |