Skip to content

Commit

Permalink
acct-user/lightdm: initial import
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/781554
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed May 13, 2022
1 parent 409d9ed commit f131c79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions acct-user/lightdm/lightdm-0.ebuild
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions acct-user/lightdm/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Lars Wendler</name>
</maintainer>
</pkgmetadata>

0 comments on commit f131c79

Please sign in to comment.