swaylock-effects: Screen locker for Wayland (with effects)
This commit is contained in:
parent
7870480cd9
commit
4a8e3a623f
2 changed files with 24 additions and 0 deletions
|
@ -57,6 +57,8 @@ cp -vr srcpkgs/* $HOME/void-packages/srcpkgs
|
|||
- v1.6.0 - https://github.com/python-lsp/python-lsp-ruff
|
||||
- regreet - Clean and customizable greeter for greetd
|
||||
- v0.1.1 - https://github.com/rharish101/ReGreet
|
||||
- swaylock-effects - Screen locker for Wayland (with effects)
|
||||
- v1.6 - https://github.com/mortie/swaylock-effects
|
||||
- swayosd - GTK based on screen display
|
||||
- v0.1.bb83b26bca8eb67ea55c293929aa21218fc29a4c - https://github.com/ErikReider/SwayOSD
|
||||
- wlgreet - Raw wayland greeter for greetd, to be run under sway or similar
|
||||
|
|
22
srcpkgs/swaylock-effects/template
Normal file
22
srcpkgs/swaylock-effects/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'swaylock'
|
||||
pkgname=swaylock-effects
|
||||
version=1.6
|
||||
revision=4
|
||||
build_style=meson
|
||||
conf_files="/etc/pam.d/swaylock"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc git"
|
||||
makedepends="wayland-protocols cairo-devel gdk-pixbuf-devel pam-devel
|
||||
libxkbcommon-devel wayland-devel libgomp-devel"
|
||||
short_desc="Screen locker for Wayland (with effects)"
|
||||
replaces=swaylock>=0
|
||||
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/mortie/swaylock-effects"
|
||||
changelog="${homepage}/releases"
|
||||
distfiles="${homepage}/archive/refs/tags/v${version}-${revision}.tar.gz"
|
||||
checksum=4f82c9d875ce20f1d58227ef65db60aacccb3fb29ce67c0f744849da68e82b20
|
||||
wrksrc=${pkgname}-${version}-${revision}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue