summaryrefslogtreecommitdiffstats
path: root/office/LibreOffice/LibreOffice.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2017-02-04 07:22:43 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:25:02 +0100
commita74cfa7a725158fe7d55d91f3480d752a627cbac (patch)
treec7ca15da4f865d5c23d3ff69fff57c24f93ccd7b /office/LibreOffice/LibreOffice.SlackBuild
parent9cfa16380a105d54d5eefc7c4c0ddb71c3fc7245 (diff)
downloadslackbuilds-a74cfa7a725158fe7d55d91f3480d752a627cbac.tar.gz
office/LibreOffice: Updated for version 5.3.0.3
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r--office/LibreOffice/LibreOffice.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild
index d1ac980721..12c844e69a 100644
--- a/office/LibreOffice/LibreOffice.SlackBuild
+++ b/office/LibreOffice/LibreOffice.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=LibreOffice
SRCNAM=libreoffice
-VERSION=${VERSION:-5.2.5.1}
+VERSION=${VERSION:-5.3.0.3}
SHORT_VERSION=${VERSION%.*.*}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,6 +90,7 @@ LOLANGS=${LOLANGS:-"de es fr id it ja nl vi zh-CN"}
# LibreOffice.info REQUIRES jdk
[ -z $JAVA_HOME ] && . /etc/profile.d/jdk.sh
+# --with-system-harfbuzz \
./configure \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -123,7 +124,6 @@ LOLANGS=${LOLANGS:-"de es fr id it ja nl vi zh-CN"}
--with-system-dicts \
--with-system-expat \
--with-system-glew \
- --with-system-harfbuzz \
--with-system-hunspell \
--with-system-icu \
--with-system-jpeg \
@@ -153,7 +153,7 @@ if [ "$HAVE_SRCS_TARBALL" = "0" ]; then
fi
export LDFLAGS="-lboost_system"
-make build-nocheck
+make -i build-nocheck
make distro-pack-install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \