mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
greetd: update to 0.10.0
This commit is contained in:
parent
986f82d677
commit
317e823205
2 changed files with 6 additions and 3 deletions
|
@ -3,5 +3,7 @@
|
||||||
auth required pam_securetty.so
|
auth required pam_securetty.so
|
||||||
auth requisite pam_nologin.so
|
auth requisite pam_nologin.so
|
||||||
auth include system-local-login
|
auth include system-local-login
|
||||||
|
-auth optional pam_gnome_keyring.so
|
||||||
account include system-local-login
|
account include system-local-login
|
||||||
session include system-local-login
|
session include system-local-login
|
||||||
|
-session optional pam_gnome_keyring.so auto_start
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'greetd'
|
# Template file for 'greetd'
|
||||||
pkgname=greetd
|
pkgname=greetd
|
||||||
version=0.9.0
|
version=0.10.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"
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Minimal and flexible login manager daemon"
|
||||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
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"
|
||||||
|
changelog="https://git.sr.ht/~kennylevinsen/greetd/refs"
|
||||||
distfiles="https://git.sr.ht/~kennylevinsen/greetd/archive/${version}.tar.gz"
|
distfiles="https://git.sr.ht/~kennylevinsen/greetd/archive/${version}.tar.gz"
|
||||||
checksum=a0cec141dea7fd7838b60a52237692d0fd5a0169cf748b8f8379d8409a3768eb
|
checksum=d6151a8683f386c53a010b6dfe37cf4c842bc03313bed7a917be96309372d1df
|
||||||
|
|
||||||
system_accounts="_greeter"
|
system_accounts="_greeter"
|
||||||
_greeter_groups="video"
|
_greeter_groups="video"
|
||||||
|
|
Loading…
Add table
Reference in a new issue