geoclue2: remove obsolete configure options.
Fix typo in conf_files.
This commit is contained in:
parent
45da834a82
commit
8d1209e3f5
1 changed files with 7 additions and 17 deletions
|
@ -1,30 +1,20 @@
|
||||||
# Template file for 'geoclue2'
|
# Template file for 'geoclue2'
|
||||||
pkgname=geoclue2
|
pkgname=geoclue2
|
||||||
version=2.1.10
|
version=2.1.10
|
||||||
revision=1
|
revision=2
|
||||||
|
lib32disabled=yes
|
||||||
wrksrc="geoclue-${version}"
|
wrksrc="geoclue-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile $(vopt_enable gir introspection)"
|
configure_args="--disable-static --with-dbus-service-user=geoclue2"
|
||||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config intltool glib-devel"
|
||||||
makedepends="libudev-devel json-glib-devel libsoup-gnome-devel ModemManager-devel"
|
makedepends="libudev-devel json-glib-devel libsoup-gnome-devel ModemManager-devel"
|
||||||
depends="libsoup>=2.44"
|
depends="libsoup>=2.44"
|
||||||
conf_file="/etc/geoclue/geoclue.conf"
|
# Run the daemon under an unprileged user.
|
||||||
|
system_accounts="geoclue2"
|
||||||
|
conf_files="/etc/geoclue/geoclue.conf"
|
||||||
short_desc="The Geoinformation Service (2.x series)"
|
short_desc="The Geoinformation Service (2.x series)"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/GeoClue"
|
homepage="http://www.freedesktop.org/wiki/Software/GeoClue"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=f1d7e7a9c60633d3d747f55fee848299114b3222a4d65e955c2cbcd297d01c68
|
checksum=f1d7e7a9c60633d3d747f55fee848299114b3222a4d65e955c2cbcd297d01c68
|
||||||
|
|
||||||
lib32disabled=yes
|
|
||||||
# Run the daemon under an unprileged user.
|
|
||||||
system_accounts="geoclue2"
|
|
||||||
configure_args+=" --with-dbus-service-user=geoclue2"
|
|
||||||
|
|
||||||
# Package build options
|
|
||||||
build_options="gir"
|
|
||||||
|
|
||||||
# Disable gir for cross builds.
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue