office/LibreOffice: Updated for version 5.3.0.3

Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
Christoph Willing 2017-02-04 16:22:43 +10:00 committed by Willy Sudiarto Raharjo
parent 9cfa16380a
commit a74cfa7a72
2 changed files with 8 additions and 8 deletions

View File

@ -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 \

View File

@ -1,10 +1,10 @@
PRGNAM="LibreOffice"
VERSION="5.2.5.1"
VERSION="5.3.0.3"
HOMEPAGE="http://libreoffice.org"
DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/5.2.5/libreoffice-5.2.5.1.tar.xz \
http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-5.2.5.1-srcs.tar.xz"
MD5SUM="1e93a3992c2358f4e6e3b1cdd373eda2 \
d006fa9d26c1dcee4673824efcdc38d1"
DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/5.3.0/libreoffice-5.3.0.3.tar.xz \
http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-5.3.0.3-srcs.tar.xz"
MD5SUM="204c492a0b5e58dd0be9788c74a364ab \
20d3cee8f200ce35b6f1c966ef5abb3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 jdk apache-ant perl-Archive-Zip"