diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-03-04 15:48:27 +1000 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:20:42 +1300 |
commit | a3da603e0b8373cb7971cf536581b03768b4e1bd (patch) | |
tree | c66e08a9fed7574a11788efdfd8ad143d3104b26 /office/LibreOffice | |
parent | 27607e35358015ea70a66d7b31c7ff2659645d8c (diff) |
office/LibreOffice: Updated for version 7.3.1.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'office/LibreOffice')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 2 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 | ||||
-rw-r--r-- | office/LibreOffice/README | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index f9c470122393..f1fb2e6840b9 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=LibreOffice SRCNAM=libreoffice -VERSION=${VERSION:-7.3.0.3} +VERSION=${VERSION:-7.3.1.3} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index b29182643d4a..40e2fe99ddcd 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -1,10 +1,10 @@ PRGNAM="LibreOffice" -VERSION="7.3.0.3" +VERSION="7.3.1.3" HOMEPAGE="https://www.libreoffice.org" -DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.3.0/libreoffice-7.3.0.3.tar.xz \ - https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.3.0.3-srcs.tar.xz" -MD5SUM="8d7d3fb99d3680d58c92f42e20657965 \ - a0e69e73892c22d8f8417483df090c82" +DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.3.1/libreoffice-7.3.1.3.tar.xz \ + https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.3.1.3-srcs.tar.xz" +MD5SUM="2971a88433ea99300f318b87282d45e9 \ + c5faa491d219382f6a9060fe76207701" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk11 apache-ant perl-Archive-Zip" diff --git a/office/LibreOffice/README b/office/LibreOffice/README index 1d0aa001af59..a864b2c78dee 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -40,11 +40,9 @@ Build time environment variables that may be set to vary features are as follows languages. 2. A number of Java Development Kits are suitable for building LibreOffice. - At the moment (since, at least, LO version 7.0.0.3) the default JDK is the - latest LTS release, jdk11. Other JDK's supported by the SlackBuild are jdk12, - jdk13, jdk14 & jdk15 but these non-default JDK's must be explicitly specified - when running the SlackBuild using the JAVA environment variable e.g. - JAVA=jdk15 sh LibreOffice.SlackBuild + Since Slackware-15.0 and LiberOffice-7.3.1.3 the default JDK is zulu-openjdk11. + Other JDKs will probably work if the JAVA_HOME environment variable is set + appropriately in a file in /etc/profile.d/, where this SlackBuild will search. It is also possible to build LibreOffice without any JAVA support (with somewhat reduced capability in LO Base) by running: |