mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
office/LibreOffice: Updated for version 5.2.0.4
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
1841a33d68
commit
b13940e8fc
2 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=LibreOffice
|
||||
SRCNAM=libreoffice
|
||||
VERSION=${VERSION:-5.1.4.2}
|
||||
VERSION=${VERSION:-5.2.0.4}
|
||||
SHORT_VERSION=${VERSION%.*.*}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -48,7 +48,7 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="LibreOffice"
|
||||
VERSION="5.1.4.2"
|
||||
VERSION="5.2.0.4"
|
||||
HOMEPAGE="http://libreoffice.org"
|
||||
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="http://download.documentfoundation.org/libreoffice/src/5.2.0/libreoffice-5.2.0.4.tar.xz \
|
||||
http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-5.2.0.4-srcs.tar.xz"
|
||||
MD5SUM="40ee24812d171238981599843ca9f5b6 \
|
||||
d39d38f48cd90663a7c46f8d06f7e0c9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="avahi python3 apache-ant perl-Archive-Zip"
|
||||
|
|
Loading…
Reference in a new issue