mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libreoffice-still to 4.3.7-3
This commit is contained in:
parent
fe01bbcf30
commit
06f8480afa
1 changed files with 7 additions and 9 deletions
|
@ -11,7 +11,7 @@ pkgbase=libreoffice-still
|
|||
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/"
|
||||
|
@ -200,16 +200,14 @@ build() {
|
|||
# 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 \
|
||||
|
@ -218,7 +216,7 @@ build() {
|
|||
--libdir=/usr/lib --mandir=/usr/share/man \
|
||||
--with-lang="" \
|
||||
--enable-crashdump \
|
||||
--enable-avahi \
|
||||
--disable-avahi \
|
||||
--enable-dbus \
|
||||
--enable-evolution2\
|
||||
--enable-gio\
|
||||
|
@ -290,7 +288,7 @@ build() {
|
|||
--disable-dependency-tracking \
|
||||
--enable-hardlink-deliver \
|
||||
--without-junit
|
||||
|
||||
|
||||
touch src.downloaded
|
||||
make build-nocheck
|
||||
# use this if i686 fails
|
||||
|
|
Loading…
Reference in a new issue