geoclue2: update to 2.6.0.
This commit is contained in:
parent
8ed491ded1
commit
fec5a706d4
1 changed files with 6 additions and 5 deletions
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'geoclue2'
|
# Template file for 'geoclue2'
|
||||||
pkgname=geoclue2
|
pkgname=geoclue2
|
||||||
version=2.5.6
|
version=2.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="geoclue-${version}"
|
wrksrc="geoclue-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Ddbus-srv-user=_geoclue2 -Dgtk-doc=false
|
configure_args="-Ddbus-srv-user=_geoclue2 -Dgtk-doc=false
|
||||||
-Dintrospection=$(vopt_if gir true false)"
|
$(vopt_bool gir introspection)"
|
||||||
conf_files="/etc/geoclue/geoclue.conf"
|
conf_files="/etc/geoclue/geoclue.conf"
|
||||||
hostmakedepends="glib-devel intltool pkg-config"
|
hostmakedepends="glib-devel intltool pkg-config vala"
|
||||||
makedepends="ModemManager-devel avahi-glib-libs-devel eudev-libudev-devel
|
makedepends="ModemManager-devel avahi-glib-libs-devel
|
||||||
json-glib-devel libsoup-gnome-devel libnotify-devel"
|
json-glib-devel libsoup-gnome-devel libnotify-devel"
|
||||||
short_desc="Geoinformation Service (2.x series)"
|
short_desc="Geoinformation Service (2.x series)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home"
|
homepage="https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home"
|
||||||
|
changelog="https://gitlab.freedesktop.org/geoclue/geoclue/-/raw/master/NEWS"
|
||||||
distfiles="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${version}/geoclue-${version}.tar.bz2"
|
distfiles="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${version}/geoclue-${version}.tar.bz2"
|
||||||
checksum=b310e6ea86c695046e6069a728a2dd65989619827a730f90ec4bfdab4a1f0329
|
checksum=cdc9efcb98ce81284d7a6c3c899330481ffdca44bba3c18b9e530618298aa4a0
|
||||||
system_accounts="_geoclue2"
|
system_accounts="_geoclue2"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue