From ad03691d06190b93df0e0471c9d274bf1914718b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 15 Dec 2018 00:22:42 +0100 Subject: [PATCH] geoclue2: update to 2.5.1. --- srcpkgs/geoclue2/template | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/srcpkgs/geoclue2/template b/srcpkgs/geoclue2/template index 39954ff3d24..c48c01a73a5 100644 --- a/srcpkgs/geoclue2/template +++ b/srcpkgs/geoclue2/template @@ -1,23 +1,22 @@ # Template file for 'geoclue2' pkgname=geoclue2 -version=2.4.12 -revision=2 +version=2.5.1 +revision=1 wrksrc="geoclue-${version}" -build_style=gnu-configure -configure_args="--disable-static --with-dbus-service-user=_geoclue2" +build_style=meson +configure_args="-Ddbus-srv-user=_geoclue2 -Dgtk-doc=false" +conf_files="/etc/geoclue/geoclue.conf" hostmakedepends="glib-devel intltool pkg-config $(vopt_if gir 'gobject-introspection')" makedepends="ModemManager-devel avahi-glib-libs-devel eudev-libudev-devel json-glib-devel libsoup-gnome-devel libnotify-devel" -depends="libsoup" short_desc="The Geoinformation Service (2.x series)" maintainer="Juan RP " license="LGPL-2.1-or-later" -homepage="http://www.freedesktop.org/wiki/Software/GeoClue" -distfiles="${FREEDESKTOP_SITE}/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz" -checksum=05d0e2ec077a685de2a9c63973fe6d18366ca53881d1f0750110b93c5c68caca +homepage="https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home" +distfiles="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${version}/geoclue-${version}.tar.bz2" +checksum=7a9f440cad2d944019cd5b725818c88a5526fd4a12adc7faa53663621146e9aa system_accounts="_geoclue2" -conf_files="/etc/geoclue/geoclue.conf" lib32disabled=yes build_options="gir"