mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libreoffice-fresh to 5.0.2-2
This commit is contained in:
parent
46b49befa5
commit
a454e33e72
1 changed files with 11 additions and 6 deletions
|
@ -9,9 +9,9 @@ buildarch=20
|
|||
|
||||
pkgbase=libreoffice-fresh
|
||||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=5.0.1.2
|
||||
pkgver=5.0.1
|
||||
pkgrel=3
|
||||
_LOver=5.0.2.2
|
||||
pkgver=5.0.2
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL3')
|
||||
url="http://www.libreoffice.org/"
|
||||
|
@ -104,11 +104,11 @@ noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
|
|||
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
|
||||
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
|
||||
validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
|
||||
md5sums=('a47ad3fbfc1b1b665598e1c133692a19'
|
||||
md5sums=('e3d129dd7a579b14984c9c1231e851a5'
|
||||
'SKIP'
|
||||
'866e29eac8df9e106116e484e9068506'
|
||||
'61217b85dc31902fc97976d482cf064f'
|
||||
'SKIP'
|
||||
'44378180db18158fb68fa39d555e079d'
|
||||
'5a4f0148a5cbe4c85be7e4e8c378fe61'
|
||||
'SKIP'
|
||||
'd6eef4b4cacb2183f2bf265a5a03a354'
|
||||
'1f24ab1d39f4a51faf22244c94a6203f'
|
||||
|
@ -174,6 +174,10 @@ prepare() {
|
|||
ARCH_FLAGS="$ARCH_FLAGS $i"
|
||||
done
|
||||
|
||||
|
||||
# i686 build broken
|
||||
[ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_ooxmlimport/d' sw/Module_sw.mk
|
||||
|
||||
# qt4 fix
|
||||
sed -i "s:qmake:qmake-qt4:g" configure.ac
|
||||
}
|
||||
|
@ -194,6 +198,7 @@ build() {
|
|||
--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
|
||||
--libdir=/usr/lib --mandir=/usr/share/man \
|
||||
--with-lang="" \
|
||||
--with-help \
|
||||
--enable-crashdump \
|
||||
--disable-avahi \
|
||||
--enable-dbus \
|
||||
|
|
Loading…
Reference in a new issue