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>
This commit is contained in:
Christoph Willing 2022-03-04 15:48:27 +10:00 committed by Andrew Clemons
parent 27607e3535
commit a3da603e0b
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
3 changed files with 9 additions and 11 deletions

View file

@ -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}

View file

@ -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"

View file

@ -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: