geoclue2: update to 2.1.10.
This commit is contained in:
parent
b48afe4759
commit
1958ec3228
1 changed files with 6 additions and 14 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'geoclue2'
|
||||
pkgname=geoclue2
|
||||
version=2.1.9
|
||||
version=2.1.10
|
||||
revision=1
|
||||
wrksrc="geoclue-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
makedepends="systemd-devel json-glib-devel libsoup-gnome-devel>=2.44 ModemManager-devel"
|
||||
configure_args="--disable-static --disable-schemas-compile $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libudev-devel json-glib-devel libsoup-gnome-devel>=2.44 ModemManager-devel"
|
||||
depends="libsoup>=2.44"
|
||||
conf_file="/etc/geoclue/geoclue.conf"
|
||||
short_desc="The Geoinformation Service (2.x series)"
|
||||
|
@ -15,14 +15,13 @@ update_pkgname=geoclue
|
|||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://www.freedesktop.org/software/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
|
||||
checksum=b416eea6042d774359f7a141e4e57704c3220363ab8e0bf5c212b1bd2976092b
|
||||
checksum=f1d7e7a9c60633d3d747f55fee848299114b3222a4d65e955c2cbcd297d01c68
|
||||
|
||||
lib32disabled=yes
|
||||
# Run the daemon under an unprileged user.
|
||||
system_accounts="geoclue2"
|
||||
configure_args+=" --with-dbus-service-user=geoclue2"
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
||||
|
@ -30,10 +29,3 @@ build_options="gir"
|
|||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue