mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
greetd: update to 0.9.0
This commit is contained in:
parent
278c039880
commit
e0d6d6d193
2 changed files with 3 additions and 20 deletions
|
@ -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
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'greetd'
|
# Template file for 'greetd'
|
||||||
pkgname=greetd
|
pkgname=greetd
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
conf_files="/etc/greetd/config.toml"
|
conf_files="/etc/greetd/config.toml"
|
||||||
hostmakedepends="pkg-config scdoc"
|
hostmakedepends="pkg-config scdoc"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://git.sr.ht/~kennylevinsen/greetd"
|
homepage="https://git.sr.ht/~kennylevinsen/greetd"
|
||||||
distfiles="https://git.sr.ht/~kennylevinsen/greetd/archive/${version}.tar.gz"
|
distfiles="https://git.sr.ht/~kennylevinsen/greetd/archive/${version}.tar.gz"
|
||||||
checksum=47a73709df60f04b63fc50cfc409e47a451a9620777638f527b9d9333256035f
|
checksum=a0cec141dea7fd7838b60a52237692d0fd5a0169cf748b8f8379d8409a3768eb
|
||||||
|
|
||||||
system_accounts="_greeter"
|
system_accounts="_greeter"
|
||||||
_greeter_groups="video"
|
_greeter_groups="video"
|
||||||
|
|
Loading…
Add table
Reference in a new issue