diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-02-08 23:51:31 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-09 10:30:04 +0700 |
commit | f61dbb11bc7290fcea6e6e3fc279b30fa3206dd3 (patch) | |
tree | 52e2d6885f5fe14ad4a5e5eaf8ff15659ef9a871 /office/LibreOffice/LibreOffice.SlackBuild | |
parent | 9cd01760e3fac09a344b1c6d396a991ad49264d3 (diff) | |
download | slackbuilds-f61dbb11bc7290fcea6e6e3fc279b30fa3206dd3.tar.gz |
office/LibreOffice: Updated for version 6.2.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index f02b184f47..02fad92f50 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=LibreOffice SRCNAM=libreoffice -VERSION=${VERSION:-6.1.4.2} +VERSION=${VERSION:-6.2.0.3} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,10 +70,6 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.xz cd $SRCNAM-$VERSION -# Required for updates to mdds, liborcus (needs autogen.sh) -patch -p1 < $CWD/0001-Update-mdds-to-1.4.1.patch -patch -p1 < $CWD/0001-Update-orcus-to-0.14.0.patch - if [ "$HAVE_SRCS_TARBALL" = "1" ]; then tar xvf $CWD/$SRCNAM-${VERSION}-srcs.tar.xz fi @@ -163,7 +159,6 @@ extlanguagetool="--enable-ext-languagetool"; [ "${EXTLANGUAGETOOL:-no}" != "yes" extwikipub="--enable-ext-wiki-publisher"; [ "${EXTWIKIPUB:-no}" != "yes" ] && extwikipub="" extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] && extnlpsolver="" -extmariadb="--enable-ext-mariadb-connector"; [ "${EXTMARIADB:-yes}" != "yes" ] && extmariadb="" ./autogen.sh \ CFLAGS="$SLKCFLAGS" \ @@ -179,13 +174,11 @@ extmariadb="--enable-ext-mariadb-connector"; [ "${EXTMARIADB:-yes}" != "yes" ] --with-vendor="Just Another Slacker" \ --with-lang="$LOLANGS" \ --enable-release-build=yes \ - --enable-ext-mariadb-connector \ --enable-gio \ $extct2n \ $extnumbertext \ $extnlpsolver \ $extlanguagetool \ - $extmariadb \ $extwikipub \ $avahi \ $Python3 \ @@ -194,7 +187,6 @@ extmariadb="--enable-ext-mariadb-connector"; [ "${EXTMARIADB:-yes}" != "yes" ] $use_ccache \ $use_java \ $parallel \ - --with-alloc=system \ --with-tls="nss" \ --with-x \ --without-krb5 \ |