sys-auth/seatd: Install systemd service file

Closes: https://bugs.gentoo.org/754657
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/18555
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-12-07 18:37:27 +01:00
committed by Joonas Niilola
parent ff3bbe2e21
commit dc8edaa92d
2 changed files with 4 additions and 3 deletions

View File

@@ -3,13 +3,12 @@
EAPI=7
inherit meson
inherit meson systemd
DESCRIPTION="Minimal seat management daemon and universal library"
HOMEPAGE="https://sr.ht/~kennylevinsen/seatd"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
else
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
@@ -45,4 +44,5 @@ src_configure() {
src_install() {
meson_src_install
newinitd "${FILESDIR}/seatd.initd" seatd
systemd_dounit contrib/systemd/seatd.service
}

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit meson
inherit meson systemd
DESCRIPTION="Minimal seat management daemon and universal library"
HOMEPAGE="https://sr.ht/~kennylevinsen/seatd"
@@ -44,4 +44,5 @@ src_configure() {
src_install() {
meson_src_install
newinitd "${FILESDIR}/seatd.initd" seatd
systemd_dounit contrib/systemd/seatd.service
}