summaryrefslogtreecommitdiffstats
path: root/libreoffice/build/libreoffice.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-03 10:16:23 +0000
committer Eric Hameleers <alien@slackware.com>2020-07-03 10:16:23 +0000
commita20584c8d5a08f16f96dc8a67b217d71a2bbbd64 (patch)
tree5e3ba74cc213fe11a0269e7118421780d67aa28d /libreoffice/build/libreoffice.SlackBuild
parent872faf06c87ff851d575f38ab8b73935363a6d49 (diff)
downloadasb-a20584c8d5a08f16f96dc8a67b217d71a2bbbd64.tar.gz
asb-a20584c8d5a08f16f96dc8a67b217d71a2bbbd64.tar.xz
libreoffice: update to 6.4.5
Diffstat (limited to 'libreoffice/build/libreoffice.SlackBuild')
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index 6e07220c..6efe39ef 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -310,6 +310,8 @@
# * Update.
# 6.4.4-1: 22/may/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.4.5-1: 02/jul/2020 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libreoffice.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -345,7 +347,7 @@ ADD_KDE5=$(echo $ADD_KDE5 | tr 'a-z' 'A-Z')
#SRCVER=${SRCVER:-5.0.0.2git}
#SRCVER=${SRCVER:-5.0.0.2}
-SRCVER=${SRCVER:-6.4.4}
+SRCVER=${SRCVER:-6.4.5}
SUBVER=".2"
PKG_SUBVER=""
@@ -476,7 +478,7 @@ GITURI[5]=""
#
# --- Start of section generated by gensrc.sh ---
-# External sources for libreoffice-6.4.4.2
+# External sources for libreoffice-6.4.5.2
SOURCE[6]="$SRCDIR/${LOSRC_DIR}/185d60944ea767075d27247c3162b3bc-unowinreg.dll"
SRCURL[6]="https://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll"
@@ -674,8 +676,8 @@ SOURCE[54]="$SRCDIR/${LOSRC_DIR}/gpgme-1.9.0.tar.bz2"
SRCURL[54]="https://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2"
GITURI[54]=""
-SOURCE[55]="$SRCDIR/${LOSRC_DIR}/graphite2-minimal-1.3.13.tgz"
-SRCURL[55]="https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.13.tgz"
+SOURCE[55]="$SRCDIR/${LOSRC_DIR}/graphite2-minimal-1.3.14.tgz"
+SRCURL[55]="https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.14.tgz"
GITURI[55]=""
SOURCE[56]="$SRCDIR/${LOSRC_DIR}/harfbuzz-2.6.0.tar.xz"
@@ -1196,10 +1198,6 @@ if [ "$P1" != "--oldbuild" ]; then
# Add support for KDE5 destop session:
cat $SRCDIR/patches/libreoffice.kde5_mailer.patch \
| patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log
- # Explicitly disable latest C++ to allow external tarballs to compile, see
- # https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-6-4&id=f0b74640137f07ed74027f98fbf6d1c0d98939bf :
- cat $SRCDIR/patches/libreoffice.disable_latest_c++.patch \
- | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log
fi
if [ "${USE_LOVER}" == "yes" ]; then