geoclue2: use _geoclue2 as system user.
This commit is contained in:
parent
80804e778a
commit
db7e3bc577
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'geoclue2'
|
||||
pkgname=geoclue2
|
||||
version=2.4.12
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="geoclue-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-dbus-service-user=geoclue2"
|
||||
configure_args="--disable-static --with-dbus-service-user=_geoclue2"
|
||||
hostmakedepends="glib-devel intltool pkg-config
|
||||
$(vopt_if gir 'gobject-introspection')"
|
||||
makedepends="ModemManager-devel avahi-glib-libs-devel eudev-libudev-devel
|
||||
|
@ -16,7 +16,7 @@ license="LGPL-2.1-or-later"
|
|||
homepage="http://www.freedesktop.org/wiki/Software/GeoClue"
|
||||
distfiles="${FREEDESKTOP_SITE}/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
|
||||
checksum=05d0e2ec077a685de2a9c63973fe6d18366ca53881d1f0750110b93c5c68caca
|
||||
system_accounts="geoclue2"
|
||||
system_accounts="_geoclue2"
|
||||
conf_files="/etc/geoclue/geoclue.conf"
|
||||
lib32disabled=yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue