summaryrefslogtreecommitdiff
path: root/libre/jedit/jedit-fix_build.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-02 12:54:08 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-02 12:54:08 -0500
commit3cffab767672f518757f9c797cb4ef8280eb981d (patch)
treedda157daca4878eb5cb91dafe7ede05dface6942 /libre/jedit/jedit-fix_build.patch
parent231a1da7f46df7f9dc2b7f18217954f38b2f11f0 (diff)
jedit-5.3.0-4.parabola1: rebuild
Diffstat (limited to 'libre/jedit/jedit-fix_build.patch')
-rw-r--r--libre/jedit/jedit-fix_build.patch31
1 files changed, 30 insertions, 1 deletions
diff --git a/libre/jedit/jedit-fix_build.patch b/libre/jedit/jedit-fix_build.patch
index 367dfdf7c..123bb219d 100644
--- a/libre/jedit/jedit-fix_build.patch
+++ b/libre/jedit/jedit-fix_build.patch
@@ -1,5 +1,5 @@
--- jEdit.orig/build.xml 2015-10-20 12:56:08.000000000 -0500
-+++ jEdit/build.xml 2016-06-27 03:39:13.537041553 -0500
++++ jEdit/build.xml 2016-07-02 10:14:37.488512109 -0500
@@ -119,7 +119,7 @@
<target name="retrieve"
@@ -9,3 +9,32 @@
unless="ivy.done">
<ivy:retrieve sync="true"/>
<ivy:retrieve pattern="${lib.dir}/ivy/[artifact]-[revision].[ext]"
+@@ -629,8 +629,6 @@
+
+ <target name="unpack-docbook-xsl"
+ depends="init,retrieve">
+- <unzip src="${lib.dir}/docbook/docbook-xsl-resources.zip"
+- dest="${build.dir}/docbook-xsl/"/>
+ </target>
+
+ <presetdef name="dependset.build">
+@@ -645,7 +643,6 @@
+
+ <presetdef name="dependset.html">
+ <dependset.build>
+- <srcfileset dir="${lib.dir}/docbook"/>
+ <srcfilelist files="doc/jedithtml.xsl"/>
+ </dependset.build>
+ </presetdef>
+@@ -660,9 +657,9 @@
+ <factory name="com.icl.saxon.TransformerFactoryImpl"/>
+ <xmlcatalog>
+ <entity publicid="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
+- location="${build.dir}/docbook-xsl/docbook/html/chunk.xsl"/>
++ location="/usr/share/xml/docbook/xsl-stylesheets-1.79.1/html/chunk.xsl"/>
+ <entity publicid="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"
+- location="${build.dir}/docbook-xsl/docbook/fo/docbook.xsl"/>
++ location="/usr/share/xml/docbook/xsl-stylesheets-1.79.1/fo/docbook.xsl"/>
+ </xmlcatalog>
+ <sysproperty key="javax.xml.parsers.DocumentBuilderFactory"
+ value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>