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

Andreas Radke andyrtr at archlinux.org
Sun Jun 7 15:33:27 UTC 2015


    Date: Sunday, June 7, 2015 @ 17:33:26
  Author: andyrtr
Revision: 240410

upgpkg: libreoffice-still 4.3.7-3

minor cleanups; make sure -s is stripped from Makeflags; disable avahi - solves LibO-impress  doesn't start when no avahi service running is found

Modified:
  libreoffice-still/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-07 14:59:15 UTC (rev 240409)
+++ PKGBUILD	2015-06-07 15:33:26 UTC (rev 240410)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=4.3.7.2
 pkgver=4.3.7
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
@@ -195,16 +195,14 @@
 	# next broken test
 	[ "$CARCH" = "x86_64" ] && sed -i '/CppunitTest_macros_test/d' sw/Module_sw.mk
 
-#return 1
-	#autoconf -f
+	
+	# strip -s from Makeflags in case you use it to shorten build logs
+	_MAKEFLAGS=${MAKEFLAGS/-s/}
 
-	# non-SMP test build
-	#export MAKEFLAGS="-j1"
-	#./configure --with-build-version="${_LOver} Arch Linux build-${pkgrel}" --with-vendor="Arch Linux" \
 
 	./autogen.sh --with-build-version="${_LOver} Arch Linux build-${pkgrel}" --with-vendor="Arch Linux" \
 		--enable-split-app-modules \
-		--with-parallelism=${MAKEFLAGS/-j/} \
+		--with-parallelism=${_MAKEFLAGS/-j/} \
 		--with-external-tar="${srcdir}/ext_sources" \
 		--disable-fetch-external \
 		--disable-verbose \
@@ -213,7 +211,7 @@
 		--libdir=/usr/lib --mandir=/usr/share/man \
 		--with-lang="" \
 		--enable-crashdump \
-		--enable-avahi \
+		--disable-avahi \
 		--enable-dbus \
 		--enable-evolution2\
 		--enable-gio\
@@ -284,7 +282,7 @@
 		--with-system-clucene \
 		--disable-dependency-tracking \
 		--enable-hardlink-deliver
-
+		
 	touch src.downloaded
 	make build
 	# use this if i686 fails



More information about the arch-commits mailing list