[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Oct 4 07:30:46 UTC 2015


    Date: Sunday, October 4, 2015 @ 09:30:46
  Author: andyrtr
Revision: 248326

upgpkg: libreoffice-fresh 5.0.2-2

add missing en_US help files FS#46292

Modified:
  libreoffice-fresh/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-04 02:22:01 UTC (rev 248325)
+++ PKGBUILD	2015-10-04 07:30:46 UTC (rev 248326)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.0.2.2
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
@@ -166,11 +166,12 @@
 		ARCH_FLAGS="$ARCH_FLAGS $i"
 	done
 
-	# qt4 fix
-	sed -i "s:qmake:qmake-qt4:g" configure.ac
 	
 	# i686 build broken
 	[ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_ooxmlimport/d' sw/Module_sw.mk
+
+	# qt4 fix
+	sed -i "s:qmake:qmake-qt4:g" configure.ac
 }
 
 build() {
@@ -189,6 +190,7 @@
 		--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
 		--libdir=/usr/lib --mandir=/usr/share/man \
 		--with-lang="" \
+		--with-help \
 		--enable-crashdump \
 		--disable-avahi \
 		--enable-dbus \



More information about the arch-commits mailing list