diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-11-05 22:12:31 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-05 22:55:41 -0500 |
commit | 6bca317493cf83bbad3d953447c0c9f16d8df741 (patch) | |
tree | b31bf2b66a4373c7110b71f4a20f6537bbc48b6e /acct-user | |
parent | acct-group/pulse: new group for PulseAudio (diff) | |
download | gentoo-6bca317493cf83bbad3d953447c0c9f16d8df741.tar.gz gentoo-6bca317493cf83bbad3d953447c0c9f16d8df741.tar.bz2 gentoo-6bca317493cf83bbad3d953447c0c9f16d8df741.zip |
acct-user/pulse: new user for PulseAudio
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/pulse/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/pulse/pulse-0.ebuild | 13 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/pulse/metadata.xml b/acct-user/pulse/metadata.xml new file mode 100644 index 000000000000..b79c2cda0f30 --- /dev/null +++ b/acct-user/pulse/metadata.xml @@ -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> diff --git a/acct-user/pulse/pulse-0.ebuild b/acct-user/pulse/pulse-0.ebuild new file mode 100644 index 000000000000..4e885b688f7b --- /dev/null +++ b/acct-user/pulse/pulse-0.ebuild @@ -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 the PulseAudio daemon as a system-wide instance" +ACCT_USER_ID=171 +ACCT_USER_GROUPS=( pulse audio ) +ACCT_USER_HOME=/var/run/pulse + +acct-user_add_deps |