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

Collapse All | Expand All

(-)../../../gentoo/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild (-2 / +4 lines)
Lines 115-122 Link Here
115
115
116
src_prepare() {
116
src_prepare() {
117
	# marshalers code was pre-generated with glib-2.31, upstream bug #662109
117
	# marshalers code was pre-generated with glib-2.31, upstream bug #662109
118
	rm -v gdk/gdkmarshalers.c gtk/gtkmarshal.c gtk/gtkmarshalers.c \
118
	rm -v gdk/gdkmarshalers.{c,h} gtk/gtkmarshal.{c,h} gtk/gtkmarshalers.{c,h} \
119
		perf/marshalers.c || die
119
		perf/marshalers.{c,h} gtk/gtkaliasdef.c gtk/gtkalias.h || die
120
120
121
	# Stop trying to build unmaintained docs, bug #349754, upstream bug #623150
121
	# Stop trying to build unmaintained docs, bug #349754, upstream bug #623150
122
	strip_builddir SUBDIRS tutorial docs/Makefile.{am,in}
122
	strip_builddir SUBDIRS tutorial docs/Makefile.{am,in}
Lines 173-178 Link Here
173
	# Fix beep when overwriting at the end of a gtkentry, from gtk-2-24 branch
173
	# Fix beep when overwriting at the end of a gtkentry, from gtk-2-24 branch
174
	eapply "${FILESDIR}"/${PN}-2.24.31-fix-gtkentry-beep.patch
174
	eapply "${FILESDIR}"/${PN}-2.24.31-fix-gtkentry-beep.patch
175
175
176
	eapply "${FILESDIR}"/${PN}-2.24.31-fix-gtk-symbols-for-glib-2.54.3.patch
177
176
	eautoreconf
178
	eautoreconf
177
	gnome2_src_prepare
179
	gnome2_src_prepare
178
}
180
}

Return to bug 650536