mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libreoffice-fresh to 5.1.4-1
This commit is contained in:
parent
7f1d65af36
commit
6e77b3b6b4
1 changed files with 6 additions and 9 deletions
|
@ -17,9 +17,9 @@ _google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
|
||||||
|
|
||||||
pkgbase=libreoffice-fresh
|
pkgbase=libreoffice-fresh
|
||||||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||||
_LOver=5.1.3.2
|
_LOver=5.1.4.2
|
||||||
pkgver=5.1.3
|
pkgver=5.1.4
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('LGPL3')
|
license=('LGPL3')
|
||||||
url="http://www.libreoffice.org/"
|
url="http://www.libreoffice.org/"
|
||||||
|
@ -105,11 +105,11 @@ noextract=(boost_1_59_0.tar.bz2
|
||||||
libfreehand-0.1.1.tar.bz2
|
libfreehand-0.1.1.tar.bz2
|
||||||
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
|
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
|
||||||
validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
|
validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
|
||||||
md5sums=('cbe602264e58f7c93e72068c408e3551'
|
md5sums=('cbeb42aecb280824045b4b43a2666923'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f485479a135582f37335a92d773416fe'
|
'bdc0d7339445abee73af326d9409b4b9'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'a93714b74f1c04c534729a9511311886'
|
'c71242e41debd8d57c5ae8b74a26d005'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'6aa9a5c6a4ca1016edd0ed1178e3cb87'
|
'6aa9a5c6a4ca1016edd0ed1178e3cb87'
|
||||||
'1f24ab1d39f4a51faf22244c94a6203f'
|
'1f24ab1d39f4a51faf22244c94a6203f'
|
||||||
|
@ -187,12 +187,9 @@ prepare() {
|
||||||
patch -Np1 -i ${srcdir}/update_liborcus_to_0.11.0.diff
|
patch -Np1 -i ${srcdir}/update_liborcus_to_0.11.0.diff
|
||||||
# https://cgit.freedesktop.org/libreoffice/core/commit/?id=07d4c443e21cd22545d4516515c50b1c8dd39a9b
|
# https://cgit.freedesktop.org/libreoffice/core/commit/?id=07d4c443e21cd22545d4516515c50b1c8dd39a9b
|
||||||
patch -Np1 -i ${srcdir}/remove_unnecessary_orcus_external_usage_from_makefiles.diff
|
patch -Np1 -i ${srcdir}/remove_unnecessary_orcus_external_usage_from_makefiles.diff
|
||||||
# return 1
|
|
||||||
# https://cgit.freedesktop.org/libreoffice/core/commit/?id=db729f3b685fd832a3ec7387b339cf2bbeb4bd4d
|
# https://cgit.freedesktop.org/libreoffice/core/commit/?id=db729f3b685fd832a3ec7387b339cf2bbeb4bd4d
|
||||||
patch -Np1 -i ${srcdir}/liborcus-0.11.2.diff
|
patch -Np1 -i ${srcdir}/liborcus-0.11.2.diff
|
||||||
|
|
||||||
# sed -i "s:mdds >= 0.12.0:mdds-1.2 >= 0.12.0:g" configure.ac
|
|
||||||
|
|
||||||
# fix checking whether KDE is >= 4.2... configure: error: KDE version too old
|
# fix checking whether KDE is >= 4.2... configure: error: KDE version too old
|
||||||
# http://bugs.debian.org/823145
|
# http://bugs.debian.org/823145
|
||||||
patch -Np1 -i ${srcdir}/gcc6_buildfix.diff
|
patch -Np1 -i ${srcdir}/gcc6_buildfix.diff
|
||||||
|
|
Loading…
Reference in a new issue