extra/libreoffice-fresh to 5.0.3-2

This commit is contained in:
Kevin Mihelich 2015-12-10 05:54:01 +00:00
parent d1de091788
commit a06e7fa75a

View file

@ -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() {