From a74cfa7a725158fe7d55d91f3480d752a627cbac Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Sat, 4 Feb 2017 16:22:43 +1000 Subject: office/LibreOffice: Updated for version 5.3.0.3 Signed-off-by: Christoph Willing --- office/LibreOffice/LibreOffice.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'office/LibreOffice/LibreOffice.SlackBuild') 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 \ -- cgit v1.2.3-65-gdbad