geoclue2: install the systemd service, required by gnome-maps and others; lib32disabled=yes.
This commit is contained in:
parent
a512571429
commit
37ebd27b33
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'geoclue2'
|
||||
pkgname=geoclue2
|
||||
version=2.1.7
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="geoclue-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
makedepends="json-glib-devel libsoup-gnome-devel>=2.44 NetworkManager-devel ModemManager-devel"
|
||||
makedepends="systemd-devel json-glib-devel libsoup-gnome-devel>=2.44 NetworkManager-devel ModemManager-devel"
|
||||
depends="libsoup>=2.44"
|
||||
conf_file="/etc/geoclue/geoclue.conf"
|
||||
short_desc="The Geoinformation Service (2.x series)"
|
||||
|
@ -16,6 +16,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
distfiles="http://www.freedesktop.org/software/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
|
||||
checksum=50c6a20192fc5357451cd698d6e9f36052ab02b464f04800960ce8cc376027f1
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
desc_option_gir="Enable support for building gobject introspection data"
|
||||
|
|
Loading…
Reference in New Issue