Date: Monday, March 28, 2016 @ 13:57:49
  Author: andyrtr
Revision: 263199

upgpkg: libreoffice-fresh 5.1.1-3

vigra update rebuild; implement Google Drive access FS#48572

Modified:
  libreoffice-fresh/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-03-28 10:12:44 UTC (rev 263198)
+++ PKGBUILD    2016-03-28 11:57:49 UTC (rev 263199)
@@ -2,11 +2,18 @@
 # Maintainer: AndyRTR <[email protected]>
 # Maintainer: BartÅ‚omiej Piotrowski <[email protected]>
 
+# 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 [email protected] 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/";
@@ -262,6 +269,8 @@
                --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
 

Reply via email to