summarylogtreecommitdiffstats
path: root/scilab-batik-1.9.patch
diff options
context:
space:
mode:
authoreolianoe2017-08-30 14:17:53 +0200
committereolianoe2017-08-30 14:17:53 +0200
commit1340531fc0aae8203eef7259b4e1f2fd443d6f1d (patch)
treeb2ff85211ad8a87f96d03117d27102122de705e5 /scilab-batik-1.9.patch
parentec192c5dc7e00454d996ee1f0dda57ba1ee21b46 (diff)
downloadaur-1340531fc0aae8203eef7259b4e1f2fd443d6f1d.tar.gz
Fix batik version for Xcos
Diffstat (limited to 'scilab-batik-1.9.patch')
-rw-r--r--scilab-batik-1.9.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/scilab-batik-1.9.patch b/scilab-batik-1.9.patch
new file mode 100644
index 000000000000..226c3c5a26fd
--- /dev/null
+++ b/scilab-batik-1.9.patch
@@ -0,0 +1,11 @@
+--- modules/xcos/src/java/org/scilab/modules/xcos/Xcos.java.orig 2017-08-30 13:17:48.301380837 +0200
++++ modules/xcos/src/java/org/scilab/modules/xcos/Xcos.java 2017-08-30 13:16:58.934524972 +0200
+@@ -101,7 +101,7 @@
+ * Dependencies version
+ */
+ private static final List<String> MXGRAPH_VERSIONS = null;
+- private static final List<String> BATIK_VERSIONS = Arrays.asList("1.7", "1.8pre", "1.8");
++ private static final List<String> BATIK_VERSIONS = Arrays.asList("1.7", "1.8pre", "1.8", "1.9");
+
+ private static final String UNABLE_TO_LOAD_JGRAPHX = Messages.gettext("Unable to load the jgraphx library.\nExpecting version %s ; Getting version %s .");
+ private static final String UNABLE_TO_LOAD_BATIK = Messages.gettext("Unable to load the Batik library. \nExpecting version %s ; Getting version %s .");