[arch-commits] Commit in geoclue2/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Jul 15 20:28:28 UTC 2018
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
===================================================================
--- PKGBUILD 2018-07-15 20:27:16 UTC (rev 328792)
+++ PKGBUILD 2018-07-15 20:28:28 UTC (rev 328793)
@@ -3,17 +3,16 @@
# Contributor: György Balló <ballogy at freestart.hu>
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
}
More information about the arch-commits
mailing list