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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +9 lines)
Line  Link Here
0
-- bluefish-2.0.1.ebuild
0
++ bluefish-2.0.1.ebuild
Lines 34-39 Link Here
34
S=${WORKDIR}/${MY_P}
34
S=${WORKDIR}/${MY_P}
35
35
36
src_prepare () {
36
src_prepare () {
37
	# Needs Makefile.in.in from system gettext (bug #321721)
38
	if use nls ; then
39
		intltoolize --copy --force || die
40
		for po_dir in "${S}"/src/plugin_{about,charmap,entities,htmlbar,infbrowser,snippets}/po ; do
41
			cp /usr/share/gettext/po/Makefile.in.in ${po_dir} || die
42
		done
43
	fi
44
37
	# Fixes automagic installation of charmap plugin
45
	# Fixes automagic installation of charmap plugin
38
	# Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=570990
46
	# Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=570990
39
	epatch "${FILESDIR}"/${PN}-2.0.0-gucharmap-automagic.patch
47
	epatch "${FILESDIR}"/${PN}-2.0.0-gucharmap-automagic.patch

Return to bug 321721