mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/LibreOffice: Updated for version 24.8.2.1
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
02044f343b
commit
dd0b137e74
2 changed files with 7 additions and 6 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=LibreOffice
|
||||
SRCNAM=libreoffice
|
||||
VERSION=${VERSION:-24.8.1.2}
|
||||
VERSION=${VERSION:-24.8.2.1}
|
||||
SHORT_VERSION=${VERSION%.*.*}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -221,6 +221,7 @@ extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] &
|
|||
--enable-qt5 \
|
||||
--enable-python=system \
|
||||
--enable-gio \
|
||||
--disable-gstreamer-1-0 \
|
||||
$extct2n \
|
||||
$extnumbertext \
|
||||
$extnlpsolver \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="LibreOffice"
|
||||
VERSION="24.8.1.2"
|
||||
VERSION="24.8.2.1"
|
||||
HOMEPAGE="https://www.libreoffice.org"
|
||||
DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/24.8.1/libreoffice-24.8.1.2.tar.xz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-24.8.1.2-srcs.tar.xz"
|
||||
MD5SUM="b35207353549e450d280c11fc8a15ccd \
|
||||
9d8e5935e4101aca7f2987e93ea12bfb"
|
||||
DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/24.8.2/libreoffice-24.8.2.1.tar.xz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-24.8.2.1-srcs.tar.xz"
|
||||
MD5SUM="b1e07cb05896a4468c178b432a5224ea \
|
||||
1ae5314fcfaa17dc5e62a4b90e594a88"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk17 apache-ant perl-Archive-Zip libcdr libfreehand liblangtag libmspub libzmf"
|
||||
|
|
Loading…
Reference in a new issue