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

2019-01-15 Thread Jan Steffens via arch-commits
Date: Tuesday, January 15, 2019 @ 20:37:00
  Author: heftig
Revision: 344180

2.5.2-2

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 20:34:14 UTC (rev 344179)
+++ PKGBUILD2019-01-15 20:37:00 UTC (rev 344180)
@@ -3,7 +3,7 @@
 
 pkgname=geoclue2
 pkgver=2.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/GeoClue/;
@@ -42,7 +42,7 @@
 }
 
 build() {
-  arch-meson geoclue build
+  arch-meson geoclue build -D dbus-sys-dir=/usr/share/dbus-1/system.d
   ninja -C build
 }
 


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

2019-01-07 Thread Jan Steffens via arch-commits
Date: Monday, January 7, 2019 @ 11:47:57
  Author: heftig
Revision: 343072

2.5.2-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 10:44:52 UTC (rev 343071)
+++ PKGBUILD2019-01-07 11:47:57 UTC (rev 343072)
@@ -2,17 +2,18 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/GeoClue/;
 license=(LGPL)
-depends=(libsoup json-glib libmm-glib avahi libnotify)
-makedepends=(systemd gobject-introspection git vala meson gtk-doc)
+depends=(libsoup json-glib libmm-glib avahi geocode-glib)
+makedepends=(systemd gobject-introspection git vala meson gtk-doc libnotify)
+optdepends=('libnotify: Demo Agent')
 backup=(etc/geoclue/geoclue.conf)
 conflicts=(geoclue)
-_commit=9b6c03640e66a4e7d615200d95b89051b2214da1  # tags/2.5.1^0
+_commit=ed2d81fe558b657b52940dd52316bcc1a32d0cff  # tags/2.5.2^0
 
source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-10-14 Thread Jan Steffens via arch-commits
Date: Sunday, October 14, 2018 @ 20:35:29
  Author: heftig
Revision: 336567

2.5.0-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 18:29:28 UTC (rev 336566)
+++ PKGBUILD2018-10-14 20:35:29 UTC (rev 336567)
@@ -2,7 +2,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.12
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(x86_64)
@@ -9,10 +9,10 @@
 url="https://www.freedesktop.org/wiki/Software/GeoClue/;
 license=(LGPL)
 depends=(libsoup json-glib libmm-glib avahi libnotify)
-makedepends=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
+makedepends=(systemd gobject-introspection git vala meson gtk-doc)
 backup=(etc/geoclue/geoclue.conf)
 conflicts=(geoclue)
-_commit=db0ebbed54d91530309c6a4f7270f29654e836dd  # tags/2.4.12^0
+_commit=4138a5e337b02a659152295de7bc00b5cbd99277  # tags/2.5.0^0
 
source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -38,20 +38,19 @@
   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 --disable-static --enable-gtk-doc --enable-vala
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson geoclue build
+  ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  cd geoclue
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set sw=2 et:


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:43:47
  Author: heftig
Revision: 333181

2.4.12-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 18:59:15 UTC (rev 333180)
+++ PKGBUILD2018-09-01 19:43:47 UTC (rev 333181)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.11
+pkgver=2.4.12
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(x86_64)
@@ -13,8 +13,8 @@
 makedepends=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
 backup=(etc/geoclue/geoclue.conf)
 conflicts=(geoclue)
-_commit=69a5d624c636f4e1fd6471db0d55b1100a0c4e65  # tags/2.4.11^0
-source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
+_commit=db0ebbed54d91530309c6a4f7270f29654e836dd  # tags/2.4.12^0
+source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)


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

2018-08-21 Thread Jan Steffens via arch-commits
Date: Tuesday, August 21, 2018 @ 19:18:51
  Author: heftig
Revision: 332772

add conflicts and modeline

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 19:18:07 UTC (rev 332771)
+++ PKGBUILD2018-08-21 19:18:51 UTC (rev 332772)
@@ -12,6 +12,7 @@
 depends=(libsoup json-glib libmm-glib avahi libnotify)
 makedepends=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
 backup=(etc/geoclue/geoclue.conf)
+conflicts=(geoclue)
 _commit=69a5d624c636f4e1fd6471db0d55b1100a0c4e65  # tags/2.4.11^0
 source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
 sha256sums=('SKIP')
@@ -53,3 +54,5 @@
   cd geoclue
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set sw=2 et:


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

2018-07-30 Thread Jan Steffens via arch-commits
Date: Monday, July 30, 2018 @ 19:31:26
  Author: heftig
Revision: 329688

