mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libreoffice-fresh to 5.0.3-2
This commit is contained in:
parent
d1de091788
commit
a06e7fa75a
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,7 @@ pkgbase=libreoffice-fresh
|
|||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=5.0.3.2
|
||||
pkgver=5.0.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL3')
|
||||
url="http://www.libreoffice.org/"
|
||||
|
@ -180,6 +180,12 @@ prepare() {
|
|||
|
||||
# qt4 fix
|
||||
sed -i "s:qmake:qmake-qt4:g" configure.ac
|
||||
|
||||
# fix build with mdds 1.0
|
||||
sed -i "s:\[mdds >= 0.12.0\]:\[mdds-1.0 >= 1.0.0\]:" configure.ac
|
||||
|
||||
# fix test with libetonyek 0.1.4+
|
||||
mv writerperfect/qa/unit/data/impress/libetonyek/{fail,pass}/v6.zip
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue