Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 36004 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/x11-wm/fluxbox/fluxbox-0.9.6.ebuild (-4 / +7 lines)
Lines 1-19 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.6.ebuild,v 1.5 2003/12/14 02:28:49 pylon Exp $
3
# $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 $
4
4
5
IUSE="gnome kde nls xinerama truetype"
5
IUSE="gnome kde nls xinerama truetype unicode"
6
6
7
#inherit flag-o-matic eutils
7
#inherit flag-o-matic eutils
8
8
9
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.*"
9
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.*"
10
SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.gz
10
SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.gz
11
	http://koti.mbnet.fi/bionik/blueflux/blueflux_0.1.0.tar.gz"
11
	http://koti.mbnet.fi/bionik/blueflux/blueflux_0.1.0.tar.gz
12
	unicode? ( http://dev.gentoo.org/~usata/distfiles/${P}-xft.patch )"
12
HOMEPAGE="http://www.fluxbox.org/"
13
HOMEPAGE="http://www.fluxbox.org/"
13
14
14
SLOT="0"
15
SLOT="0"
15
LICENSE="GPL-2"
16
LICENSE="GPL-2"
16
KEYWORDS="~x86 ppc ~mips ~sparc ~alpha ~amd64"
17
KEYWORDS="~x86 ~ppc ~mips ~sparc ~alpha ~amd64"
17
18
18
DEPEND="virtual/x11
19
DEPEND="virtual/x11
19
		>=sys-devel/autoconf-2.52"
20
		>=sys-devel/autoconf-2.52"
Lines 28-33 Link Here
28
	unpack ${A}
29
	unpack ${A}
29
	cd ${S}
30
	cd ${S}
30
31
32
	use unicode && epatch ${DISTDIR}/${P}-xft.patch
33
31
	use nls && ( \
34
	use nls && ( \
32
		einfo "Redirecting NLS"
35
		einfo "Redirecting NLS"
33
		for i in `find ${S} -name 'Makefile.am'`
36
		for i in `find ${S} -name 'Makefile.am'`

Return to bug 36004