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

Collapse All | Expand All

(-)dev-util/glib-utils/glib-utils-2.58.2.ebuild (-1 / +1 lines)
Lines 30-50 src_configure() { :; } Link Here
30
do_xsltproc_command() {
30
do_xsltproc_command() {
31
	# Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/gdbus-codegen)
31
	# Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/gdbus-codegen)
32
	xsltproc \
32
	xsltproc \
33
		--nonet \
33
		--nonet \
34
		--stringparam man.output.quietly 1 \
34
		--stringparam man.output.quietly 1 \
35
		--stringparam funcsynopsis.style ansi \
35
		--stringparam funcsynopsis.style ansi \
36
		--stringparam man.th.extra1.suppress 1 \
36
		--stringparam man.th.extra1.suppress 1 \
37
		--stringparam man.authors.section.enabled 0 \
37
		--stringparam man.authors.section.enabled 0 \
38
		--stringparam man.copyright.section.enabled 0 \
38
		--stringparam man.copyright.section.enabled 0 \
39
		-o "${2}" \
39
		-o "${2}" \
40
		/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
40
		http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
41
		"${1}" || die "manpage generation failed"
41
		"${1}" || die "manpage generation failed"
42
}
42
}
43
43
44
src_compile() {
44
src_compile() {
45
	sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
45
	sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
46
	sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums || die
46
	sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums || die
47
	sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" glib/gtester-report.in > glib/gtester-report || die
47
	sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" glib/gtester-report.in > glib/gtester-report || die
48
	do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml docs/reference/gobject/glib-genmarshal.1
48
	do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml docs/reference/gobject/glib-genmarshal.1
49
	do_xsltproc_command docs/reference/gobject/glib-mkenums.xml docs/reference/gobject/glib-mkenums.1
49
	do_xsltproc_command docs/reference/gobject/glib-mkenums.xml docs/reference/gobject/glib-mkenums.1
50
	do_xsltproc_command docs/reference/glib/gtester-report.xml docs/reference/glib/gtester-report.1
50
	do_xsltproc_command docs/reference/glib/gtester-report.xml docs/reference/glib/gtester-report.1

Return to bug 674510