mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Joonas Niilola
parent
ff3bbe2e21
commit
dc8edaa92d
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user