libreoffice: update to 5.1.3.2

Closes #4183
This commit is contained in:
Jürgen Buchmüller 2016-05-12 21:45:15 +02:00
parent b1ab524b1e
commit 837034024f
1 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libreoffice'
pkgname=libreoffice
version=5.1.2.2
revision=4
version=5.1.3.2
revision=1
build_style=gnu-configure
configure_args="--disable-werror"
nopie=yes
@ -38,10 +38,10 @@ distfiles="
${_baseurl}/${pkgname}-help-${version}.tar.xz
${_baseurl}/${pkgname}-translations-${version}.tar.xz"
checksum="
54ecdc9e0201a64fb6a0898b2e5ebd6c6e22c36965e3eb797ae351219e441781
c500d21160a22808986b80230c71a1eff8b2f2102e2d5f9d1d543dcfa698a03e
dc4d9fd6ca78ad89069ca1f0187f274c9cd83fb8849716193d25bce6ca072953
7fbf0d742df7d9a5cf567bb8b8d78e16160936a6f339b9d035e0ac9e1d2455f0"
cd5a1ca7c9ea100f811f8f12dc9bae29e71a6a65b127be6de5e14f223e3c07c4
67b94a985d57103035f02b35d38daa51142474afe68fb50fca2d79af6f8c4b45
f58def670340d67027d8cd52ef07669fbe7db05d1c6e490700dde8b53fe6093b
f12305ca6f5f87b26b99fc481db475eb0d733513032e20e170a99724c8932f0d"
skip_extraction="
${pkgname}-dictionaries-${version}.tar.xz
${pkgname}-help-${version}.tar.xz
@ -165,10 +165,10 @@ do_configure() {
configure_args+=" --with-external-hyph-dir=${XBPS_CROSS_BASE}/usr/share/hyphen"
configure_args+=" --with-parallelism=${XBPS_MAKEJOBS}"
# In theory we could use --with-lang=ALL but then
# building the package then takes ages.
OPENCOLLADA_CFLAGS="-I${incdir}/opencollada/COLLADABaseUtils -I${incdir}/opencollada/COLLADAFramework -I${incdir}/opencollada/COLLADASaxFrameworkLoader -I${incdir}/opencollada/COLLADAStreamWriter -I${incdir}/opencollada/GeneratedSaxParser" \
OPENCOLLADA_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lGeneratedSaxParser -lMathMLSolver -lOpenCOLLADABaseUtils -lOpenCOLLADAFramework -lOpenCOLLADASaxFrameworkLoader -lOpenCOLLADAStreamWriter -lUTF -lbuffer -lftoa" \
# In theory we could use --with-lang=ALL but then
# building the package then takes ages.
./configure ${configure_args} --with-lang='en-US de es fr it pl pt'
}