mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/libreoffice-still to 4.4.6-2
This commit is contained in:
parent
a06e7fa75a
commit
ed4b8b391c
1 changed files with 7 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue