diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-08-15 09:47:07 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:52 +0700 |
commit | 98193df068f9fd3609427e40d083ec8c3f8f48ed (patch) | |
tree | c248170f68a7301b782f8b35befa700040aa42ab /office | |
parent | a6be7cdbb2c5be9856e27e4bef0cf485a051ee8d (diff) | |
download | slackbuilds-98193df068f9fd3609427e40d083ec8c3f8f48ed.tar.gz |
office/LibreOffice: Updated for version 6.1.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 9 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 13 insertions, 6 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 7857609292..dd02a3218f 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=LibreOffice SRCNAM=libreoffice -VERSION=${VERSION:-6.0.6.2} +VERSION=${VERSION:-6.1.0.3} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -139,8 +139,12 @@ fi --without-gssapi \ --without-junit \ --with-help \ + --with-system-apr \ + --with-system-bluez \ --with-system-boost \ + --with-system-bzip2 \ --with-system-cairo \ + --with-system-clucene \ --with-system-curl \ --with-system-dicts \ --with-system-expat \ @@ -148,6 +152,8 @@ fi --with-system-icu \ --with-system-jpeg \ --with-system-lcms2 \ + --with-system-libepoxy \ + --with-system-libodfgen \ --with-system-libpng \ --with-system-librevenge \ --with-system-libwpd \ @@ -156,6 +162,7 @@ fi --with-system-mariadb \ --with-system-neon \ --with-system-nss \ + --with-system-openldap-client \ --with-system-openssl \ --with-system-poppler \ --with-system-redland \ diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index 92bba35729..a98fdf0501 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -1,10 +1,10 @@ PRGNAM="LibreOffice" -VERSION="6.0.6.2" +VERSION="6.1.0.3" HOMEPAGE="http://libreoffice.org" -DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/6.0.6/libreoffice-6.0.6.2.tar.xz \ - http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-6.0.6.2-srcs.tar.xz" -MD5SUM="04e50cf96598790feada18cbeea7bf1f \ - f4c32e9ddca6968e3683496b8395550b" +DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/6.1.0/libreoffice-6.1.0.3.tar.xz \ + http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-6.1.0.3-srcs.tar.xz" +MD5SUM="df908c245f1dca4b822345b82af2ea64 \ + 69810b64a43cb48bce6e0899fa701b74" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 openjdk apache-ant perl-Archive-Zip" |