[arch-commits] Commit in geoclue2/repos (4 files)

Jan Steffens heftig at archlinux.org
Sat Jan 28 16:17:20 UTC 2017


    Date: Saturday, January 28, 2017 @ 16:17:20
  Author: heftig
Revision: 287611

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  geoclue2/repos/extra-i686/PKGBUILD
    (from rev 287610, geoclue2/trunk/PKGBUILD)
  geoclue2/repos/extra-x86_64/PKGBUILD
    (from rev 287610, geoclue2/trunk/PKGBUILD)
Deleted:
  geoclue2/repos/extra-i686/PKGBUILD
  geoclue2/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  110 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   55 ------------------------
 extra-x86_64/PKGBUILD |   55 ------------------------
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-01-28 16:16:44 UTC (rev 287610)
+++ extra-i686/PKGBUILD	2017-01-28 16:17:20 UTC (rev 287611)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=geoclue2
-pkgver=2.4.4
-pkgrel=2
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/GeoClue/"
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd gobject-introspection gnome-common git)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-_commit=45efbbd15a762ff2998876885cb320d3ec09b7b8  # tags/2.4.4^0
-source=("git://anongit.freedesktop.org/geoclue#commit=$_commit")
-sha256sums=('SKIP')
-
-# 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 at archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# 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=16674381-f021-49de-8622-3021c5942aff
-
-pkgver() {
-  cd geoclue
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd geoclue
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-      -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-      -i data/geoclue.conf.in
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd geoclue
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd geoclue
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 287610, geoclue2/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-01-28 16:17:20 UTC (rev 287611)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=geoclue2
+pkgver=2.4.5
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/GeoClue/"
+license=(LGPL)
+depends=(libsoup json-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd gobject-introspection gnome-common git)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+_commit=36659a906dfe3a78f357ec36828c7715d9b0ec3f  # tags/2.4.5^0
+source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit")
+sha256sums=('SKIP')
+
+# 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 at archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# 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=16674381-f021-49de-8622-3021c5942aff
+
+pkgver() {
+  cd geoclue
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd geoclue
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+      -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+      -i data/geoclue.conf.in
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd geoclue
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd geoclue
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-01-28 16:16:44 UTC (rev 287610)
+++ extra-x86_64/PKGBUILD	2017-01-28 16:17:20 UTC (rev 287611)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=geoclue2
-pkgver=2.4.4
-pkgrel=2
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/GeoClue/"
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd gobject-introspection gnome-common git)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-_commit=45efbbd15a762ff2998876885cb320d3ec09b7b8  # tags/2.4.4^0
-source=("git://anongit.freedesktop.org/geoclue#commit=$_commit")
-sha256sums=('SKIP')
-
-# 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 at archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# 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=16674381-f021-49de-8622-3021c5942aff
-
-pkgver() {
-  cd geoclue
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd geoclue
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-      -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-      -i data/geoclue.conf.in
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd geoclue
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd geoclue
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 287610, geoclue2/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-01-28 16:17:20 UTC (rev 287611)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=geoclue2
+pkgver=2.4.5
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/GeoClue/"
+license=(LGPL)
+depends=(libsoup json-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd gobject-introspection gnome-common git)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+_commit=36659a906dfe3a78f357ec36828c7715d9b0ec3f  # tags/2.4.5^0
+source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit")
+sha256sums=('SKIP')
+
+# 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 at archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# 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=16674381-f021-49de-8622-3021c5942aff
+
+pkgver() {
+  cd geoclue
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd geoclue
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+      -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+      -i data/geoclue.conf.in
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd geoclue
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd geoclue
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list