extra/libreoffice-still to 4.4.6-2

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

View file

@ -11,7 +11,7 @@ pkgbase=libreoffice-still
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
_LOver=4.4.6.3
pkgver=4.4.6
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
license=('LGPL3')
url="http://www.libreoffice.org/"
@ -179,6 +179,12 @@ prepare() {
# qt4 fix
sed -i "s:qmake:qmake-qt4:g" configure.ac
# Fix build with mdds 1.0
sed -i "s:\[mdds >= 0.11.2\]:\[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() {