f052892015
- updated to libreoffice-3.4.2.5 (SUSE 3.4.2-rc2) OBS-URL: https://build.opensuse.org/request/show/80943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=19
29 lines
1.4 KiB
Diff
29 lines
1.4 KiB
Diff
--- nlpsolver/makefile.mk.old 2011-05-24 14:08:23.000000000 +0200
|
|
+++ nlpsolver/makefile.mk 2011-08-31 15:09:01.000000000 +0200
|
|
@@ -42,7 +42,9 @@ TARFILE_MD5=90401bca927835b6fbae4a707ed1
|
|
TARFILE_NAME=nlpsolver-0.9
|
|
TARFILE_ROOTDIR=nlpsolver-0.9
|
|
|
|
-PATCH_FILES=nlpsolver-0.9.patch
|
|
+PATCH_FILES=\
|
|
+ nlpsolver-0.9.patch \
|
|
+ nlpsolver-0.9-no-broken-help.patch
|
|
|
|
ANT_FLAGS+=-Dplatforms.JDK_1.5.home=$(JAVA_HOME) -Doffice.program.dir=$(SOLARBINDIR)
|
|
|
|
--- nlpsolver/nlpsolver-0.9-no-broken-help.patch.old 2011-08-31 15:13:00.000000000 +0200
|
|
+++ nlpsolver/nlpsolver-0.9-no-broken-help.patch 2011-08-31 15:08:25.000000000 +0200
|
|
@@ -0,0 +1,12 @@
|
|
+--- misc/nlpsolver-0.9/src/uno-extension-manifest.xml.old 2009-03-30 18:20:03.000000000 +0200
|
|
++++ misc/build/nlpsolver-0.9/src/uno-extension-manifest.xml 2011-08-31 15:07:12.000000000 +0200
|
|
+@@ -2,8 +2,6 @@
|
|
+ <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
|
|
+ <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Java"
|
|
+ manifest:full-path="NLPSolver.jar"/>
|
|
+- <manifest:file-entry manifest:media-type="application/vnd.sun.star.help"
|
|
+- manifest:full-path="help"/>
|
|
+ <manifest:file-entry manifest:media-type="application/vnd.sun.star.package-bundle-description"
|
|
+ manifest:full-path="description/extensiondescription.txt"/>
|
|
+ </manifest:manifest>
|
|
+\ No newline at end of file
|