From 160f39c38b85914fd706cda318aa6c820a9a36b9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Aug 2013 18:28:59 +0200 Subject: [PATCH] chromium: enable google api keys provided by mrneilypops. --- srcpkgs/chromium/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 1898d6c013c..b045c360c37 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -2,7 +2,7 @@ pkgname=chromium #See http://www.chromium.org/developers/calendar for the latest version version=29.0.1547.57 -revision=2 +revision=3 short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Juan RP " homepage="http://www.chromium.org/" @@ -34,7 +34,14 @@ do_configure() { export LD="$CXX" - # Never tell the build system to "enable" SSE2, it has a few unexpected + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Void Linux use ONLY. + conf+=" + -Dgoogle_api_key=AIzaSyCIFdBA7eQP43R6kXRwTq7j6Mvj1ITze90 + -Dgoogle_default_client_id=858256686058.apps.googleusercontent.com + -Dgoogle_default_client_secret=sMVx271L_MAz23TW2ek3AASn" + + # Never tell the build system to "enable" SSE2, it has a few unexpected issues. conf+=" -Ddisable_sse2=1" # Disable glibc Native Client toolchain, we don't need it (bug #417019).