Skip to content

Commit

Permalink
acct-user/gdm: new package
Browse files Browse the repository at this point in the history
Signed-off-by: David Michael <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
dm0- authored and mattst88 committed Jan 18, 2021
1 parent 3671ec8 commit a797087
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions acct-user/gdm/gdm-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="User for running GDM"
ACCT_USER_ID=32
ACCT_USER_GROUPS=( gdm video )
ACCT_USER_HOME=/var/lib/gdm

acct-user_add_deps
8 changes: 8 additions & 0 deletions acct-user/gdm/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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
</pkgmetadata>

0 comments on commit a797087

Please sign in to comment.