mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/LibreOffice: Updated for version 5.1.4.2
This commit is contained in:
parent
3869dcac6e
commit
ee171d33a8
2 changed files with 8 additions and 12 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue