mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libreoffice-fresh to 5.1.1-3
This commit is contained in:
parent
2322b752b4
commit
56d378babd
1 changed files with 10 additions and 1 deletions
|
@ -8,11 +8,18 @@
|
|||
buildarch=28
|
||||
highmem=1
|
||||
|
||||
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
|
||||
# Note: These are for Arch Linux use ONLY. For your own distribution, please
|
||||
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
|
||||
# more information.
|
||||
_google_default_client_id=413772536636.apps.googleusercontent.com
|
||||
_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
|
||||
|
||||
pkgbase=libreoffice-fresh
|
||||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=5.1.1.3
|
||||
pkgver=5.1.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL3')
|
||||
url="http://www.libreoffice.org/"
|
||||
|
@ -268,6 +275,8 @@ build() {
|
|||
--without-system-hsqldb \
|
||||
--with-alloc=system \
|
||||
--with-system-clucene \
|
||||
--with-gdrive-client-id=${_google_default_client_id} \
|
||||
--with-gdrive-client-secret=${_google_default_client_secret} \
|
||||
--disable-dependency-tracking \
|
||||
--enable-hardlink-deliver
|
||||
|
||||
|
|
Loading…
Reference in a new issue