diff options
author | Christoph Willing <chris.willing@linux.com> | 2024-09-29 10:55:01 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-05 08:36:14 +0700 |
commit | dd0b137e740f480020fcd34f3001268f2844086e (patch) | |
tree | e68c20f2bd8d51d8e1584aef2d373131c9b6a1bc | |
parent | 02044f343b0be493d0ef157ce869ce6bef8a7c41 (diff) |
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>
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 3 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 82f03e2264c5..07741a8005a9 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:-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 \ diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index bfc266235335..d43f856013e8 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -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" |