[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49969] [PATCH v6 0/8] gnu: Add seatd-service-type and greetd-servic
From: |
muradm |
Subject: |
[bug#49969] [PATCH v6 0/8] gnu: Add seatd-service-type and greetd-service-type. |
Date: |
Mon, 6 Sep 2021 18:26:33 +0300 |
In this version:
- libseat and seatd are split into separate packages
- libseat and seatd now live in (gnu packages admin)
- original seatd is removed from (gnu packages freedesktop)
- greetd is updated to 0.8.0 and moved to (gnu packages admin)
- greetd default-session-command configurations is greatly simplified.
- greetd-service-type is now live in (gnu services base)
- documentation is splitted and included in commits of each service
muradm (8):
gnu: crates-io: Add rust-enquote-1 1.0.3.
gnu: crates-io: Add rust-pam-sys 0.5.6.
gnu: admin: Add greetd 0.8.0.
gnu: admin: Add greetd-pam-mount.
gnu: base: Add greetd-service-type.
gnu: admin: Add libseat 0.5.0 and move seatd.
gnu: desktop: Add seatd-service-type.
gnu: tests: Add seatd/greetd based minimal desktop system tests.
doc/guix.texi | 175 ++++++++++++++++++++++++++++
gnu/packages/admin.scm | 164 ++++++++++++++++++++++++++
gnu/packages/crates-io.scm | 49 ++++++++
gnu/packages/freedesktop.scm | 30 -----
gnu/services/base.scm | 218 ++++++++++++++++++++++++++++++++++-
gnu/services/desktop.scm | 60 +++++++++-
gnu/services/pam-mount.scm | 2 +-
gnu/tests/desktop.scm | 212 +++++++++++++++++++++++++++++++++-
8 files changed, 876 insertions(+), 34 deletions(-)
--
2.33.0
- [bug#49969] [PATCH v6 0/8] gnu: Add seatd-service-type and greetd-service-type.,
muradm <=
- [bug#49969] [PATCH v6 2/8] gnu: crates-io: Add rust-pam-sys 0.5.6., muradm, 2021/09/06
- [bug#49969] [PATCH v6 1/8] gnu: crates-io: Add rust-enquote-1 1.0.3., muradm, 2021/09/06
- [bug#49969] [PATCH v6 3/8] gnu: admin: Add greetd 0.8.0., muradm, 2021/09/06
- [bug#49969] [PATCH v6 4/8] gnu: admin: Add greetd-pam-mount., muradm, 2021/09/06
- [bug#49969] [PATCH v6 6/8] gnu: admin: Add libseat 0.5.0 and move seatd., muradm, 2021/09/06
- [bug#49969] [PATCH v6 5/8] gnu: base: Add greetd-service-type., muradm, 2021/09/06
- [bug#49969] [PATCH v6 8/8] gnu: tests: Add seatd/greetd based minimal desktop system tests., muradm, 2021/09/06
- [bug#49969] [PATCH v6 7/8] gnu: desktop: Add seatd-service-type., muradm, 2021/09/06
- [bug#49969] [PATCH v7 0/7] gnu: Add greetd-service-type and seatd-service-type., muradm, 2021/09/15