[arch-commits] Commit in libreoffice-still/trunk (2 files)
Andreas Radke
andyrtr at archlinux.org
Thu Aug 10 20:06:43 UTC 2017
Date: Thursday, August 10, 2017 @ 20:06:43
Author: andyrtr
Revision: 301868
fix uno; FS#55031
Modified:
libreoffice-still/trunk/PKGBUILD
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff
------------------------------------------------------+
PKGBUILD | 2 +-
make-pyuno-work-with-system-wide-module-install.diff | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-10 19:57:50 UTC (rev 301867)
+++ PKGBUILD 2017-08-10 20:06:43 UTC (rev 301868)
@@ -134,7 +134,7 @@
'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
'a0bd3e0186e043223bfb231a888e2bfb06c78ee2e07c2f0eca434236d173cf34'
'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
- 'ff546050a1789b0cf62369524fe939526541e32a74bdd0c9137bbe0d40d7f533'
+ 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
'76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
Modified: make-pyuno-work-with-system-wide-module-install.diff
===================================================================
--- make-pyuno-work-with-system-wide-module-install.diff 2017-08-10 19:57:50 UTC (rev 301867)
+++ make-pyuno-work-with-system-wide-module-install.diff 2017-08-10 20:06:43 UTC (rev 301868)
@@ -10,7 +10,7 @@
+import os
import sys
+sys.path.append("/usr/lib/libreoffice/program/")
-+os.putenv("URE_BOOTSTRAP", "vnd.sun.start.pathname:/usr/lib/libreoffice/program/fundamentalrc")
++os.putenv("URE_BOOTSTRAP", "vnd.sun.star.pathname:/usr/lib/libreoffice/program/fundamentalrc")
+
+import pyuno
import traceback
More information about the arch-commits
mailing list