mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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')
|
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
|
||||||
_LOver=4.3.7.2
|
_LOver=4.3.7.2
|
||||||
pkgver=4.3.7
|
pkgver=4.3.7
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('LGPL3')
|
license=('LGPL3')
|
||||||
url="http://www.libreoffice.org/"
|
url="http://www.libreoffice.org/"
|
||||||
|
@ -200,16 +200,14 @@ build() {
|
||||||
# next broken test
|
# next broken test
|
||||||
[ "$CARCH" = "x86_64" ] && sed -i '/CppunitTest_macros_test/d' sw/Module_sw.mk
|
[ "$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" \
|
./autogen.sh --with-build-version="${_LOver} Arch Linux build-${pkgrel}" --with-vendor="Arch Linux" \
|
||||||
--enable-split-app-modules \
|
--enable-split-app-modules \
|
||||||
--with-parallelism=${MAKEFLAGS/-j/} \
|
--with-parallelism=${_MAKEFLAGS/-j/} \
|
||||||
--with-external-tar="${srcdir}/ext_sources" \
|
--with-external-tar="${srcdir}/ext_sources" \
|
||||||
--disable-fetch-external \
|
--disable-fetch-external \
|
||||||
--disable-verbose \
|
--disable-verbose \
|
||||||
|
@ -218,7 +216,7 @@ build() {
|
||||||
--libdir=/usr/lib --mandir=/usr/share/man \
|
--libdir=/usr/lib --mandir=/usr/share/man \
|
||||||
--with-lang="" \
|
--with-lang="" \
|
||||||
--enable-crashdump \
|
--enable-crashdump \
|
||||||
--enable-avahi \
|
--disable-avahi \
|
||||||
--enable-dbus \
|
--enable-dbus \
|
||||||
--enable-evolution2\
|
--enable-evolution2\
|
||||||
--enable-gio\
|
--enable-gio\
|
||||||
|
@ -290,7 +288,7 @@ build() {
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--enable-hardlink-deliver \
|
--enable-hardlink-deliver \
|
||||||
--without-junit
|
--without-junit
|
||||||
|
|
||||||
touch src.downloaded
|
touch src.downloaded
|
||||||
make build-nocheck
|
make build-nocheck
|
||||||
# use this if i686 fails
|
# use this if i686 fails
|
||||||
|
|
Loading…
Reference in a new issue