summaryrefslogtreecommitdiffstats
path: root/libreoffice/build/libreoffice.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-11-12 15:16:45 +0000
committer Eric Hameleers <alien@slackware.com>2017-11-12 15:16:45 +0000
commit212bf9cb096482a3633f8915509f58f187b69120 (patch)
tree3ee236664610e323b8d9453f6d60e94af37fe47f /libreoffice/build/libreoffice.SlackBuild
parent9bc5511bf55919d432fe4c1a0c36ac79214157b1 (diff)
downloadasb-212bf9cb096482a3633f8915509f58f187b69120.tar.gz
asb-212bf9cb096482a3633f8915509f58f187b69120.tar.xz
libreoffice: updated to 5.4.3
Diffstat (limited to '')
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index b7dd1ff9..7a42f0d3 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -249,6 +249,8 @@
# * Rebuilt for slackware-current.
# 5.4.2-1: 05/oct/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 5.4.3-1: 11/nov/2017 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 .
@@ -279,7 +281,7 @@ TAG=${TAG:-alien}
#SRCVER=${SRCVER:-5.0.0.2git}
#SRCVER=${SRCVER:-5.0.0.2}
-SRCVER=${SRCVER:-5.4.2}
+SRCVER=${SRCVER:-5.4.3}
SUBVER=".2"
PKG_SUBVER=""
@@ -409,7 +411,7 @@ GITURI[5]=""
#
# --- Start of section generated by gensrc.sh ---
-# External sources for libreoffice-5.4.2.2
+# External sources for libreoffice-5.4.3.2
SOURCE[6]="$SRCDIR/${LOSRC_DIR}/185d60944ea767075d27247c3162b3bc-unowinreg.dll"
SRCURL[6]="https://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll"
@@ -1247,7 +1249,7 @@ touch $OUTPUT/make-${PRGNAM}.log
sed -i -e 's/check-if-root //g' Makefile
echo "Starting $PRGNAM compilation (takes a long time)..."
#./bootstrap 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
-# Using "make build" instead of just "make" will skip all unit tests:
+ #Using "make build" instead of just "make" will skip all unit tests:
if [ "$ARCH" != "x86_64" ]; then
# Temporarily skip all checks on x86 (many will fail):
make build-nocheck VERBOSE=yes 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log