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

Jan de Groot jgc at nymeria.archlinux.org
Tue Feb 25 11:30:40 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-02-25 10:43:10 UTC (rev 206395)
+++ PKGBUILD	2014-02-25 11:30:40 UTC (rev 206396)
@@ -3,25 +3,18 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=geoclue2
-pkgver=2.0.0
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
 url="http://geoclue.freedesktop.org/"
 license=(LGPL)
-depends=(libsoup json-glib)
-makedepends=(intltool geoip)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
 optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/2.0/geoclue-$pkgver.tar.xz
-        https.patch)
-md5sums=('401ff99d530b177c62afacef0a33efd9'
-         '20da579a0f1f6476a9c2ba9adebec32c')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
 
-prepare() {
-  cd geoclue-$pkgver
-  patch -Np1 -i ../https.patch
-}
-
 build() {
   cd geoclue-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Deleted: https.patch
===================================================================
--- https.patch	2014-02-25 10:43:10 UTC (rev 206395)
+++ https.patch	2014-02-25 11:30:40 UTC (rev 206396)
@@ -1,25 +0,0 @@
-From 12804f7e2e569f7f3a0879d740a62b3e34ae6e36 Mon Sep 17 00:00:00 2001
-From: Stefan Bernhardsgrütter <s.bernhardsgruetter at gmail.com>
-Date: Thu, 02 Jan 2014 13:01:25 +0000
-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




More information about the arch-commits mailing list