mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
geoclue2: install the systemd service, required by gnome-maps and others; lib32disabled=yes.
This commit is contained in:
parent
a512571429
commit
37ebd27b33
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'geoclue2'
|
# Template file for 'geoclue2'
|
||||||
pkgname=geoclue2
|
pkgname=geoclue2
|
||||||
version=2.1.7
|
version=2.1.7
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="geoclue-${version}"
|
wrksrc="geoclue-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile"
|
configure_args="--disable-static --disable-schemas-compile"
|
||||||
hostmakedepends="pkg-config intltool glib-devel"
|
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"
|
depends="libsoup>=2.44"
|
||||||
conf_file="/etc/geoclue/geoclue.conf"
|
conf_file="/etc/geoclue/geoclue.conf"
|
||||||
short_desc="The Geoinformation Service (2.x series)"
|
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"
|
distfiles="http://www.freedesktop.org/software/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
|
||||||
checksum=50c6a20192fc5357451cd698d6e9f36052ab02b464f04800960ce8cc376027f1
|
checksum=50c6a20192fc5357451cd698d6e9f36052ab02b464f04800960ce8cc376027f1
|
||||||
|
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
desc_option_gir="Enable support for building gobject introspection data"
|
desc_option_gir="Enable support for building gobject introspection data"
|
||||||
|
|
Loading…
Add table
Reference in a new issue