acct-user/geoclue: new package

Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
David Michael
2020-12-25 21:12:58 -05:00
committed by Matt Turner
parent 123b411025
commit b828f26020
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
DESCRIPTION="User for running the GeoClue D-Bus geolocation service"
ACCT_USER_ID=351
ACCT_USER_GROUPS=( geoclue )
ACCT_USER_HOME=/var/lib/geoclue
acct-user_add_deps

View File

@@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
</pkgmetadata>