2.4.11-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-30 19:31:10 UTC (rev 329687)
+++ PKGBUILD2018-07-30 19:31:26 UTC (rev 329688)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.10
+pkgver=2.4.11
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(x86_64)
@@ -10,9 +10,9 @@
 url="https://www.freedesktop.org/wiki/Software/GeoClue/;
 license=(LGPL)
 depends=(libsoup json-glib libmm-glib avahi libnotify)
-makedepends=(intltool python2 systemd gobject-introspection gnome-common git)
+makedepends=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
 backup=(etc/geoclue/geoclue.conf)
-_commit=09dca5cac852fb8938ea2a654fc25fa1bbd82592  # tags/2.4.10^0
+_commit=69a5d624c636f4e1fd6471db0d55b1100a0c4e65  # tags/2.4.11^0
 source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -44,7 +44,7 @@
 build() {
   cd geoclue
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc --enable-vala
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2018-07-15 Thread Jan Steffens via arch-commits
Date: Sunday, July 15, 2018 @ 20:28:28
  Author: heftig
Revision: 328793

2.4.10-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-15 20:27:16 UTC (rev 328792)
+++ PKGBUILD2018-07-15 20:28:28 UTC (rev 328793)
@@ -3,17 +3,16 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.7
+pkgver=2.4.10
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(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')
+depends=(libsoup json-glib libmm-glib avahi libnotify)
+makedepends=(intltool python2 systemd gobject-introspection gnome-common git)
 backup=(etc/geoclue/geoclue.conf)
-_commit=91bf1790b7220c7ecc96cddc284690a924cd9449  # tags/2.4.7^0
+_commit=09dca5cac852fb8938ea2a654fc25fa1bbd82592  # tags/2.4.10^0
 source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -45,7 +44,7 @@
 build() {
   cd geoclue
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2017-05-30 Thread Jan Steffens
Date: Tuesday, May 30, 2017 @ 20:03:02
  Author: heftig
Revision: 296861

2.4.7-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 19:46:53 UTC (rev 296860)
+++ PKGBUILD2017-05-30 20:03:02 UTC (rev 296861)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.6
+pkgver=2.4.7
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 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
+_commit=91bf1790b7220c7ecc96cddc284690a924cd9449  # tags/2.4.7^0
 source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
 sha256sums=('SKIP')
 


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

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

upgpkg: geoclue2 2.4.6-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 20:52:42 UTC (rev 294576)
+++ PKGBUILD2017-04-24 21:13:50 UTC (rev 294577)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.5
+pkgver=2.4.6
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 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
+_commit=a52c994574db581e58602bd54a11981578f69add  # tags/2.4.6^0
 source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -46,6 +46,7 @@
   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
 }
 


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

2017-01-28 Thread Jan Steffens
Date: Saturday, January 28, 2017 @ 16:16:44
  Author: heftig
Revision: 287610

2.4.5-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-28 16:13:01 UTC (rev 287609)
+++ PKGBUILD2017-01-28 16:16:44 UTC (rev 287610)
@@ -3,18 +3,18 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.4
-pkgrel=2
+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 libnm-glib libmm-glib avahi)
+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=45efbbd15a762ff2998876885cb320d3ec09b7b8  # tags/2.4.4^0
-source=("git://anongit.freedesktop.org/geoclue#commit=$_commit")
+_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)


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

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

2.4.4-2

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-12 17:55:13 UTC (rev 280605)
+++ PKGBUILD2016-11-12 18:11:21 UTC (rev 280606)
@@ -4,17 +4,18 @@
 
 pkgname=geoclue2
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/;
+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)
+makedepends=(intltool geoip python2 systemd gobject-introspection gnome-common 
git)
 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')
+_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
@@ -28,21 +29,27 @@
 # more information.
 _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
 
+pkgver() {
+  cd geoclue
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd geoclue-$pkgver
+  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-$pkgver
+  cd geoclue
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
   make
 }
 
 package() {
-  cd geoclue-$pkgver
+  cd geoclue
   make DESTDIR="$pkgdir" install
 }


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

2016-09-08 Thread Jan Steffens
Date: Thursday, September 8, 2016 @ 16:57:52
  Author: heftig
Revision: 275861

2.4.4-1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-08 16:57:46 UTC (rev 275860)
+++ PKGBUILD2016-09-08 16:57:52 UTC (rev 275861)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 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')
+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


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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:14:44
  Author: heftig
Revision: 260984

2.4.3

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:12:44 UTC (rev 260983)
+++ PKGBUILD2016-03-05 23:14:44 UTC (rev 260984)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.1
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 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')
+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


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

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

2.4.1

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 20:25:32 UTC (rev 256249)
+++ PKGBUILD2015-12-15 20:36:07 UTC (rev 256250)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 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')
+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


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

2015-11-19 Thread Jan Steffens
Date: Thursday, November 19, 2015 @ 19:36:25
  Author: heftig
Revision: 251250

2.4.0

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 17:13:29 UTC (rev 251249)
+++ PKGBUILD2015-11-19 18:36:25 UTC (rev 251250)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
@@ -10,11 +10,11 @@
 url="http://geoclue.freedesktop.org/;
 license=(LGPL)
 depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd)
+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=('e64de0f90dde76494b09b5c4c520d64e')
+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


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

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

2.3.0

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 22:07:01 UTC (rev 247195)
+++ PKGBUILD2015-09-23 22:11:02 UTC (rev 247196)
@@ -3,18 +3,18 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.2.0
-pkgrel=3
+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)
+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=('c1970e4ec6f2af6591a75294fc6fb4fa')
+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


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

2015-06-07 Thread Jan Steffens
Date: Sunday, June 7, 2015 @ 19:51:31
  Author: heftig
Revision: 240418

Add API keys

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-07 17:12:34 UTC (rev 240417)
+++ PKGBUILD2015-06-07 17:51:31 UTC (rev 240418)
@@ -4,7 +4,7 @@
 
 pkgname=geoclue2
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Modular geoinformation service built on the D-Bus messaging system
 arch=(i686 x86_64)
 url=http://geoclue.freedesktop.org/;
@@ -16,6 +16,25 @@
 
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 \


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

2015-04-12 Thread Jan Steffens
Date: Monday, April 13, 2015 @ 06:41:18
  Author: heftig
Revision: 236326

FS#44560 backup

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-13 00:14:39 UTC (rev 236325)
+++ PKGBUILD2015-04-13 04:41:18 UTC (rev 236326)
@@ -4,7 +4,7 @@
 
 pkgname=geoclue2
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Modular geoinformation service built on the D-Bus messaging system
 arch=(i686 x86_64)
 url=http://geoclue.freedesktop.org/;
@@ -12,6 +12,7 @@
 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')
 


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

2015-04-12 Thread Jan Steffens
Date: Sunday, April 12, 2015 @ 18:10:37
  Author: heftig
Revision: 236308

2.2.0

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-12 15:34:42 UTC (rev 236307)
+++ PKGBUILD2015-04-12 16:10:37 UTC (rev 236308)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=geoclue2
-pkgver=2.1.10
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=Modular geoinformation service built on the D-Bus messaging system
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 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')
+md5sums=('c1970e4ec6f2af6591a75294fc6fb4fa')
 
 build() {
   cd geoclue-$pkgver


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

2014-10-25 Thread Jan Steffens
Date: Sunday, October 26, 2014 @ 01:46:31
  Author: heftig
Revision: 225339

2.1.10

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-25 23:43:53 UTC (rev 225338)
+++ PKGBUILD2014-10-25 23:46:31 UTC (rev 225339)
@@ -3,8 +3,8 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=geoclue2
-pkgver=2.1.8
-pkgrel=2
+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/;
@@ -13,7 +13,7 @@
 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')
+md5sums=('aaa6c7a2a48a8fa74838345722d80e9f')
 
 build() {
   cd geoclue-$pkgver


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

2014-06-07 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 23:04:40
  Author: heftig
Revision: 214367

Reduce dependencies so NM isn't needed anymore

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-07 21:02:51 UTC (rev 214366)
+++ PKGBUILD2014-06-07 21:04:40 UTC (rev 214367)
@@ -4,13 +4,13 @@
 
 pkgname=geoclue2
 pkgver=2.1.8
-pkgrel=1
+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 networkmanager)
-makedepends=(intltool geoip python2 modemmanager)
+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')



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

2014-06-06 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 01:58:32
  Author: heftig
Revision: 214344

2.1.8

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 22:55:46 UTC (rev 214343)
+++ PKGBUILD2014-06-06 23:58:32 UTC (rev 214344)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=geoclue2
-pkgver=2.1.4
+pkgver=2.1.8
 pkgrel=1
 pkgdesc=Modular geoinformation service built on the D-Bus messaging system
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 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')
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
 
 build() {
   cd geoclue-$pkgver



[arch-commits] Commit in geoclue2/trunk (PKGBUILD https.patch)

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

upgpkg: geoclue2 2.1.4-1

Modified:
  geoclue2/trunk/PKGBUILD
Deleted:
  geoclue2/trunk/https.patch

-+
 PKGBUILD|   17 +
 https.patch |   25 -
 2 files changed, 5 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:43:10 UTC (rev 206395)
+++ PKGBUILD2014-02-25 11:30:40 UTC (rev 206396)
@@ -3,25 +3,18 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=geoclue2
-pkgver=2.0.0
+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)
-makedepends=(intltool geoip)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
 optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/2.0/geoclue-$pkgver.tar.xz
-https.patch)
-md5sums=('401ff99d530b177c62afacef0a33efd9'
- '20da579a0f1f6476a9c2ba9adebec32c')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
 
-prepare() {
-  cd geoclue-$pkgver
-  patch -Np1 -i ../https.patch
-}
-
 build() {
   cd geoclue-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Deleted: https.patch
===
--- https.patch 2014-02-25 10:43:10 UTC (rev 206395)
+++ https.patch 2014-02-25 11:30:40 UTC (rev 206396)
@@ -1,25 +0,0 @@
-From 12804f7e2e569f7f3a0879d740a62b3e34ae6e36 Mon Sep 17 00:00:00 2001
-From: Stefan Bernhardsgrütter s.bernhardsgruet...@gmail.com
-Date: Thu, 02 Jan 2014 13:01:25 +
-Subject: ipclient: Use HTTPS to connect to geoip.fedoraproject.org
-
-The actual resource is behind HTTPS so using HTTP leads to
-redirections and thefore redundant TCP packets.

-(limited to 'src/gclue-ipclient.c')
-
-diff --git a/src/gclue-ipclient.c b/src/gclue-ipclient.c
-index 492aa83..6f681f8 100644
 a/src/gclue-ipclient.c
-+++ b/src/gclue-ipclient.c
-@@ -31,7 +31,7 @@
- #include geoip-server/geoip-server.h
- #include geocode-location.h
- 
--#define GEOIP_SERVER http://geoip.fedoraproject.org/city;
-+#define GEOIP_SERVER https://geoip.fedoraproject.org/city;
- 
- /**
-  * SECTION:gclue-ipclient
---
-cgit v0.9.0.2-2-gbebe



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

2014-02-16 Thread Jan Steffens
Date: Sunday, February 16, 2014 @ 17:09:55
  Author: heftig
Revision: 206063

2.0.0

Modified:
  geoclue2/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-16 15:30:30 UTC (rev 206062)
+++ PKGBUILD2014-02-16 16:09:55 UTC (rev 206063)
@@ -3,9 +3,9 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=geoclue2
-pkgver=1.99.4
+pkgver=2.0.0
 pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system.
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
 arch=(i686 x86_64)
 url=http://geoclue.freedesktop.org/;
 license=(LGPL)
@@ -12,9 +12,16 @@
 depends=(libsoup json-glib)
 makedepends=(intltool geoip)
 optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/1.99/geoclue-$pkgver.tar.xz)
-md5sums=('b991f4a409b492996a38627ee18fa76e')
+source=(http://freedesktop.org/software/geoclue/releases/2.0/geoclue-$pkgver.tar.xz
+https.patch)
+md5sums=('401ff99d530b177c62afacef0a33efd9'
+ '20da579a0f1f6476a9c2ba9adebec32c')
 
+prepare() {
+  cd geoclue-$pkgver
+  patch -Np1 -i ../https.patch
+}
+
 build() {
   cd geoclue-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \



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

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 15:34:52
  Author: jgc
Revision: 194746

Delete install file, no schemas here

Modified:
  geoclue2/trunk/PKGBUILD
Deleted:
  geoclue2/trunk/geoclue.install

-+
 PKGBUILD|1 -
 geoclue.install |   11 ---
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 13:14:19 UTC (rev 194745)
+++ PKGBUILD2013-09-23 13:34:52 UTC (rev 194746)
@@ -13,7 +13,6 @@
 makedepends=(intltool geoip)
 optdepends=('geoip: geoip-lookup server binary')
 options=('!libtool')
-install=geoclue.install
 
source=(http://freedesktop.org/software/geoclue/releases/1.99/geoclue-$pkgver.tar.xz)
 md5sums=('b991f4a409b492996a38627ee18fa76e')
 

Deleted: geoclue.install
===
--- geoclue.install 2013-09-23 13:14:19 UTC (rev 194745)
+++ geoclue.install 2013-09-23 13:34:52 UTC (rev 194746)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}