summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@iinet.net.au>2016-07-27 08:52:44 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:53 +0700
commitee171d33a81712f24f1b37beec4f15a8e6bd1f57 (patch)
tree5a7f9556d1a98452d742e2593a5b1e46cfb629b0 /office
parent3869dcac6e06e4dd9352911aae0c8db4cb4c3334 (diff)
downloadslackbuilds-ee171d33a81712f24f1b37beec4f15a8e6bd1f57.tar.gz
slackbuilds-ee171d33a81712f24f1b37beec4f15a8e6bd1f57.tar.xz
office/LibreOffice: Updated for version 5.1.4.2
Diffstat (limited to 'office')
-rw-r--r--office/LibreOffice/LibreOffice.SlackBuild10
-rw-r--r--office/LibreOffice/LibreOffice.info10
2 files changed, 8 insertions, 12 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild
index b5ba37a68c..027f597817 100644
--- a/office/LibreOffice/LibreOffice.SlackBuild
+++ b/office/LibreOffice/LibreOffice.SlackBuild
@@ -26,9 +26,9 @@
PRGNAM=LibreOffice
SRCNAM=libreoffice
-VERSION=${VERSION:-5.1.2.2}
+VERSION=${VERSION:-5.1.4.2}
SHORT_VERSION=${VERSION%.*.*}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PACKAGER=${PACKAGER:-"AnonymousCoward"}
@@ -152,11 +152,7 @@ if [ "$HAVE_SRCS_TARBALL" = "0" ]; then
fi
export LDFLAGS="-lboost_system"
-if [ "$ARCH" = "x86_64" ]; then
- make build
-else
- make build-nocheck
-fi
+make build-nocheck
make distro-pack-install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info
index 2119c7e5d4..c593a0c6f1 100644
--- a/office/LibreOffice/LibreOffice.info
+++ b/office/LibreOffice/LibreOffice.info
@@ -1,10 +1,10 @@
PRGNAM="LibreOffice"
-VERSION="5.1.2.2"
+VERSION="5.1.4.2"
HOMEPAGE="http://libreoffice.org"
-DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-5.1.2.2.tar.xz \
- http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-5.1.2.2-srcs.tar.xz"
-MD5SUM="6145510261094a85a6cecaecefa10c94 \
- b143c1bef23d213090b3272442de6c99"
+DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/5.1.4/libreoffice-5.1.4.2.tar.xz \
+ http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-5.1.4.2-srcs.tar.xz"
+MD5SUM="cbeb42aecb280824045b4b43a2666923 \
+ fdc8baa3898368b7a24427caed1f97a1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="avahi python3 apache-ant perl-Archive-Zip"