mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libreoffice: fix typo + clean up
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7af9692cb4
commit
5e141a7264
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libreoffice'
|
# Template file for 'libreoffice'
|
||||||
pkgname=libreoffice
|
pkgname=libreoffice
|
||||||
version=6.0.3.2
|
version=6.0.3.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-werror"
|
configure_args="--disable-werror"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -259,10 +259,8 @@ post_fetch() {
|
||||||
mkdir -p ${wrksrc}/external/tarballs
|
mkdir -p ${wrksrc}/external/tarballs
|
||||||
for pkg in ${skip_extraction}; do
|
for pkg in ${skip_extraction}; do
|
||||||
if [ "${pkg%.dll}" != "${pkg}" ]; then
|
if [ "${pkg%.dll}" != "${pkg}" ]; then
|
||||||
echo "copy ${pkg}"
|
|
||||||
cp ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/
|
cp ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/
|
||||||
else
|
else
|
||||||
echo "link ${pkg}"
|
|
||||||
ln -svf ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/
|
ln -svf ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@ -349,7 +347,7 @@ do_configure() {
|
||||||
# configure_args+=" --without-system-glm"
|
# configure_args+=" --without-system-glm"
|
||||||
configure_args+=" --with-myspell-dicts"
|
configure_args+=" --with-myspell-dicts"
|
||||||
configure_args+=" --with-system-icu-for-build=yes"
|
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-hyph-dir=${XBPS_CROSS_BASE}/usr/share/hyphen"
|
||||||
configure_args+=" --with-external-thes-dir=${XBPS_CROSS_BASE}/usr/share/mythes"
|
configure_args+=" --with-external-thes-dir=${XBPS_CROSS_BASE}/usr/share/mythes"
|
||||||
configure_args+=" --with-parallelism=${XBPS_MAKEJOBS}"
|
configure_args+=" --with-parallelism=${XBPS_MAKEJOBS}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue