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

Collapse All | Expand All

(-)/usr/portage/x11-wm/fluxbox/fluxbox-1.3.1.ebuild (-3 / +10 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2012 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/fluxbox/fluxbox-1.3.1.ebuild,v 1.9 2011/08/20 16:03:39 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.1.ebuild,v 1.9 2011/08/20 16:03:39 jer Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit eutils prefix
6
inherit eutils prefix flag-o-matic toolchain-funcs
7
7
8
IUSE="nls xinerama bidi +truetype gnome +imlib +slit +toolbar vim-syntax"
8
IUSE="nls xinerama bidi +truetype gnome +imlib +slit +toolbar vim-syntax"
9
9
Lines 23-29 Link Here
23
	x11-apps/xmessage
23
	x11-apps/xmessage
24
	x11-libs/libXft
24
	x11-libs/libXft
25
	truetype? ( media-libs/freetype )
25
	truetype? ( media-libs/freetype )
26
	bidi? ( dev-libs/fribidi )
26
	bidi? (
27
		dev-libs/fribidi
28
		virtual/pkgconfig
29
	)
27
	imlib? ( >=media-libs/imlib2-1.2.0[X] )
30
	imlib? ( >=media-libs/imlib2-1.2.0[X] )
28
	vim-syntax? ( app-vim/fluxbox-syntax )
31
	vim-syntax? ( app-vim/fluxbox-syntax )
29
	!!<x11-themes/fluxbox-styles-fluxmod-20040809-r1
32
	!!<x11-themes/fluxbox-styles-fluxmod-20040809-r1
Lines 60-65 Link Here
60
}
63
}
61
64
62
src_configure() {
65
src_configure() {
66
	if use bidi; then
67
		append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" || \
68
			die "Configuring bidi failed"
69
	fi
63
	econf \
70
	econf \
64
		$(use_enable nls) \
71
		$(use_enable nls) \
65
		$(use_enable xinerama) \
72
		$(use_enable xinerama) \

Return to bug 417311