mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libreoffice-still: v8 fix
This commit is contained in:
parent
993a3d4746
commit
62616dbf42
1 changed files with 5 additions and 6 deletions
|
@ -4,8 +4,10 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - make build-nocheck: unit tests take a huge amount of time on ARM
|
||||
# - use system firebird
|
||||
|
||||
buildarch=20
|
||||
buildarch=28
|
||||
highmem=1
|
||||
|
||||
pkgbase=libreoffice-still
|
||||
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
|
||||
|
@ -26,7 +28,7 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' # 'l
|
|||
'junit' 'libmythes' 'libwpg' 'mesa' 'java-environment' 'postgresql-libs'
|
||||
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen' 'libatomic_ops' 'mdds' 'glew'
|
||||
'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
|
||||
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp')
|
||||
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'libfbclient')
|
||||
|
||||
_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}"
|
||||
#_mirror="http://dev-builds.libreoffice.org/pre-releases/src"
|
||||
|
@ -58,7 +60,6 @@ source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
|
|||
${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
|
||||
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
|
||||
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
|
||||
${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
|
||||
${_additional_source_url}/libgltf/libgltf-0.0.2.tar.bz2
|
||||
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
|
||||
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
|
||||
|
@ -94,7 +95,6 @@ noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
|
|||
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
|
||||
OpenCOLLADA-master-6509aa13af.tar.bz2
|
||||
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
|
||||
Firebird-2.5.2.26540-0.tar.bz2
|
||||
libgltf-0.0.2.tar.bz2
|
||||
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
|
||||
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
|
||||
|
@ -134,7 +134,6 @@ md5sums=('ed22391a277699b8d9839e2bca997f06'
|
|||
'4b87018f7fff1d054939d19920b751a0'
|
||||
'4ca8a6ef0afeefc864e9ef21b9f14bd6'
|
||||
'17410483b5b5f267aa18b7e00b65e6e0'
|
||||
'21154d2004e025c8a3666625b0357bb5'
|
||||
'd63a9f47ab048f5009d90693d6aa6424'
|
||||
'd8bd5eed178db6e2b18eeed243f85aa8'
|
||||
'ba2930200c9f019c2d93a8c88c651a0f'
|
||||
|
@ -242,7 +241,7 @@ build() {
|
|||
--with-system-libmwaw \
|
||||
--with-system-libetonyek \
|
||||
--without-system-libfreehand \
|
||||
--without-system-firebird \
|
||||
--with-system-firebird \
|
||||
--with-system-libatomic-ops \
|
||||
--with-system-libebook \
|
||||
--with-system-libabw \
|
||||
|
|
Loading…
Reference in a new issue