diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-02-28 04:54:15 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-02-28 04:54:15 +0000 |
commit | 400acdc1d3c0f16766ef7c292a994506be6f8d26 (patch) | |
tree | 670e8e825c574c2c7efb69dbee4522655a3a2724 /x11-wm/icewm | |
parent | bump, unstable (diff) | |
download | historical-400acdc1d3c0f16766ef7c292a994506be6f8d26.tar.gz historical-400acdc1d3c0f16766ef7c292a994506be6f8d26.tar.bz2 historical-400acdc1d3c0f16766ef7c292a994506be6f8d26.zip |
marked stable and added antialias switch
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/icewm-1.2.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/icewm/icewm-1.2.6.ebuild b/x11-wm/icewm/icewm-1.2.6.ebuild index fcb8afd0df25..5eabd06cb73b 100644 --- a/x11-wm/icewm/icewm-1.2.6.ebuild +++ b/x11-wm/icewm/icewm-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.6.ebuild,v 1.2 2003/02/13 17:49:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.6.ebuild,v 1.3 2003/02/28 04:54:15 bcowan Exp $ DESCRIPTION="Ice Window Manager" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -16,7 +16,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " src_unpack(){ unpack ${A} @@ -40,7 +40,7 @@ src_compile(){ || myconf="${myconf} --disable-GtkSpell" use truetype \ - && myconf="${myconf} --enable-gradients" \ + && myconf="${myconf} --enable-gradients --with-antialias" \ || myconf="${myconf} --disable-xfreetype" use x86 \ |