[arch-commits] Commit in geoclue2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-15 Thread Jan Steffens via arch-commits
Date: Tuesday, January 15, 2019 @ 20:44:51
  Author: heftig
Revision: 344183

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 20:44:06 UTC (rev 344182)
+++ PKGBUILD2019-01-15 20:44:51 UTC (rev 344183)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-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 geocode-glib)
-makedepends=(systemd gobject-introspection git vala meson gtk-doc libnotify)
-optdepends=('libnotify: Demo Agent')
-backup=(etc/geoclue/geoclue.conf)
-conflicts=(geoclue)
-_commit=ed2d81fe558b657b52940dd52316bcc1a32d0cff  # tags/2.5.2^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)
-# 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
-}
-
-build() {
-  arch-meson geoclue build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 344182, 
geoclue2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 20:44:51 UTC (rev 344183)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.5.2
+pkgrel=2
+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 geocode-glib)
+makedepends=(systemd gobject-introspection git vala meson gtk-doc libnotify)
+optdepends=('libnotify: Demo Agent')
+backup=(etc/geoclue/geoclue.conf)
+conflicts=(geoclue)
+_commit=ed2d81fe558b657b52940dd52316bcc1a32d0cff  # tags/2.5.2^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)
+# 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
+}
+
+build() {
+  arch-meson geoclue build -D dbus-sys-dir=/usr/share/dbus-1/system.d
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


[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/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-07 Thread Jan Steffens via arch-commits
Date: Monday, January 7, 2019 @ 11:48:12
  Author: heftig
Revision: 343073

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  113 ++---
 1 file changed, 57 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 11:47:57 UTC (rev 343072)
+++ PKGBUILD2019-01-07 11:48:12 UTC (rev 343073)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.5.1
-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)
-backup=(etc/geoclue/geoclue.conf)
-conflicts=(geoclue)
-_commit=9b6c03640e66a4e7d615200d95b89051b2214da1  # tags/2.5.1^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)
-# 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
-}
-
-build() {
-  arch-meson geoclue build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 343072, 
geoclue2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 11:48:12 UTC (rev 343073)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+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 geocode-glib)
+makedepends=(systemd gobject-introspection git vala meson gtk-doc libnotify)
+optdepends=('libnotify: Demo Agent')
+backup=(etc/geoclue/geoclue.conf)
+conflicts=(geoclue)
+_commit=ed2d81fe558b657b52940dd52316bcc1a32d0cff  # tags/2.5.2^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)
+# 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
+}
+
+build() {
+  arch-meson geoclue build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


[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/repos/testing-x86_64 (3 files)

2018-10-19 Thread Jan Steffens via arch-commits
Date: Friday, October 19, 2018 @ 15:21:33
  Author: heftig
Revision: 336896

archrelease: copy trunk to testing-x86_64

Added:
  geoclue2/repos/testing-x86_64/PKGBUILD
(from rev 336895, geoclue2/trunk/PKGBUILD)
Deleted:
  
geoclue2/repos/testing-x86_64/0001-meson-Make-sure-all-install-paths-are-absolute.patch
  geoclue2/repos/testing-x86_64/PKGBUILD

---+
 0001-meson-Make-sure-all-install-paths-are-absolute.patch |  208 
 PKGBUILD  |  115 +++---
 2 files changed, 56 insertions(+), 267 deletions(-)

Deleted: 0001-meson-Make-sure-all-install-paths-are-absolute.patch
===
--- 0001-meson-Make-sure-all-install-paths-are-absolute.patch   2018-10-19 
15:21:20 UTC (rev 336895)
+++ 0001-meson-Make-sure-all-install-paths-are-absolute.patch   2018-10-19 
15:21:33 UTC (rev 336896)
@@ -1,208 +0,0 @@
-From 29a3545d9900041d7935e0d612b5c779413a7a40 Mon Sep 17 00:00:00 2001
-Message-Id: 
<29a3545d9900041d7935e0d612b5c779413a7a40.1539550996.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 14 Oct 2018 22:54:33 +0200
-Subject: [PATCH] meson: Make sure all install paths are absolute
-
-libexecdir et al are all relative to prefix.

- data/meson.build | 14 +-
- demo/meson.build | 10 --
- libgeoclue/meson.build   |  3 ---
- meson.build  | 14 +++---
- public-api/meson.build   |  4 +---
- src/geocode-glib/meson.build |  3 ---
- src/meson.build  |  7 +++
- 7 files changed, 28 insertions(+), 27 deletions(-)
-
-diff --git a/data/meson.build b/data/meson.build
-index 3fdba43..987b2aa 100644
 a/data/meson.build
-+++ b/data/meson.build
-@@ -7,42 +7,46 @@ if get_option('enable-backend')
- conf.set('demo_agent', '')
- endif
- 
--conf_dir = get_option('sysconfdir') + '/geoclue/'
-+conf_dir = join_paths(sysconfdir, 'geoclue')
- configure_file(output: 'geoclue.conf',
-input: 'geoclue.conf.in',
-configuration: conf,
-install_dir: conf_dir)
- 
- conf = configuration_data()
--conf.set('libexecdir', get_option('libexecdir'))
-+conf.set('libexecdir', libexecdir)
- conf.set('dbus_srv_user', get_option('dbus-srv-user'))
- 
--service_dir = get_option('datadir') + '/dbus-1/system-services'
-+service_dir = join_paths(datadir, 'dbus-1', 'system-services')
- configure_file(output: 'org.freedesktop.GeoClue2.service',
-input: 'org.freedesktop.GeoClue2.service.in',
-configuration: conf,
-install_dir: service_dir)
- 
- # DBus Service policy file
- dbus_service_dir = get_option('dbus-sys-dir')
--if dbus_service_dir  == ''
--dbus_service_dir = get_option('sysconfdir') + '/dbus-1/system.d'
-+if dbus_service_dir == ''
-+dbus_service_dir = join_paths(sysconfdir, 'dbus-1', 'system.d')
-+else
-+dbus_service_dir = join_paths(get_option('prefix'), dbus_service_dir)
- endif
- configure_file(output: 'org.freedesktop.GeoClue2.conf',
-input: 'org.freedesktop.GeoClue2.conf.in',
-configuration: conf,
-install_dir: dbus_service_dir)
- configure_file(output: 'org.freedesktop.GeoClue2.Agent.conf',
-input: 'org.freedesktop.GeoClue2.Agent.conf.in',
-configuration: conf,
-install_dir: dbus_service_dir)
- 
- systemd_unit_dir = get_option('systemd-system-unit-dir')
- if systemd_unit_dir == ''
- dep = dependency('systemd', required: false)
- if dep.found()
- systemd_unit_dir = 
dep.get_pkgconfig_variable('systemdsystemunitdir')
- endif
-+else
-+systemd_unit_dir = join_paths(get_option('prefix'), systemd_unit_dir)
- endif
- 
- if systemd_unit_dir != ''
-diff --git a/demo/meson.build b/demo/meson.build
-index 07d4797..99c094f 100644
 a/demo/meson.build
-+++ b/demo/meson.build
-@@ -1,9 +1,9 @@
--desktop_dir = get_option('datadir') + '/applications'
--demo_dir = get_option('libexecdir') + '/geoclue-2.0/demos'
-+desktop_dir = join_paths(datadir, 'applications')
-+demo_dir = join_paths(libexecdir, 'geoclue-2.0', 'demos')
- 
- i18n = import('i18n')
- desktop_conf = configuration_data()
--desktop_conf.set('libexecdir', get_option('libexecdir'))
-+desktop_conf.set('libexecdir', libexecdir)
- 
- if get_option('libgeoclue')
- include_dirs = [ configinc,
-@@ -56,9 +56,7 @@ if get_option('demo-agent')
-install_dir: desktop_dir)
- 
- # Also install in the autostart directory.
--autostart_dir = join_paths(get_option('prefix'),
--   get_option('sysconfdir'),
--   'xdg/autos

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

2018-10-19 Thread Jan Steffens via arch-commits
Date: Friday, October 19, 2018 @ 15:21:20
  Author: heftig
Revision: 336895

2.5.1-1

Modified:
  geoclue2/trunk/PKGBUILD
Deleted:
  geoclue2/trunk/0001-meson-Make-sure-all-install-paths-are-absolute.patch

---+
 0001-meson-Make-sure-all-install-paths-are-absolute.patch |  208 
 PKGBUILD  |   13 
 2 files changed, 5 insertions(+), 216 deletions(-)

Deleted: 0001-meson-Make-sure-all-install-paths-are-absolute.patch
===
--- 0001-meson-Make-sure-all-install-paths-are-absolute.patch   2018-10-19 
14:48:37 UTC (rev 336894)
+++ 0001-meson-Make-sure-all-install-paths-are-absolute.patch   2018-10-19 
15:21:20 UTC (rev 336895)
@@ -1,208 +0,0 @@
-From 29a3545d9900041d7935e0d612b5c779413a7a40 Mon Sep 17 00:00:00 2001
-Message-Id: 
<29a3545d9900041d7935e0d612b5c779413a7a40.1539550996.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 14 Oct 2018 22:54:33 +0200
-Subject: [PATCH] meson: Make sure all install paths are absolute
-
-libexecdir et al are all relative to prefix.

- data/meson.build | 14 +-
- demo/meson.build | 10 --
- libgeoclue/meson.build   |  3 ---
- meson.build  | 14 +++---
- public-api/meson.build   |  4 +---
- src/geocode-glib/meson.build |  3 ---
- src/meson.build  |  7 +++
- 7 files changed, 28 insertions(+), 27 deletions(-)
-
-diff --git a/data/meson.build b/data/meson.build
-index 3fdba43..987b2aa 100644
 a/data/meson.build
-+++ b/data/meson.build
-@@ -7,42 +7,46 @@ if get_option('enable-backend')
- conf.set('demo_agent', '')
- endif
- 
--conf_dir = get_option('sysconfdir') + '/geoclue/'
-+conf_dir = join_paths(sysconfdir, 'geoclue')
- configure_file(output: 'geoclue.conf',
-input: 'geoclue.conf.in',
-configuration: conf,
-install_dir: conf_dir)
- 
- conf = configuration_data()
--conf.set('libexecdir', get_option('libexecdir'))
-+conf.set('libexecdir', libexecdir)
- conf.set('dbus_srv_user', get_option('dbus-srv-user'))
- 
--service_dir = get_option('datadir') + '/dbus-1/system-services'
-+service_dir = join_paths(datadir, 'dbus-1', 'system-services')
- configure_file(output: 'org.freedesktop.GeoClue2.service',
-input: 'org.freedesktop.GeoClue2.service.in',
-configuration: conf,
-install_dir: service_dir)
- 
- # DBus Service policy file
- dbus_service_dir = get_option('dbus-sys-dir')
--if dbus_service_dir  == ''
--dbus_service_dir = get_option('sysconfdir') + '/dbus-1/system.d'
-+if dbus_service_dir == ''
-+dbus_service_dir = join_paths(sysconfdir, 'dbus-1', 'system.d')
-+else
-+dbus_service_dir = join_paths(get_option('prefix'), dbus_service_dir)
- endif
- configure_file(output: 'org.freedesktop.GeoClue2.conf',
-input: 'org.freedesktop.GeoClue2.conf.in',
-configuration: conf,
-install_dir: dbus_service_dir)
- configure_file(output: 'org.freedesktop.GeoClue2.Agent.conf',
-input: 'org.freedesktop.GeoClue2.Agent.conf.in',
-configuration: conf,
-install_dir: dbus_service_dir)
- 
- systemd_unit_dir = get_option('systemd-system-unit-dir')
- if systemd_unit_dir == ''
- dep = dependency('systemd', required: false)
- if dep.found()
- systemd_unit_dir = 
dep.get_pkgconfig_variable('systemdsystemunitdir')
- endif
-+else
-+systemd_unit_dir = join_paths(get_option('prefix'), systemd_unit_dir)
- endif
- 
- if systemd_unit_dir != ''
-diff --git a/demo/meson.build b/demo/meson.build
-index 07d4797..99c094f 100644
 a/demo/meson.build
-+++ b/demo/meson.build
-@@ -1,9 +1,9 @@
--desktop_dir = get_option('datadir') + '/applications'
--demo_dir = get_option('libexecdir') + '/geoclue-2.0/demos'
-+desktop_dir = join_paths(datadir, 'applications')
-+demo_dir = join_paths(libexecdir, 'geoclue-2.0', 'demos')
- 
- i18n = import('i18n')
- desktop_conf = configuration_data()
--desktop_conf.set('libexecdir', get_option('libexecdir'))
-+desktop_conf.set('libexecdir', libexecdir)
- 
- if get_option('libgeoclue')
- include_dirs = [ configinc,
-@@ -56,9 +56,7 @@ if get_option('demo-agent')
-install_dir: desktop_dir)
- 
- # Also install in the autostart directory.
--autostart_dir = join_paths(get_option('prefix'),
--   get_option('sysconfdir'),
--   'xdg/autostart')
-+autostart_dir = join_paths(sysconfdir, 'xdg', 'autostart')
- meson.add_install_script('install-file.py',
-  desk

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

2018-10-14 Thread Jan Steffens via arch-commits
Date: Sunday, October 14, 2018 @ 21:04:22
  Author: heftig
Revision: 336569

2.5.0-2

Added:
  geoclue2/trunk/0001-meson-Make-sure-all-install-paths-are-absolute.patch
Modified:
  geoclue2/trunk/PKGBUILD

---+
 0001-meson-Make-sure-all-install-paths-are-absolute.patch |  208 
 PKGBUILD  |9 
 2 files changed, 214 insertions(+), 3 deletions(-)

Added: 0001-meson-Make-sure-all-install-paths-are-absolute.patch
===
--- 0001-meson-Make-sure-all-install-paths-are-absolute.patch   
(rev 0)
+++ 0001-meson-Make-sure-all-install-paths-are-absolute.patch   2018-10-14 
21:04:22 UTC (rev 336569)
@@ -0,0 +1,208 @@
+From 29a3545d9900041d7935e0d612b5c779413a7a40 Mon Sep 17 00:00:00 2001
+Message-Id: 
<29a3545d9900041d7935e0d612b5c779413a7a40.1539550996.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 14 Oct 2018 22:54:33 +0200
+Subject: [PATCH] meson: Make sure all install paths are absolute
+
+libexecdir et al are all relative to prefix.
+---
+ data/meson.build | 14 +-
+ demo/meson.build | 10 --
+ libgeoclue/meson.build   |  3 ---
+ meson.build  | 14 +++---
+ public-api/meson.build   |  4 +---
+ src/geocode-glib/meson.build |  3 ---
+ src/meson.build  |  7 +++
+ 7 files changed, 28 insertions(+), 27 deletions(-)
+
+diff --git a/data/meson.build b/data/meson.build
+index 3fdba43..987b2aa 100644
+--- a/data/meson.build
 b/data/meson.build
+@@ -7,42 +7,46 @@ if get_option('enable-backend')
+ conf.set('demo_agent', '')
+ endif
+ 
+-conf_dir = get_option('sysconfdir') + '/geoclue/'
++conf_dir = join_paths(sysconfdir, 'geoclue')
+ configure_file(output: 'geoclue.conf',
+input: 'geoclue.conf.in',
+configuration: conf,
+install_dir: conf_dir)
+ 
+ conf = configuration_data()
+-conf.set('libexecdir', get_option('libexecdir'))
++conf.set('libexecdir', libexecdir)
+ conf.set('dbus_srv_user', get_option('dbus-srv-user'))
+ 
+-service_dir = get_option('datadir') + '/dbus-1/system-services'
++service_dir = join_paths(datadir, 'dbus-1', 'system-services')
+ configure_file(output: 'org.freedesktop.GeoClue2.service',
+input: 'org.freedesktop.GeoClue2.service.in',
+configuration: conf,
+install_dir: service_dir)
+ 
+ # DBus Service policy file
+ dbus_service_dir = get_option('dbus-sys-dir')
+-if dbus_service_dir  == ''
+-dbus_service_dir = get_option('sysconfdir') + '/dbus-1/system.d'
++if dbus_service_dir == ''
++dbus_service_dir = join_paths(sysconfdir, 'dbus-1', 'system.d')
++else
++dbus_service_dir = join_paths(get_option('prefix'), dbus_service_dir)
+ endif
+ configure_file(output: 'org.freedesktop.GeoClue2.conf',
+input: 'org.freedesktop.GeoClue2.conf.in',
+configuration: conf,
+install_dir: dbus_service_dir)
+ configure_file(output: 'org.freedesktop.GeoClue2.Agent.conf',
+input: 'org.freedesktop.GeoClue2.Agent.conf.in',
+configuration: conf,
+install_dir: dbus_service_dir)
+ 
+ systemd_unit_dir = get_option('systemd-system-unit-dir')
+ if systemd_unit_dir == ''
+ dep = dependency('systemd', required: false)
+ if dep.found()
+ systemd_unit_dir = 
dep.get_pkgconfig_variable('systemdsystemunitdir')
+ endif
++else
++systemd_unit_dir = join_paths(get_option('prefix'), systemd_unit_dir)
+ endif
+ 
+ if systemd_unit_dir != ''
+diff --git a/demo/meson.build b/demo/meson.build
+index 07d4797..99c094f 100644
+--- a/demo/meson.build
 b/demo/meson.build
+@@ -1,9 +1,9 @@
+-desktop_dir = get_option('datadir') + '/applications'
+-demo_dir = get_option('libexecdir') + '/geoclue-2.0/demos'
++desktop_dir = join_paths(datadir, 'applications')
++demo_dir = join_paths(libexecdir, 'geoclue-2.0', 'demos')
+ 
+ i18n = import('i18n')
+ desktop_conf = configuration_data()
+-desktop_conf.set('libexecdir', get_option('libexecdir'))
++desktop_conf.set('libexecdir', libexecdir)
+ 
+ if get_option('libgeoclue')
+ include_dirs = [ configinc,
+@@ -56,9 +56,7 @@ if get_option('demo-agent')
+install_dir: desktop_dir)
+ 
+ # Also install in the autostart directory.
+-autostart_dir = join_paths(get_option('prefix'),
+-   get_option('sysconfdir'),
+-   'xdg/autostart')
++autostart_dir = join_paths(sysconfdir, 'xdg', 'autostart')
+ meson.add_install_script('install-file.py',
+  desktop_file.

[arch-commits] Commit in geoclue2/repos/testing-x86_64 (3 files)

2018-10-14 Thread Jan Steffens via arch-commits
Date: Sunday, October 14, 2018 @ 21:04:34
  Author: heftig
Revision: 336570

archrelease: copy trunk to testing-x86_64

Added:
  
geoclue2/repos/testing-x86_64/0001-meson-Make-sure-all-install-paths-are-absolute.patch
(from rev 336569, 
geoclue2/trunk/0001-meson-Make-sure-all-install-paths-are-absolute.patch)
  geoclue2/repos/testing-x86_64/PKGBUILD
(from rev 336569, geoclue2/trunk/PKGBUILD)
Deleted:
  geoclue2/repos/testing-x86_64/PKGBUILD

---+
 0001-meson-Make-sure-all-install-paths-are-absolute.patch |  208 
 PKGBUILD  |  115 +++---
 2 files changed, 267 insertions(+), 56 deletions(-)

Copied: 
geoclue2/repos/testing-x86_64/0001-meson-Make-sure-all-install-paths-are-absolute.patch
 (from rev 336569, 
geoclue2/trunk/0001-meson-Make-sure-all-install-paths-are-absolute.patch)
===
--- 0001-meson-Make-sure-all-install-paths-are-absolute.patch   
(rev 0)
+++ 0001-meson-Make-sure-all-install-paths-are-absolute.patch   2018-10-14 
21:04:34 UTC (rev 336570)
@@ -0,0 +1,208 @@
+From 29a3545d9900041d7935e0d612b5c779413a7a40 Mon Sep 17 00:00:00 2001
+Message-Id: 
<29a3545d9900041d7935e0d612b5c779413a7a40.1539550996.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 14 Oct 2018 22:54:33 +0200
+Subject: [PATCH] meson: Make sure all install paths are absolute
+
+libexecdir et al are all relative to prefix.
+---
+ data/meson.build | 14 +-
+ demo/meson.build | 10 --
+ libgeoclue/meson.build   |  3 ---
+ meson.build  | 14 +++---
+ public-api/meson.build   |  4 +---
+ src/geocode-glib/meson.build |  3 ---
+ src/meson.build  |  7 +++
+ 7 files changed, 28 insertions(+), 27 deletions(-)
+
+diff --git a/data/meson.build b/data/meson.build
+index 3fdba43..987b2aa 100644
+--- a/data/meson.build
 b/data/meson.build
+@@ -7,42 +7,46 @@ if get_option('enable-backend')
+ conf.set('demo_agent', '')
+ endif
+ 
+-conf_dir = get_option('sysconfdir') + '/geoclue/'
++conf_dir = join_paths(sysconfdir, 'geoclue')
+ configure_file(output: 'geoclue.conf',
+input: 'geoclue.conf.in',
+configuration: conf,
+install_dir: conf_dir)
+ 
+ conf = configuration_data()
+-conf.set('libexecdir', get_option('libexecdir'))
++conf.set('libexecdir', libexecdir)
+ conf.set('dbus_srv_user', get_option('dbus-srv-user'))
+ 
+-service_dir = get_option('datadir') + '/dbus-1/system-services'
++service_dir = join_paths(datadir, 'dbus-1', 'system-services')
+ configure_file(output: 'org.freedesktop.GeoClue2.service',
+input: 'org.freedesktop.GeoClue2.service.in',
+configuration: conf,
+install_dir: service_dir)
+ 
+ # DBus Service policy file
+ dbus_service_dir = get_option('dbus-sys-dir')
+-if dbus_service_dir  == ''
+-dbus_service_dir = get_option('sysconfdir') + '/dbus-1/system.d'
++if dbus_service_dir == ''
++dbus_service_dir = join_paths(sysconfdir, 'dbus-1', 'system.d')
++else
++dbus_service_dir = join_paths(get_option('prefix'), dbus_service_dir)
+ endif
+ configure_file(output: 'org.freedesktop.GeoClue2.conf',
+input: 'org.freedesktop.GeoClue2.conf.in',
+configuration: conf,
+install_dir: dbus_service_dir)
+ configure_file(output: 'org.freedesktop.GeoClue2.Agent.conf',
+input: 'org.freedesktop.GeoClue2.Agent.conf.in',
+configuration: conf,
+install_dir: dbus_service_dir)
+ 
+ systemd_unit_dir = get_option('systemd-system-unit-dir')
+ if systemd_unit_dir == ''
+ dep = dependency('systemd', required: false)
+ if dep.found()
+ systemd_unit_dir = 
dep.get_pkgconfig_variable('systemdsystemunitdir')
+ endif
++else
++systemd_unit_dir = join_paths(get_option('prefix'), systemd_unit_dir)
+ endif
+ 
+ if systemd_unit_dir != ''
+diff --git a/demo/meson.build b/demo/meson.build
+index 07d4797..99c094f 100644
+--- a/demo/meson.build
 b/demo/meson.build
+@@ -1,9 +1,9 @@
+-desktop_dir = get_option('datadir') + '/applications'
+-demo_dir = get_option('libexecdir') + '/geoclue-2.0/demos'
++desktop_dir = join_paths(datadir, 'applications')
++demo_dir = join_paths(libexecdir, 'geoclue-2.0', 'demos')
+ 
+ i18n = import('i18n')
+ desktop_conf = configuration_data()
+-desktop_conf.set('libexecdir', get_option('libexecdir'))
++desktop_conf.set('libexecdir', libexecdir)
+ 
+ if get_option('libgeoclue')
+ include_dirs = [ configinc,
+@@ -56,9 +56,7 @@ if get_option('demo-agent')
+install_dir: deskto

[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/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  geoclue2/repos/testing-x86_64/
  geoclue2/repos/testing-x86_64/PKGBUILD
(from rev 336567, geoclue2/trunk/PKGBUILD)

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

Copied: geoclue2/repos/testing-x86_64/PKGBUILD (from rev 336567, 
geoclue2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-14 20:35:42 UTC (rev 336568)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.5.0
+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)
+backup=(etc/geoclue/geoclue.conf)
+conflicts=(geoclue)
+_commit=4138a5e337b02a659152295de7bc00b5cbd99277  # tags/2.5.0^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)
+# 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
+}
+
+build() {
+  arch-meson geoclue build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  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/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:44:18
  Author: heftig
Revision: 333182

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  113 +++--
 1 file changed, 58 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 19:43:47 UTC (rev 333181)
+++ PKGBUILD2018-09-01 19:44:18 UTC (rev 333182)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.11
-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=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
-backup=(etc/geoclue/geoclue.conf)
-_commit=69a5d624c636f4e1fd6471db0d55b1100a0c4e65  # tags/2.4.11^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 --disable-static --enable-gtk-doc --enable-vala
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd geoclue
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 333181, 
geoclue2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 19:44:18 UTC (rev 333182)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.12
+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=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
+backup=(etc/geoclue/geoclue.conf)
+conflicts=(geoclue)
+_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)
+# 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 --disable-static --enable-gtk-doc --enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd geoclue
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:


[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/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-30 Thread Jan Steffens via arch-commits
Date: Monday, July 30, 2018 @ 19:32:04
  Author: heftig
Revision: 329690

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-30 19:31:32 UTC (rev 329689)
+++ PKGBUILD2018-07-30 19:32:04 UTC (rev 329690)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-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 libnotify)
-makedepends=(intltool python2 systemd gobject-introspection gnome-common git)
-backup=(etc/geoclue/geoclue.conf)
-_commit=09dca5cac852fb8938ea2a654fc25fa1bbd82592  # tags/2.4.10^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 --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-x86_64/PKGBUILD (from rev 329689, 
geoclue2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-30 19:32:04 UTC (rev 329690)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.11
+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=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
+backup=(etc/geoclue/geoclue.conf)
+_commit=69a5d624c636f4e1fd6471db0d55b1100a0c4e65  # tags/2.4.11^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 --disable-static --enable-gtk-doc --enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd geoclue
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in geoclue2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  111 ++---
 1 file changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-15 20:28:54 UTC (rev 328794)
+++ PKGBUILD2018-07-15 20:29:00 UTC (rev 328795)
@@ -1,56 +0,0 @@
-# $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" install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 328794, 
geoclue2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-15 20:29:00 UTC (rev 328795)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+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 libnotify)
+makedepends=(intltool python2 systemd gobject-introspection gnome-common git)
+backup=(etc/geoclue/geoclue.conf)
+_commit=09dca5cac852fb8938ea2a654fc25fa1bbd82592  # tags/2.4.10^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 --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
+}


[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/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" install
+}

Deleted: extra-x86_64/PKGBUILD

[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/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
===
--- extra-x86_64/PKGBUILD   2017-04-24 2

[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/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
===
--- extra-x86_64/PKGBUILD   2017-01-28 16:16:44 UTC (rev 287610)
+++ extra-x86_64/PKGBUILD 

[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/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 18:12:40 UTC (rev 280609)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig)

[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/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: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bu

[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/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ó 
-
-pkgname=geoclue2
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-

[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/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ó 
-
-pkgname=geoclue2
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_

[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/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
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="http://geoc

[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/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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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) 
-# Contributor: György Balló 
-
-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)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/P

[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/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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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
+

[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/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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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="$p

[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ó 
 
 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/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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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="

[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ó 
 
 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/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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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"

[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ó 
 
 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/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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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) 
-# Contributor: György Balló 
-
-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) 
+# Contributor: György Balló 
+
+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" ins

[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) 
+# Contributor: György Balló 
+
+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) 
+# Contributor: György Balló 
+
+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
+}



[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ó 
 
 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 
-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/repos (8 files)

2014-02-16 Thread Jan Steffens
Date: Sunday, February 16, 2014 @ 17:10:59
  Author: heftig
Revision: 206065

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

Added:
  geoclue2/repos/extra-i686/PKGBUILD
(from rev 206064, geoclue2/trunk/PKGBUILD)
  geoclue2/repos/extra-i686/https.patch
(from rev 206064, geoclue2/trunk/https.patch)
  geoclue2/repos/extra-x86_64/PKGBUILD
(from rev 206064, geoclue2/trunk/PKGBUILD)
  geoclue2/repos/extra-x86_64/https.patch
(from rev 206064, geoclue2/trunk/https.patch)
Deleted:
  geoclue2/repos/extra-i686/PKGBUILD
  geoclue2/repos/extra-i686/geoclue.install
  geoclue2/repos/extra-x86_64/PKGBUILD
  geoclue2/repos/extra-x86_64/geoclue.install

--+
 /PKGBUILD|   70 +
 extra-i686/PKGBUILD  |   29 
 extra-i686/geoclue.install   |   11 --
 extra-i686/https.patch   |   25 ++
 extra-x86_64/PKGBUILD|   29 
 extra-x86_64/geoclue.install |   11 --
 extra-x86_64/https.patch |   25 ++
 7 files changed, 120 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-16 16:10:31 UTC (rev 206064)
+++ extra-i686/PKGBUILD 2014-02-16 16:10:59 UTC (rev 206065)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=1.99.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)
-optdepends=('geoip: geoip-lookup server binary')
-install=geoclue.install
-source=(http://freedesktop.org/software/geoclue/releases/1.99/geoclue-$pkgver.tar.xz)
-md5sums=('b991f4a409b492996a38627ee18fa76e')
-
-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 206064, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-16 16:10:59 UTC (rev 206065)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.0.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)
+makedepends=(intltool geoip)
+optdepends=('geoip: geoip-lookup server binary')
+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 \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/geoclue.install
===
--- extra-i686/geoclue.install  2014-02-16 16:10:31 UTC (rev 206064)
+++ extra-i686/geoclue.install  2014-02-16 16:10:59 UTC (rev 206065)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: geoclue2/repos/extra-i686/https.patch (from rev 206064, 
geoclue2/trunk/https.patch)
===
--- extra-i686/https.patch  (rev 0)
+++ extra-i686/https.patch  2014-02-16 16:10:59 UTC (rev 206065)
@@ -0,0 +1,25 @@
+From 12804f7e2e569f7f3a0879d740a62b3e34ae6e36 Mon Sep 17 00:00:00 2001
+From: Stefan Bernhardsgrütter 
+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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86

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

2014-02-16 Thread Jan Steffens
Date: Sunday, February 16, 2014 @ 17:10:31
  Author: heftig
Revision: 206064

add patch

Added:
  geoclue2/trunk/https.patch

-+
 https.patch |   25 +
 1 file changed, 25 insertions(+)

Added: https.patch
===
--- https.patch (rev 0)
+++ https.patch 2014-02-16 16:10:31 UTC (rev 206064)
@@ -0,0 +1,25 @@
+From 12804f7e2e569f7f3a0879d740a62b3e34ae6e36 Mon Sep 17 00:00:00 2001
+From: Stefan Bernhardsgrütter 
+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ó 
 
 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 (3 files)

2013-10-30 Thread Allan McRae
Date: Wednesday, October 30, 2013 @ 13:04:51
  Author: allan
Revision: 197983

remove !libtool

Modified:
  geoclue2/repos/extra-i686/PKGBUILD
  geoclue2/repos/extra-x86_64/PKGBUILD
  geoclue2/trunk/PKGBUILD

-+
 repos/extra-i686/PKGBUILD   |1 -
 repos/extra-x86_64/PKGBUILD |1 -
 trunk/PKGBUILD  |1 -
 3 files changed, 3 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2013-10-30 12:04:23 UTC (rev 197982)
+++ repos/extra-i686/PKGBUILD   2013-10-30 12:04:51 UTC (rev 197983)
@@ -12,7 +12,6 @@
 depends=(libsoup json-glib)
 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')

Modified: repos/extra-x86_64/PKGBUILD
===
--- repos/extra-x86_64/PKGBUILD 2013-10-30 12:04:23 UTC (rev 197982)
+++ repos/extra-x86_64/PKGBUILD 2013-10-30 12:04:51 UTC (rev 197983)
@@ -12,7 +12,6 @@
 depends=(libsoup json-glib)
 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')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-10-30 12:04:23 UTC (rev 197982)
+++ trunk/PKGBUILD  2013-10-30 12:04:51 UTC (rev 197983)
@@ -12,7 +12,6 @@
 depends=(libsoup json-glib)
 makedepends=(intltool geoip)
 optdepends=('geoip: geoip-lookup server binary')
-options=('!libtool')
 
source=(http://freedesktop.org/software/geoclue/releases/1.99/geoclue-$pkgver.tar.xz)
 md5sums=('b991f4a409b492996a38627ee18fa76e')
 



[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
-}



[arch-commits] Commit in geoclue2 (repos/extra-i686 repos/extra-x86_64 trunk/PKGBUILD)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 14:46:29
  Author: jgc
Revision: 194738

Update to 1.99.4

Modified:
  geoclue2/trunk/PKGBUILD
Deleted:
  geoclue2/repos/extra-i686/
  geoclue2/repos/extra-x86_64/

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

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-09-23 12:42:49 UTC (rev 194737)
+++ trunk/PKGBUILD  2013-09-23 12:46:29 UTC (rev 194738)
@@ -2,24 +2,23 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: György Balló 
 
-pkgname=geoclue
-pkgver=0.12.99
+pkgname=geoclue2
+pkgver=1.99.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=(dbus-glib libxml2 dconf)
-makedepends=(networkmanager libsoup-gnome gtk-doc)
-optdepends=('networkmanager: geolocation'
-'libsoup-gnome: Skyhook location provider')
+depends=(libsoup json-glib)
+makedepends=(intltool geoip)
+optdepends=('geoip: geoip-lookup server binary')
 options=('!libtool')
 install=geoclue.install
-source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.gz)
-md5sums=('779245045bfeeec4853da8baaa3a18e6')
+source=(http://freedesktop.org/software/geoclue/releases/1.99/geoclue-$pkgver.tar.xz)
+md5sums=('b991f4a409b492996a38627ee18fa76e')
 
 build() {
-  cd $pkgname-$pkgver
+  cd geoclue-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname --disable-static
   make
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd geoclue-$pkgver
   make DESTDIR="$pkgdir" install
 }



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

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 14:46:39
  Author: jgc
Revision: 194739

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 194738, geoclue2/trunk/PKGBUILD)
  geoclue2/repos/gnome-unstable-i686/geoclue.install
(from rev 194738, geoclue2/trunk/geoclue.install)
  geoclue2/repos/gnome-unstable-x86_64/
  geoclue2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194738, geoclue2/trunk/PKGBUILD)
  geoclue2/repos/gnome-unstable-x86_64/geoclue.install
(from rev 194738, geoclue2/trunk/geoclue.install)

---+
 gnome-unstable-i686/PKGBUILD  |   30 ++
 gnome-unstable-i686/geoclue.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   30 ++
 gnome-unstable-x86_64/geoclue.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: geoclue2/repos/gnome-unstable-i686/PKGBUILD (from rev 194738, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-23 12:46:39 UTC (rev 194739)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=1.99.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)
+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')
+
+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-i686/geoclue.install (from rev 194738, 
geoclue2/trunk/geoclue.install)
===
--- gnome-unstable-i686/geoclue.install (rev 0)
+++ gnome-unstable-i686/geoclue.install 2013-09-23 12:46:39 UTC (rev 194739)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: geoclue2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194738, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-23 12:46:39 UTC (rev 194739)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=1.99.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)
+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')
+
+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/geoclue.install (from rev 194738, 
geoclue2/trunk/geoclue.install)
===
--- gnome-unstable-x86_64/geoclue.install   (rev 0)
+++ gnome-unstable-x86_64/geoclue.install   2013-09-23 12:46:39 UTC (rev 
194739)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (geoclue2)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 13:52:53
  Author: jgc
Revision: 194734

Copy geoclue, we need 2.0 for GNOME 3.10 while other software depends on old 
version

Added:
  geoclue2/