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/LibreOffice/LibreOffice.SlackBuild | |
parent | a6be7cdbb2c5be9856e27e4bef0cf485a051ee8d (diff) |
office/LibreOffice: Updated for version 6.1.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 78576092924a8..dd02a3218ff97 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 \ |