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 =================================================================== --- PKGBUILD 2014-02-16 15:30:30 UTC (rev 206062) +++ PKGBUILD 2014-02-16 16:09:55 UTC (rev 206063) @@ -3,9 +3,9 @@ # Contributor: György Balló <[email protected]> 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 \
