greetd: update to 0.9.0

This commit is contained in:
cinerea0 2023-01-16 13:16:09 -05:00 committed by classabbyamp
parent 278c039880
commit e0d6d6d193
2 changed files with 3 additions and 20 deletions

View file

@ -1,17 +0,0 @@
# $SHELL is not set, use /bin/sh because it's available
diff --git a/config.toml b/config.toml
index 3768a6e..c323af2 100644
--- a/config.toml
+++ b/config.toml
@@ -6,9 +6,9 @@ vt = 1
# The default session, also known as the greeter.
[default_session]
-# `agreety` is the bundled agetty/login-lookalike. You can replace `$SHELL`
+# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
# with whatever you want started, such as `sway`.
-command = "agreety --cmd $SHELL"
+command = "agreety --cmd /bin/sh"
# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be

View file

@ -1,7 +1,7 @@
# Template file for 'greetd'
pkgname=greetd
version=0.8.0
revision=2
version=0.9.0
revision=1
build_style=cargo
conf_files="/etc/greetd/config.toml"
hostmakedepends="pkg-config scdoc"
@ -11,7 +11,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://git.sr.ht/~kennylevinsen/greetd"
distfiles="https://git.sr.ht/~kennylevinsen/greetd/archive/${version}.tar.gz"
checksum=47a73709df60f04b63fc50cfc409e47a451a9620777638f527b9d9333256035f
checksum=a0cec141dea7fd7838b60a52237692d0fd5a0169cf748b8f8379d8409a3768eb
system_accounts="_greeter"
_greeter_groups="video"