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

2017-05-30 Thread Jan Steffens
Date: Tuesday, May 30, 2017 @ 20:12:46
  Author: heftig
Revision: 296864

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-30 20:11:59 UTC (rev 296863)
+++ extra-i686/PKGBUILD 2017-05-30 20:12:46 UTC (rev 296864)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.6
-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=a52c994574db581e58602bd54a11981578f69add  # tags/2.4.6^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 foutre...@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 hef...@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
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd geoclue
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 296863, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-30 20:12:46 UTC (rev 296864)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.7
+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=91bf1790b7220c7ecc96cddc284690a924cd9449  # tags/2.4.7^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 foutre...@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 hef...@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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd geoclue
+  make DESTDIR="$pkgdir" 

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

2017-04-24 Thread Jan de Groot
Date: Monday, April 24, 2017 @ 21:13:56
  Author: jgc
Revision: 294578

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-24 21:13:50 UTC (rev 294577)
+++ extra-i686/PKGBUILD 2017-04-24 21:13:56 UTC (rev 294578)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-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 foutre...@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 hef...@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 294577, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-24 21:13:56 UTC (rev 294578)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.6
+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=a52c994574db581e58602bd54a11981578f69add  # tags/2.4.6^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 foutre...@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 hef...@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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd geoclue
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD

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

2017-01-28 Thread Jan Steffens
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) 
-# Contributor: György Balló 
-
-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 foutre...@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 hef...@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) 
+# Contributor: György Balló 
+
+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 foutre...@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 hef...@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
===
--- 

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

2016-11-12 Thread Jan Steffens
Date: Saturday, November 12, 2016 @ 18:12:40
  Author: heftig
Revision: 280609

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-12 18:12:14 UTC (rev 280608)
+++ extra-i686/PKGBUILD 2016-11-12 18:12:40 UTC (rev 280609)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.4
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd gobject-introspection)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-sha256sums=('9c43fb9d0c12067ea64400500abb0640194947d4c2c55e38545afe5d9c5c315c')
-
-# 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 foutre...@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 hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd geoclue-$pkgver
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-  -i data/geoclue.conf.in
-}
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 280608, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-12 18:12:40 UTC (rev 280609)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+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 foutre...@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 hef...@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   2016-11-12 18:12:14 UTC (rev 280608)
+++ extra-x86_64/PKGBUILD   2016-11-12 

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

2016-09-08 Thread Jan Steffens
Date: Thursday, September 8, 2016 @ 16:58:28
  Author: heftig
Revision: 275862

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-08 16:57:52 UTC (rev 275861)
+++ extra-i686/PKGBUILD 2016-09-08 16:58:28 UTC (rev 275862)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd gobject-introspection)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('86381eeff164a890eb2178ceb5823cfe')
-
-# 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 foutre...@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 hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd geoclue-$pkgver
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-  -i data/geoclue.conf.in
-}
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 275861, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 16:58:28 UTC (rev 275862)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd gobject-introspection)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+sha256sums=('9c43fb9d0c12067ea64400500abb0640194947d4c2c55e38545afe5d9c5c315c')
+
+# 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 foutre...@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 hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-08 16:57:52 UTC (rev 275861)
+++ extra-x86_64/PKGBUILD   2016-09-08 16:58:28 UTC (rev 275862)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: 

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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:15:53
  Author: heftig
Revision: 260985

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-05 23:14:44 UTC (rev 260984)
+++ extra-i686/PKGBUILD 2016-03-05 23:15:53 UTC (rev 260985)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd gobject-introspection)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('3b4ccf1ce72cebd6becacedb20f52845')
-
-# 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 foutre...@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 hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd geoclue-$pkgver
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-  -i data/geoclue.conf.in
-}
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 260984, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-05 23:15:53 UTC (rev 260985)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd gobject-introspection)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('86381eeff164a890eb2178ceb5823cfe')
+
+# 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 foutre...@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 hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-05 23:14:44 UTC (rev 260984)
+++ extra-x86_64/PKGBUILD   2016-03-05 23:15:53 UTC (rev 260985)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-

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

2015-12-15 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 21:36:54
  Author: heftig
Revision: 256251

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-15 20:36:07 UTC (rev 256250)
+++ extra-i686/PKGBUILD 2015-12-15 20:36:54 UTC (rev 256251)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd gobject-introspection)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('09ca621acd0bfef3873a2cec00fceebc')
-
-# 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 foutre...@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 hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd geoclue-$pkgver
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-  -i data/geoclue.conf.in
-}
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 256250, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-15 20:36:54 UTC (rev 256251)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd gobject-introspection)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('3b4ccf1ce72cebd6becacedb20f52845')
+
+# 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 foutre...@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 hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-15 20:36:07 UTC (rev 256250)
+++ extra-x86_64/PKGBUILD   2015-12-15 20:36:54 UTC (rev 256251)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-

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

2015-11-19 Thread Jan Steffens
Date: Thursday, November 19, 2015 @ 19:37:10
  Author: heftig
Revision: 251252

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-19 18:36:51 UTC (rev 251251)
+++ extra-i686/PKGBUILD 2015-11-19 18:37:10 UTC (rev 251252)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('e64de0f90dde76494b09b5c4c520d64e')
-
-# 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 foutre...@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 hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd geoclue-$pkgver
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-  -i data/geoclue.conf.in
-}
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 251251, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-19 18:37:10 UTC (rev 251252)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd gobject-introspection)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('09ca621acd0bfef3873a2cec00fceebc')
+
+# 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 foutre...@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 hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-19 18:36:51 UTC (rev 251251)
+++ extra-x86_64/PKGBUILD   2015-11-19 18:37:10 UTC (rev 251252)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2

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

2015-09-23 Thread Jan Steffens
Date: Thursday, September 24, 2015 @ 00:11:33
  Author: heftig
Revision: 247197

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  geoclue2/repos/gnome-unstable-i686/
  geoclue2/repos/gnome-unstable-i686/PKGBUILD
(from rev 247196, geoclue2/trunk/PKGBUILD)
  geoclue2/repos/gnome-unstable-x86_64/
  geoclue2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247196, geoclue2/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   48 +++
 gnome-unstable-x86_64/PKGBUILD |   48 +++
 2 files changed, 96 insertions(+)

Copied: geoclue2/repos/gnome-unstable-i686/PKGBUILD (from rev 247196, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 22:11:33 UTC (rev 247197)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('e64de0f90dde76494b09b5c4c520d64e')
+
+# 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 foutre...@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 hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: geoclue2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247196, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 22:11:33 UTC (rev 247197)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('e64de0f90dde76494b09b5c4c520d64e')
+
+# 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 foutre...@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 hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-06-07 Thread Jan Steffens
Date: Sunday, June 7, 2015 @ 19:52:25
  Author: heftig
Revision: 240419

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

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

---+
 /PKGBUILD |   96 
 extra-i686/PKGBUILD   |   29 --
 extra-x86_64/PKGBUILD |   29 --
 3 files changed, 96 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-07 17:51:31 UTC (rev 240418)
+++ extra-i686/PKGBUILD 2015-06-07 17:52:25 UTC (rev 240419)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.2.0
-pkgrel=2
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 240418, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-07 17:52:25 UTC (rev 240419)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.2.0
+pkgrel=3
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
+
+# 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 foutre...@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 hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e s/key=geoclue/key=$_mozilla_api_key/ \
+  -e s/key=YOUR_KEY/key=$_google_api_key/ \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-07 17:51:31 UTC (rev 240418)
+++ extra-x86_64/PKGBUILD   2015-06-07 17:52:25 UTC (rev 240419)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.2.0
-pkgrel=2
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 240418, 
geoclue2/trunk/PKGBUILD)

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

2015-04-12 Thread Jan Steffens
Date: Monday, April 13, 2015 @ 06:42:07
  Author: heftig
Revision: 236327

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

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

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   28 ---
 extra-x86_64/PKGBUILD |   28 ---
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-13 04:41:18 UTC (rev 236326)
+++ extra-i686/PKGBUILD 2015-04-13 04:42:07 UTC (rev 236327)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 236326, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-13 04:42:07 UTC (rev 236327)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-13 04:41:18 UTC (rev 236326)
+++ extra-x86_64/PKGBUILD   2015-04-13 04:42:07 UTC (rev 236327)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 236326, 
geoclue2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-13 04:42:07 UTC (rev 236327)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
+
+build() {

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

2015-04-12 Thread Jan Steffens
Date: Sunday, April 12, 2015 @ 18:11:33
  Author: heftig
Revision: 236309

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-12 16:10:37 UTC (rev 236308)
+++ extra-i686/PKGBUILD 2015-04-12 16:11:33 UTC (rev 236309)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.10
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('aaa6c7a2a48a8fa74838345722d80e9f')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 236308, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-12 16:11:33 UTC (rev 236309)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-12 16:10:37 UTC (rev 236308)
+++ extra-x86_64/PKGBUILD   2015-04-12 16:11:33 UTC (rev 236309)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.10
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('aaa6c7a2a48a8fa74838345722d80e9f')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 236308, 
geoclue2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-12 16:11:33 UTC (rev 236309)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr 

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

2014-10-25 Thread Jan Steffens
Date: Sunday, October 26, 2014 @ 01:47:05
  Author: heftig
Revision: 225340

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-25 23:46:31 UTC (rev 225339)
+++ extra-i686/PKGBUILD 2014-10-25 23:47:05 UTC (rev 225340)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.8
-pkgrel=2
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 225339, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-25 23:47:05 UTC (rev 225340)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.10
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('aaa6c7a2a48a8fa74838345722d80e9f')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-25 23:46:31 UTC (rev 225339)
+++ extra-x86_64/PKGBUILD   2014-10-25 23:47:05 UTC (rev 225340)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.8
-pkgrel=2
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib)
-makedepends=(intltool geoip python2 systemd)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 225339, 
geoclue2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-25 23:47:05 UTC (rev 225340)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.10
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('aaa6c7a2a48a8fa74838345722d80e9f')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr 

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

2014-06-07 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 23:05:17
  Author: heftig
Revision: 214368

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-07 21:04:40 UTC (rev 214367)
+++ extra-i686/PKGBUILD 2014-06-07 21:05:17 UTC (rev 214368)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.8
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib networkmanager)
-makedepends=(intltool geoip python2 modemmanager)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 214367, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-07 21:05:17 UTC (rev 214368)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.8
+pkgrel=2
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-07 21:04:40 UTC (rev 214367)
+++ extra-x86_64/PKGBUILD   2014-06-07 21:05:17 UTC (rev 214368)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.8
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib networkmanager)
-makedepends=(intltool geoip python2 modemmanager)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 214367, 
geoclue2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-07 21:05:17 UTC (rev 214368)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.8
+pkgrel=2
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib)
+makedepends=(intltool geoip python2 systemd)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc 

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

2014-06-06 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 01:59:11
  Author: heftig
Revision: 214345

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 23:58:32 UTC (rev 214344)
+++ extra-i686/PKGBUILD 2014-06-06 23:59:11 UTC (rev 214345)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.4
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib networkmanager)
-makedepends=(intltool geoip python2 modemmanager)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 214344, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-06 23:59:11 UTC (rev 214345)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.8
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-06 23:58:32 UTC (rev 214344)
+++ extra-x86_64/PKGBUILD   2014-06-06 23:59:11 UTC (rev 214345)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.4
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib networkmanager)
-makedepends=(intltool geoip python2 modemmanager)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 214344, 
geoclue2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-06 23:59:11 UTC (rev 214345)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.8
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc 

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 12:30:45
  Author: jgc
Revision: 206397

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  geoclue2/repos/gnome-unstable-i686/
  geoclue2/repos/gnome-unstable-i686/PKGBUILD
(from rev 206396, geoclue2/trunk/PKGBUILD)
  geoclue2/repos/gnome-unstable-x86_64/
  geoclue2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206396, geoclue2/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   28 
 gnome-unstable-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: geoclue2/repos/gnome-unstable-i686/PKGBUILD (from rev 206396, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 11:30:45 UTC (rev 206397)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: geoclue2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206396, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 11:30:45 UTC (rev 206397)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}