From 5e141a7264134ec661500e465306e2b86b3799ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 16 Apr 2018 11:52:51 +0200 Subject: [PATCH] libreoffice: fix typo + clean up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/libreoffice/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 910e9d7f868..30bb133a445 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice' pkgname=libreoffice version=6.0.3.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-werror" nocross=yes @@ -259,10 +259,8 @@ post_fetch() { mkdir -p ${wrksrc}/external/tarballs for pkg in ${skip_extraction}; do if [ "${pkg%.dll}" != "${pkg}" ]; then - echo "copy ${pkg}" cp ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/ else - echo "link ${pkg}" ln -svf ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/ fi done @@ -349,7 +347,7 @@ do_configure() { # configure_args+=" --without-system-glm" configure_args+=" --with-myspell-dicts" configure_args+=" --with-system-icu-for-build=yes" - configure_args+=" --with-external-doct-dir=${XBPS_CROSS_BASE}/usr/share/hunspell" + configure_args+=" --with-external-dict-dir=${XBPS_CROSS_BASE}/usr/share/hunspell" configure_args+=" --with-external-hyph-dir=${XBPS_CROSS_BASE}/usr/share/hyphen" configure_args+=" --with-external-thes-dir=${XBPS_CROSS_BASE}/usr/share/mythes" configure_args+=" --with-parallelism=${XBPS_MAKEJOBS}"