Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 27230
Collapse All | Expand All

(-)icewm-1.2.11-r1.ebuild (-4 / +4 lines)
Lines 1-6 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 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# $Header: /home/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.11-r1.ebuild,v 1.1 2003/08/21 09:37:42 lanius Exp $
3
# $Header: /home/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.12.ebuild,v 1.1 2003/08/24 12:12:00 morfic Exp $
4
4
5
DESCRIPTION="Ice Window Manager"
5
DESCRIPTION="Ice Window Manager"
6
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
6
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
Lines 38-44 Link Here
38
		|| myconf="${myconf} --disable-GtkSpell"
38
		|| myconf="${myconf} --disable-GtkSpell"
39
39
40
	use truetype \
40
	use truetype \
41
		&& myconf="${myconf} --enable-gradients" \
41
		&& myconf="${myconf} --enable-gradients --enable-shape --enable-movesize-fx --enable-shaped-decorations" \
42
		|| myconf="${myconf} --disable-xfreetype"
42
		|| myconf="${myconf} --disable-xfreetype"
43
43
44
	use x86 \
44
	use x86 \
Lines 46-53 Link Here
46
		|| myconf="${myconf} --disable-x86-asm"
46
		|| myconf="${myconf} --disable-x86-asm"
47
47
48
	use gnome \
48
	use gnome \
49
		&& myconf="${myconf} --enable-menus-gnome2" \
49
		&& myconf="${myconf} --enable-menus-gnome2 --enable-menus-gnome1" \
50
		|| myconf="${myconf} --disable-menus-gnome2"
50
		|| myconf="${myconf} --disable-menus-gnome2 --disable-menus-gnome1"
51
51
52
	CXXFLAGS="${CXXFLAGS}" econf \
52
	CXXFLAGS="${CXXFLAGS}" econf \
53
		--with-libdir=/usr/share/icewm \
53
		--with-libdir=/usr/share/icewm \

Return to bug 27230