mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
acct-user/lightdm: initial import
Bug: https://bugs.gentoo.org/781554 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
14
acct-user/lightdm/lightdm-0.ebuild
Normal file
14
acct-user/lightdm/lightdm-0.ebuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="A user for x11-misc/lightdm"
|
||||
|
||||
ACCT_USER_GROUPS=( "lightdm" "video" )
|
||||
ACCT_USER_HOME="/var/lib/lightdm"
|
||||
ACCT_USER_ID="134"
|
||||
|
||||
acct-user_add_deps
|
||||
8
acct-user/lightdm/metadata.xml
Normal file
8
acct-user/lightdm/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>polynomial-c@gentoo.org</email>
|
||||
<name>Lars Wendler</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user