mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libreoffice-fresh to 4.4.4-1
This commit is contained in:
parent
3be50aaa48
commit
71bdba1e3d
1 changed files with 10 additions and 17 deletions
|
@ -9,9 +9,9 @@ buildarch=20
|
|||
|
||||
pkgbase=libreoffice-fresh
|
||||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=4.4.3.2
|
||||
pkgver=4.4.3
|
||||
pkgrel=2
|
||||
_LOver=4.4.4.3
|
||||
pkgver=4.4.4
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL3')
|
||||
url="http://www.libreoffice.org/"
|
||||
|
@ -105,11 +105,11 @@ noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
|
|||
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
|
||||
libwps-0.3.1.tar.bz2
|
||||
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
|
||||
md5sums=('427075aba3e1d32197954b7d6a2d0566'
|
||||
md5sums=('0b71eaf7da7a77782dd4a94083da8974'
|
||||
'SKIP'
|
||||
'9019bcc3d1bc4bb882c3366a2dfc302d'
|
||||
'5d8790bea273174224a649d96cc410b5'
|
||||
'SKIP'
|
||||
'8a7d1a0976f37334cb15cd93e01f5914'
|
||||
'b55b428ae7bf0c8cec805acbc62dc78b'
|
||||
'SKIP'
|
||||
'd6eef4b4cacb2183f2bf265a5a03a354'
|
||||
'1f24ab1d39f4a51faf22244c94a6203f'
|
||||
|
@ -184,19 +184,12 @@ prepare() {
|
|||
build() {
|
||||
cd libreoffice-$_LOver
|
||||
|
||||
# i686 build broken in make CppunitTest_sw_ooxmlsdrexport
|
||||
# [ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_ooxmlsdrexport/d' sw/Module_sw.mk
|
||||
|
||||
#return 1
|
||||
#autoconf -f
|
||||
|
||||
# non-SMP test build
|
||||
#export MAKEFLAGS="-j1"
|
||||
#./configure --with-build-version="${_LOver} Arch Linux build-${pkgrel}" --with-vendor="Arch Linux" \
|
||||
# strip -s from Makeflags in case you use it to shorten build logs
|
||||
_MAKEFLAGS=${MAKEFLAGS/-s/}
|
||||
|
||||
./autogen.sh --with-build-version="${_LOver} Arch Linux build-${pkgrel}" --with-vendor="Arch Linux" \
|
||||
--enable-split-app-modules \
|
||||
--with-parallelism=${MAKEFLAGS/-j/} \
|
||||
--with-parallelism=${_MAKEFLAGS/-j/} \
|
||||
--with-external-tar="${srcdir}/ext_sources" \
|
||||
--disable-fetch-external \
|
||||
--disable-verbose \
|
||||
|
@ -205,7 +198,7 @@ build() {
|
|||
--libdir=/usr/lib --mandir=/usr/share/man \
|
||||
--with-lang="" \
|
||||
--enable-crashdump \
|
||||
--enable-avahi \
|
||||
--disable-avahi \
|
||||
--enable-dbus \
|
||||
--enable-evolution2\
|
||||
--enable-gio\
|
||||
|
|
Loading…
Reference in a new issue