git » libreoffice-still.git » commit ba97a23

C++11 ABI rebuild

author Bartłomiej Piotrowski
2015-12-08 09:55:49 UTC
committer Bartłomiej Piotrowski
2015-12-08 09:55:49 UTC
parent dc49674614dca635982de1d20f4766ebcc9b7297

C++11 ABI rebuild

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index 903a9f8..9300937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,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/"
@@ -176,6 +176,9 @@ prepare() {
 
 	# 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() {