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 =================================================================== --- PKGBUILD 2018-07-30 19:31:10 UTC (rev 329687) +++ PKGBUILD 2018-07-30 19:31:26 UTC (rev 329688) @@ -3,7 +3,7 @@ # Contributor: György Balló <[email protected]> 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 }
