mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
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:
parent
27607e3535
commit
a3da603e0b
3 changed files with 9 additions and 11 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue