summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-05-03 22:53:58 +0000
committer Eric Hameleers <alien@slackware.com>2012-05-03 22:53:58 +0000
commite90f9e54db05c78d8a00412ffc16258578025690 (patch)
treeee2aba49e284855385aaa8b178fb4c439aabb48d /libreoffice
parent1de44c7f64beba01e2163591dcfb112b2c700e7b (diff)
downloadasb-e90f9e54db05c78d8a00412ffc16258578025690.tar.gz
asb-e90f9e54db05c78d8a00412ffc16258578025690.tar.xz
Update to 3.5.3, also fixed the broken math module
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice36.SlackBuild19
1 files changed, 14 insertions, 5 deletions
diff --git a/libreoffice/build/libreoffice36.SlackBuild b/libreoffice/build/libreoffice36.SlackBuild
index 340c9d4f..471c325c 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -108,6 +108,8 @@
# and language files.
# 3.5.2-1: 08/apr/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.5.3-1: 03/may/2012 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libreoffice.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -133,7 +135,7 @@ TAG=${TAG:-alien}
#SRCVER=${SRCVER:-HEAD}
#SRCVER=${SRCVER:-3.3.0.4}
-SRCVER=${SRCVER:-3.5.2}
+SRCVER=${SRCVER:-3.5.3}
SUBVER=".2"
# If we pull a git shapshot, use today's date as the VERSION:
@@ -231,8 +233,8 @@ SRCURL[6]="http://cgit.freedesktop.org/libreoffice/core/plain/download?id=libreo
SOURCE[7]="$SRCDIR/sources/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz"
SRCURL[7]="http://dev-www.libreoffice.org/src/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz"
-SOURCE[8]="$SRCDIR/sources/63ddc5116488985e820075e65fbe6aa4-openssl-0.9.8o.tar.gz"
-SRCURL[8]="http://dev-www.libreoffice.org/src/63ddc5116488985e820075e65fbe6aa4-openssl-0.9.8o.tar.gz"
+SOURCE[8]="$SRCDIR/sources/51a40a81b3b7abe8a5c33670bd3da0ce-openssl-0.9.8v.tar.gz"
+SRCURL[8]="http://dev-www.libreoffice.org/src/51a40a81b3b7abe8a5c33670bd3da0ce-openssl-0.9.8v.tar.gz"
SOURCE[9]="$SRCDIR/sources/db5ffcd50064421176e8afb7b85fd1a7-pixman-0.24.0.tar.bz2"
SRCURL[9]="http://dev-www.libreoffice.org/src/db5ffcd50064421176e8afb7b85fd1a7-pixman-0.24.0.tar.bz2"
@@ -495,8 +497,8 @@ SRCURL[94]="http://dev-www.libreoffice.org/src/3121aaf3e13e5d88dfff13fb4a5f1ab8-
SOURCE[95]="$SRCDIR/sources/3bf481ca95109b14435125c0dd1f2217-graphite2-1.0.3.tgz"
SRCURL[95]="http://dev-www.libreoffice.org/src/3bf481ca95109b14435125c0dd1f2217-graphite2-1.0.3.tgz"
-SOURCE[96]="$SRCDIR/sources/d28864eb2b59bb57b034c0d4662a3cee-libvisio-0.0.15.tar.bz2"
-SRCURL[96]="http://dev-www.libreoffice.org/src/d28864eb2b59bb57b034c0d4662a3cee-libvisio-0.0.15.tar.bz2"
+SOURCE[96]="$SRCDIR/sources/2fa6028324347860e684e75310818d43-libvisio-0.0.16.tar.bz2"
+SRCURL[96]="http://dev-www.libreoffice.org/src/2fa6028324347860e684e75310818d43-libvisio-0.0.16.tar.bz2"
SOURCE[97]="$SRCDIR/sources/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip"
SRCURL[97]="http://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip"
@@ -911,6 +913,13 @@ make DESTDIR=$PKG distro-pack-install \
# Remove cruft:
rm -f $PKG/gid_Module*
+# Copy the omitted math file into the package (seems that my packages never
+# shipped with a functional math module???)
+if [ ! -f $PKG/usr/lib${LIBDIRSUFFIX}/libreoffice/share/registry/math.xcd ]
+then
+ cp -a postprocess/unxl*.pro/misc/math.xcd $PKG/usr/lib${LIBDIRSUFFIX}/libreoffice/share/registry/
+fi
+
## Move the SDK files to sane locations:
#mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/sdk
#mv $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/sdk/{docs,examples,index.html} \