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

Collapse All | Expand All

(-)a/app-text/evince/evince-2.32.0-r1.ebuild (-1 / +7 lines)
Lines 5-11 Link Here
5
EAPI="3"
5
EAPI="3"
6
GCONF_DEBUG="yes"
6
GCONF_DEBUG="yes"
7
7
8
inherit eutils gnome2
8
inherit eutils gnome2 autotools
9
9
10
DESCRIPTION="Simple document viewer for GNOME"
10
DESCRIPTION="Simple document viewer for GNOME"
11
HOMEPAGE="http://projects.gnome.org/evince/"
11
HOMEPAGE="http://projects.gnome.org/evince/"
Lines 95-100 src_prepare() { Link Here
95
	# Fix problem with some pk fonts, upstream bug #639746
95
	# Fix problem with some pk fonts, upstream bug #639746
96
	epatch "${FILESDIR}"/${PN}-2.32.0-pk-fonts.patch
96
	epatch "${FILESDIR}"/${PN}-2.32.0-pk-fonts.patch
97
97
98
	# Fix problem with evince crashing with poppler-0.16.x, bug #354709
99
	epatch "${FILESDIR}"/${PN}-2.32.0-poppler-linearized.patch
100
98
	# Fix intltoolize broken file, see upstream #577133
101
	# Fix intltoolize broken file, see upstream #577133
99
	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
102
	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
100
		|| die "intltoolize sed failed"
103
		|| die "intltoolize sed failed"
Lines 104-109 src_prepare() { Link Here
104
107
105
	# Fix .desktop file so menu item shows up
108
	# Fix .desktop file so menu item shows up
106
	epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
109
	epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
110
111
	eautoconf
112
	eautoheader
107
}
113
}
108
114
109
src_install() {
115
src_install() {

Return to bug 354709