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

(-)fvwm-2.5.28.ebuild (-4 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 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/fvwm/fvwm-2.5.28.ebuild,v 1.8 2010/03/11 00:03:11 ssuominen Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 67-73 Link Here
67
	x11-proto/xproto"
67
	x11-proto/xproto"
68
68
69
src_prepare() {
69
src_prepare() {
70
	epatch "${FILESDIR}"/${P}-libpng14.patch
70
	epatch "${FILESDIR}"/${PN}-2.5.28-libpng14.patch
71
71
72
	if ! use vanilla; then
72
	if ! use vanilla; then
73
		# Enables fast translucent menus; patch from fvwm-user mailing list.
73
		# Enables fast translucent menus; patch from fvwm-user mailing list.
Lines 105-112 Link Here
105
		$(use_with stroke stroke-library) \
105
		$(use_with stroke stroke-library) \
106
		$(use_enable svg rsvg) \
106
		$(use_enable svg rsvg) \
107
		$(use_enable truetype xft) \
107
		$(use_enable truetype xft) \
108
		$(use_enable xinerama) \
108
		$(use_enable xinerama)
109
		|| die
110
}
109
}
111
110
112
src_install() {
111
src_install() {

Return to bug 314605