[libreoffice] 46/152: add google drive bits

Rene Engelhard rene at moszumanska.debian.org
Thu Jul 27 19:16:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to tag libreoffice_3.5.0_rc3-0ubuntu2
in repository libreoffice.

commit b45bed4e34d4652171c710ccde4af8bad4fa073b
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Feb 18 13:05:24 2016 +0100

    add google drive bits
---
 changelog |  3 ++-
 rules     | 10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 137dea6..700f6a0 100644
--- a/changelog
+++ b/changelog
@@ -5,8 +5,9 @@ libreoffice (1:5.1.0~rc3-0ubuntu3~ppa1) xenial; urgency=medium
   * add libreoffice-style-elementary from upstream (LP: #1483914)
   * continue building libreoffice-gtk3, but dont default-deploy (yet)
   * use system ucpp instead of bundling (LP: #1524638)
+  * add google drive bits
 
- -- Bjoern Michaelsen <bjoern.michaelsen at canonical.com>  Wed, 17 Feb 2016 01:28:51 +0100
+ -- Bjoern Michaelsen <bjoern.michaelsen at canonical.com>  Thu, 18 Feb 2016 13:04:22 +0100
 
 libreoffice (1:5.1.0~rc3-0ubuntu2) xenial; urgency=medium
 
diff --git a/rules b/rules
index 3ee982c..9935350 100755
--- a/rules
+++ b/rules
@@ -714,6 +714,16 @@ ifeq "$(shell dpkg-parsechangelog | grep Distribution | awk '{ print $$2 }')" "U
 endif
 
 ifeq "$(DEB_VENDOR)" "Ubuntu"
+  # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys .
+  # Note: these are for Ubuntu use ONLY. For your own distribution,
+  # please get your own set of keys.
+  # Permission to add API keys, from Paweł Hajdan, To chad.miller at canonical.com
+  # msgid: CAADNaOFSFoch68NM1SGpCTRXqmspyKQgUPUtsF7SGRsRXiHZcg at mail.gmail.com
+  # reused from chromium-browser 48.0.2564.82-0ubuntu1.1222
+  GOOGLEAPI_APIKEY_UBUNTU := AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q
+  GOOGLEAPI_CLIENTID_UBUNTU := 424119844901.apps.googleusercontent.com
+  GOOGLEAPI_CLIENTSECRET_UBUNTU := AIienwDlGIIsHoKnNHmWGXyJ
+  CONFIGURE_FLAGS += --with-gdrive-client-id=$(GOOGLEAPI_CLIENTID_UBUNTU) --with-gdrive-client-secret=$(GOOGLEAPI_CLIENTSECRET_UBUNTU)
   IMAGES+=human
   CONFIGURE_FLAGS_INDEP+= --with-theme="$(IMAGES)"
   ENABLE_FIREBIRD=n

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list