geoclue2: update to 2.5.1.
This commit is contained in:
parent
78b858b07d
commit
ad03691d06
1 changed files with 8 additions and 9 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue