--- /usr/portage/x11-wm/fluxbox/fluxbox-0.9.6.ebuild 2003-12-14 11:55:56.000000000 +0900 +++ fluxbox-0.9.6-r1.ebuild 2003-12-18 02:09:26.000000000 +0900 @@ -1,19 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /home/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.6.ebuild,v 1.5 2003/12/14 02:28:49 pylon Exp $ +# $Header: /home/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.6-r1.ebuild,v 1.1 2003/12/13 16:38:43 usata Exp $ -IUSE="gnome kde nls xinerama truetype" +IUSE="gnome kde nls xinerama truetype unicode" #inherit flag-o-matic eutils DESCRIPTION="Fluxbox is yet another windowmanager for X. It's based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like blackbox (100% theme/style compability). So what's the difference between fluxbox and blackbox then? The answer is: LOTS! *This is a development release and should not be considered stable.* *This release includes the Blueflux style.*" SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.gz - http://koti.mbnet.fi/bionik/blueflux/blueflux_0.1.0.tar.gz" + http://koti.mbnet.fi/bionik/blueflux/blueflux_0.1.0.tar.gz + unicode? ( http://dev.gentoo.org/~usata/distfiles/${P}-xft.patch )" HOMEPAGE="http://www.fluxbox.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ppc ~mips ~sparc ~alpha ~amd64" +KEYWORDS="~x86 ~ppc ~mips ~sparc ~alpha ~amd64" DEPEND="virtual/x11 >=sys-devel/autoconf-2.52" @@ -28,6 +29,8 @@ unpack ${A} cd ${S} + use unicode && epatch ${DISTDIR}/${P}-xft.patch + use nls && ( \ einfo "Redirecting NLS" for i in `find ${S} -name 'Makefile.am'`