office/LibreOffice: Updated for version 5.1.4.2

This commit is contained in:
Christoph Willing 2016-07-27 08:52:44 +10:00 committed by Willy Sudiarto Raharjo
parent 3869dcac6e
commit ee171d33a8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 12 deletions

View file

@ -26,9 +26,9 @@
PRGNAM=LibreOffice PRGNAM=LibreOffice
SRCNAM=libreoffice SRCNAM=libreoffice
VERSION=${VERSION:-5.1.2.2} VERSION=${VERSION:-5.1.4.2}
SHORT_VERSION=${VERSION%.*.*} SHORT_VERSION=${VERSION%.*.*}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PACKAGER=${PACKAGER:-"AnonymousCoward"} PACKAGER=${PACKAGER:-"AnonymousCoward"}
@ -152,11 +152,7 @@ if [ "$HAVE_SRCS_TARBALL" = "0" ]; then
fi fi
export LDFLAGS="-lboost_system" export LDFLAGS="-lboost_system"
if [ "$ARCH" = "x86_64" ]; then make build-nocheck
make build
else
make build-nocheck
fi
make distro-pack-install DESTDIR=$PKG make distro-pack-install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,10 +1,10 @@
PRGNAM="LibreOffice" PRGNAM="LibreOffice"
VERSION="5.1.2.2" VERSION="5.1.4.2"
HOMEPAGE="http://libreoffice.org" HOMEPAGE="http://libreoffice.org"
DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-5.1.2.2.tar.xz \ 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.2.2-srcs.tar.xz" http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-5.1.4.2-srcs.tar.xz"
MD5SUM="6145510261094a85a6cecaecefa10c94 \ MD5SUM="cbeb42aecb280824045b4b43a2666923 \
b143c1bef23d213090b3272442de6c99" fdc8baa3898368b7a24427caed1f97a1"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="avahi python3 apache-ant perl-Archive-Zip" REQUIRES="avahi python3 apache-ant perl-Archive-Zip"