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

Collapse All | Expand All

(-)/usr/portage/app-office/taskjuggler/taskjuggler-2.2.0.ebuild (-1 / +9 lines)
Lines 40-45 Link Here
40
	sed -i -e 's/db2ps --pdf/docbook2pdf/g' docs/en/Makefile.*
40
	sed -i -e 's/db2ps --pdf/docbook2pdf/g' docs/en/Makefile.*
41
	sed -i -e 's/db2ps/docbook2ps/g' docs/en/Makefile.*
41
	sed -i -e 's/db2ps/docbook2ps/g' docs/en/Makefile.*
42
42
43
	# Correct invalid DTD paths to the correct references
44
	sed -i -e 's/"\/usr\/share\/xml\/docbook\/schema\/dtd\/4.3\/docbookx.dtd"/"docbookx.dtd"/g' docs/en/taskjuggler.xml.in
45
	sed -i -e 's/DocBook V4.3/DocBook XML V4.3/g' docs/en/taskjuggler.xml.in
46
	sed -i -e 's/"\/usr\/share\/xml\/docbook\/schema\/dtd\/4.3\/docbookx.dtd"/"docbookx.dtd"/g' docs/en/kde-doc.patch
47
	sed -i -e 's/DocBook V4.3/DocBook XML V4.3/g' docs/en/kde-doc.patch
48
	sed -i -e 's/"\/usr\/share\/sgml\/docbook\/dtd\/4.2xml\/docbookx.dtd"/"docbookx.dtd"/g' docs/en/PropertyReference.xml
49
43
	# Need to fake out QT or we'll get sandbox probles 
50
	# Need to fake out QT or we'll get sandbox probles 
44
	# from http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-db/tora/tora-1.3.13.ebuild?r1=1.2&r2=1.3
51
	# from http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-db/tora/tora-1.3.13.ebuild?r1=1.2&r2=1.3
45
	REALHOME="$HOME"
52
	REALHOME="$HOME"
Lines 55-67 Link Here
55
		|| myconf="${myconf}=no"
62
		|| myconf="${myconf}=no"
56
63
57
	myconf="${myconf} `use_with arts`"
64
	myconf="${myconf} `use_with arts`"
65
	myconf="${myconf} --disable-docs"
58
66
59
	econf \
67
	econf \
60
		${myconf} \
68
		${myconf} \
61
		|| die "configure failed"
69
		|| die "configure failed"
62
70
63
	# don't build docs, fails in docbook2html and docbook2pdf...
71
	# don't build docs, fails in docbook2html and docbook2pdf...
64
	sed -i -e 's/ docs / /g' Makefile
72
	#sed -i -e 's/ docs/ /g' Makefile
65
73
66
	emake || die "emake failed"
74
	emake || die "emake failed"
67
}
75
}

Return to bug 117247