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

(-)/usr/portage/x11-wm/icewm/icewm-1.2.37.ebuild (-11 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
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: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.37.ebuild,v 1.8 2010/11/02 02:56:36 ford_prefect Exp $
3
# $Header: $
4
4
5
EAPI=1
5
EAPI=1
6
6
Lines 20-26 Link Here
20
20
21
KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
21
KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
22
22
23
IUSE="esd gnome imlib nls truetype xinerama minimal debug uclibc"
23
IUSE="esd gnome nls truetype xinerama minimal debug uclibc"
24
24
25
RDEPEND="x11-libs/libX11
25
RDEPEND="x11-libs/libX11
26
	x11-libs/libXrandr
26
	x11-libs/libXrandr
Lines 33-39 Link Here
33
	xinerama? ( x11-libs/libXinerama )
33
	xinerama? ( x11-libs/libXinerama )
34
	esd? ( media-sound/esound )
34
	esd? ( media-sound/esound )
35
	gnome? ( gnome-base/gnome-desktop:2 )
35
	gnome? ( gnome-base/gnome-desktop:2 )
36
	imlib? ( >=media-libs/imlib-1.9.10-r1 )
37
	nls? ( sys-devel/gettext )
36
	nls? ( sys-devel/gettext )
38
	truetype? ( >=media-libs/freetype-2.0.9 )
37
	truetype? ( >=media-libs/freetype-2.0.9 )
39
	media-libs/giflib"
38
	media-libs/giflib"
Lines 60-71 Link Here
60
59
61
	echo "#!/bin/sh" > "$T/icewm"
60
	echo "#!/bin/sh" > "$T/icewm"
62
	echo "/usr/bin/icewm-session" >> "$T/icewm"
61
	echo "/usr/bin/icewm-session" >> "$T/icewm"
63
64
	cd "${S}"
65
	#Fixing gnome2 support
66
	epatch "${FILESDIR}/${P}-gnome2.patch"
67
68
	eautoreconf
69
}
62
}
70
63
71
src_compile() {
64
src_compile() {
Lines 86-92 Link Here
86
		$(use_enable gnome menus-gnome2)
79
		$(use_enable gnome menus-gnome2)
87
		$(use_enable nls)
80
		$(use_enable nls)
88
		$(use_enable nls i18n)
81
		$(use_enable nls i18n)
89
		$(use_with imlib)
90
		$(use_enable x86 x86-asm)
82
		$(use_enable x86 x86-asm)
91
		$(use_enable xinerama)
83
		$(use_enable xinerama)
92
		$(use_enable debug)"
84
		$(use_enable debug)"

Return to bug 316641