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

Collapse All | Expand All

(-)gtk+-2.2.3.ebuild (+6 lines)
Lines 40-45 Link Here
40
	epatch ${FILESDIR}/${PN}-2.2.1-disable_icons_smooth_alpha.patch
40
	epatch ${FILESDIR}/${PN}-2.2.1-disable_icons_smooth_alpha.patch
41
	# xft/slighthint stuff from RH
41
	# xft/slighthint stuff from RH
42
	cd ${S}; epatch ${FILESDIR}/${PN}-2-xftprefs.patch
42
	cd ${S}; epatch ${FILESDIR}/${PN}-2-xftprefs.patch
43
	# menushadow from xfce homepage
44
	if [ "${GTK_SHADOW}" = "yes" ]; then  
45
		cd ${S}; epatch ${FILESDIR}/gtk+-menushadow.patch
46
	else
47
		einfo "Not enabling menushadows. Use 'export GTK_SHADOW=\"yes\"' to enable."
48
	fi
43
49
44
	autoconf || die
50
	autoconf || die
45
}
51
}

Return to bug 27483