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 =================================================================== --- PKGBUILD 2017-04-24 20:52:42 UTC (rev 294576) +++ PKGBUILD 2017-04-24 21:13:50 UTC (rev 294577) @@ -3,7 +3,7 @@ # Contributor: György Balló <[email protected]> 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 }
