summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIskren Slavov <iskren.s@gmail.com>2010-11-17 13:45:44 +0200
committerIskren Slavov <iskren.s@gmail.com>2010-11-17 13:45:44 +0200
commit41c09a21ef786f27ecdf92769a18550d328e5d63 (patch)
tree9f25ce10e2ed37d3c85a1e454de8fa27f11e546b /app-office
parentliferea version bump (diff)
downloadwish-41c09a21ef786f27ecdf92769a18550d328e5d63.tar.gz
wish-41c09a21ef786f27ecdf92769a18550d328e5d63.tar.bz2
wish-41c09a21ef786f27ecdf92769a18550d328e5d63.zip
go-oo-bin fixes. fluback moved to /opt
Diffstat (limited to 'app-office')
-rw-r--r--app-office/go-oo-bin/Manifest2
-rw-r--r--app-office/go-oo-bin/files/50-openoffice-bin1
-rw-r--r--app-office/go-oo-bin/files/wrapper.in4
3 files changed, 7 insertions, 0 deletions
diff --git a/app-office/go-oo-bin/Manifest b/app-office/go-oo-bin/Manifest
index 0205475..ca3d63b 100644
--- a/app-office/go-oo-bin/Manifest
+++ b/app-office/go-oo-bin/Manifest
@@ -1,3 +1,5 @@
+AUX 50-openoffice-bin 83 RMD160 cc73734b3ac5114446ed69968890c6647301f247 SHA1 6c0834e46fe055105b6294b3aadf246df65dfe13 SHA256 163a3bb6ff717b992af9b28351eec62d520fe29973073ee3648c347b65e2dbad
+AUX wrapper.in 100 RMD160 a5830a0a18f3f6046d1638eabe619e2c790d9b37 SHA1 e872a47a9527c7ec2d1975f85ce3477189b86be9 SHA256 95048af7694eab38aad1e72d89025370f0c6ac04640eed80c370b5d2e14fb25a
DIST ooobasis3.2-base-3.2.1-9505.i586.rpm 2181170 RMD160 9e5246e3343627c41c3f9450a76cae8f8b5eb8ff SHA1 4e66df65524fda50d2078b7414676b71dc5bbb7d SHA256 3f2b0b1577fa10d1b7be5568211c9745cf12aa46d739e79feb3ed23ac599cc19
DIST ooobasis3.2-base-3.2.1-9505.x86_64.rpm 2902383 RMD160 718a1acf550da0de71ee1f34f46896bb7297f18c SHA1 33bf073c5f1dc646aff5b20427b32600a839d650 SHA256 2446fe8429aa7f4e2840191d914a18ebd5ce5425a9649929d73fe03f1e7050fe
DIST ooobasis3.2-binfilter-3.2.1-9505.i586.rpm 7611611 RMD160 f5bb2494e5452ff0d13c79494dcd68f201b6d450 SHA1 b8cfb8ae34c13ae724094cb758ac2a56c9eb1895 SHA256 8a69920728293de0c6577fa787533d28106ea5ed43f3814d86cdfb306c66d46f
diff --git a/app-office/go-oo-bin/files/50-openoffice-bin b/app-office/go-oo-bin/files/50-openoffice-bin
new file mode 100644
index 0000000..12eeb60
--- /dev/null
+++ b/app-office/go-oo-bin/files/50-openoffice-bin
@@ -0,0 +1 @@
+SEARCH_DIRS_MASK="/usr/lib/openoffice /usr/lib32/openoffice /usr/lib64/openoffice"
diff --git a/app-office/go-oo-bin/files/wrapper.in b/app-office/go-oo-bin/files/wrapper.in
new file mode 100644
index 0000000..5e704af
--- /dev/null
+++ b/app-office/go-oo-bin/files/wrapper.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+export OOO_EXTRA_ARG=''
+unset PYTHONPATH
+exec /usr/LIBDIR/openoffice/program/soffice "$@"