diff options
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 \ |