diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-02-04 16:22:43 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:25:02 +0700 |
commit | a74cfa7a725158fe7d55d91f3480d752a627cbac (patch) | |
tree | c7ca15da4f865d5c23d3ff69fff57c24f93ccd7b /office/LibreOffice | |
parent | 9cfa16380a105d54d5eefc7c4c0ddb71c3fc7245 (diff) | |
download | slackbuilds-a74cfa7a725158fe7d55d91f3480d752a627cbac.tar.gz |
office/LibreOffice: Updated for version 5.3.0.3
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'office/LibreOffice')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 6 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 8 insertions, 8 deletions
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 \ diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index 3790046bbf..f2b237e8d8 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -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" |