mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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'
|
# Template file for 'geoclue2'
|
||||||
pkgname=geoclue2
|
pkgname=geoclue2
|
||||||
version=2.4.12
|
version=2.5.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="geoclue-${version}"
|
wrksrc="geoclue-${version}"
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-static --with-dbus-service-user=_geoclue2"
|
configure_args="-Ddbus-srv-user=_geoclue2 -Dgtk-doc=false"
|
||||||
|
conf_files="/etc/geoclue/geoclue.conf"
|
||||||
hostmakedepends="glib-devel intltool pkg-config
|
hostmakedepends="glib-devel intltool pkg-config
|
||||||
$(vopt_if gir 'gobject-introspection')"
|
$(vopt_if gir 'gobject-introspection')"
|
||||||
makedepends="ModemManager-devel avahi-glib-libs-devel eudev-libudev-devel
|
makedepends="ModemManager-devel avahi-glib-libs-devel eudev-libudev-devel
|
||||||
json-glib-devel libsoup-gnome-devel libnotify-devel"
|
json-glib-devel libsoup-gnome-devel libnotify-devel"
|
||||||
depends="libsoup"
|
|
||||||
short_desc="The Geoinformation Service (2.x series)"
|
short_desc="The Geoinformation Service (2.x series)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/GeoClue"
|
homepage="https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home"
|
||||||
distfiles="${FREEDESKTOP_SITE}/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
|
distfiles="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${version}/geoclue-${version}.tar.bz2"
|
||||||
checksum=05d0e2ec077a685de2a9c63973fe6d18366ca53881d1f0750110b93c5c68caca
|
checksum=7a9f440cad2d944019cd5b725818c88a5526fd4a12adc7faa53663621146e9aa
|
||||||
system_accounts="_geoclue2"
|
system_accounts="_geoclue2"
|
||||||
conf_files="/etc/geoclue/geoclue.conf"
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue