mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libreoffice-fresh to 5.4.3-1
This commit is contained in:
parent
6d2421812c
commit
fa00233d3f
1 changed files with 10 additions and 13 deletions
|
@ -5,6 +5,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable firebird until libfbclient is updated
|
||||
# - specify a US mirror
|
||||
# - make build-nocheck
|
||||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
|
@ -18,17 +19,17 @@ _google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
|
|||
|
||||
pkgbase=libreoffice-fresh
|
||||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=5.4.2.2
|
||||
pkgver=5.4.2
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
_LOver=5.4.3.2
|
||||
pkgver=5.4.3
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('LGPL3')
|
||||
url="http://www.libreoffice.org/"
|
||||
makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps'
|
||||
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
|
||||
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu'
|
||||
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
|
||||
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
|
||||
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
|
||||
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
|
||||
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
|
||||
'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene'
|
||||
|
@ -107,11 +108,11 @@ noextract=(boost_1_63_0.tar.bz2
|
|||
976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
|
||||
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
|
||||
validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
|
||||
sha256sums=('2fda4a8c446786a3afff2cf1b07b818c45c9dcd136bfae1f3191b0b1565ba675'
|
||||
sha256sums=('d59526dc6adf96c53cd7ed3c0235d9a876cbd1af07ab653456395ea94479d931'
|
||||
'SKIP'
|
||||
'5fc740dbe77876b96ed731f0a6ce793925a9a4a4ba983b5a3506ab24beb73057'
|
||||
'85dd76aabc205e8b30f9622bc5300156df6debf4ac0364eb732ced92932d30e4'
|
||||
'SKIP'
|
||||
'd0eb02a65ffd164d8a9c287ef8b3e0d4db9b45979f72f496a6693ed5c39158d2'
|
||||
'7249cc6f87f7d2448e2c23356c2ae260a9aeaaa88ca75fa8ac66b42a3626fd2d'
|
||||
'SKIP'
|
||||
'beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0'
|
||||
'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
|
||||
|
@ -267,11 +268,7 @@ build() {
|
|||
touch src.downloaded
|
||||
|
||||
# many tests are broken when crossbuilding i686
|
||||
if [ "$CARCH" = "x86_64" ]; then
|
||||
make build
|
||||
else
|
||||
make build-nocheck
|
||||
fi
|
||||
make build-nocheck
|
||||
|
||||
mkdir ${srcdir}/fakeinstall
|
||||
make DESTDIR=${srcdir}/fakeinstall distro-pack-install
|
||||
|
|
Loading…
Reference in a new issue