[arch-commits] Commit in geoclue/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Nov 1 14:22:09 UTC 2019


    Date: Friday, November 1, 2019 @ 14:22:09
  Author: heftig
Revision: 366394

Return to the default key

Our key has tight limits and MLS admins are unresponsive. Keep using the
upstream key as long as it works, as it doesn't seem to have any limits.

Modified:
  geoclue/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 14:18:56 UTC (rev 366393)
+++ PKGBUILD	2019-11-01 14:22:09 UTC (rev 366394)
@@ -19,12 +19,6 @@
 source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit")
 sha256sums=('SKIP')
 
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact heftig at archlinux.org for
-# more information.
-_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -37,8 +31,7 @@
 build() {
   arch-meson $pkgname build \
     -D dbus-srv-user=geoclue \
-    -D dbus-sys-dir=/usr/share/dbus-1/system.d \
-    -D mozilla-api-key="$_mozilla_api_key"
+    -D dbus-sys-dir=/usr/share/dbus-1/system.d
   ninja -C build
 }
 



More information about the arch-commits mailing list