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

Collapse All | Expand All

(-)a/usr/portage/x11-wm/fvwm3/fvwm3-9999.ebuild (-13 / +12 lines)
Lines 87-108 RDEPEND="${PYTHON_DEPS} Link Here
87
DEPEND="${COMMON_DEPEND}
87
DEPEND="${COMMON_DEPEND}
88
	x11-base/xorg-proto"
88
	x11-base/xorg-proto"
89
89
90
PATCHES=(
91
	"${FILESDIR}/${P}-translucent-menus.patch"
92
)
93
94
if [[ ${PV} == 9999 ]]; then
95
	PATCHES+=(
96
		"${FILESDIR}/${P}-goflags.patch"
97
	)
98
fi
99
100
src_prepare() {
90
src_prepare() {
101
	default
91
	default
102
	if use doc; then
92
	# Enble mandatory go patch
103
		eapply "${FILESDIR}/${P}-htmldoc.patch"
93
	eapply "${FILESDIR}/${P}-goflags.patch"
94
	
95
	# only apply platches if vanilla USE flag is disabled
96
	if ! use vanilla; then
97
		# Enable doc patch
98
		if use doc; then
99
			eapply "${FILESDIR}/${P}-htmldoc.patch"
100
		fi
101
	
102
    	# Enables fast translucent menus; patch from fvwm-user mailing list.
103
		eapply "${FILESDIR}/${P}-translucent-menus.patch"
104
	fi
104
	fi
105
106
	eautoreconf
105
	eautoreconf
107
}
106
}
108
107

Return to bug 879877