x11/swaylock-plugin: update to s20240206

Changes:	df71de5...8a3e058
This commit is contained in:
Jan Beich 2024-02-06 13:26:33 +01:00
parent a895d1ae28
commit bcd5ce392f
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
DISTVERSIONPREFIX= # empty DISTVERSIONPREFIX= # empty
DISTVERSION= s20231230 DISTVERSION= s20240206
DISTVERSIONSUFFIX= -0-gdf71de5 DISTVERSIONSUFFIX= -0-g8a3e058
PORTREVISION= 0 PORTREVISION= 0
PKGNAMESUFFIX= -plugin PKGNAMESUFFIX= -plugin

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1703961829 TIMESTAMP = 1707222393
SHA256 (mstoeckl-swaylock-plugin-s20231230-0-gdf71de5_GH0.tar.gz) = baa1879adcc50c61406e201a360bc228ddc79ee6110117071732a73a0dafbc17 SHA256 (mstoeckl-swaylock-plugin-s20240206-0-g8a3e058_GH0.tar.gz) = 7eeb42030bf0c3cca19a238356da9e0ded342f6dca5d3939537c82ab6415596f
SIZE (mstoeckl-swaylock-plugin-s20231230-0-gdf71de5_GH0.tar.gz) = 58920 SIZE (mstoeckl-swaylock-plugin-s20240206-0-g8a3e058_GH0.tar.gz) = 59178

View file

@ -10,3 +10,5 @@ do is run "swaylock-plugin --command 'my-wallpaper ...'", where
* shaderbg, renders OpenGL shaders * shaderbg, renders OpenGL shaders
* rwalkbg, a very slow animation * rwalkbg, a very slow animation
* wscreensaver, an experiment in porting a few xscreensaver hacks to Wayland * wscreensaver, an experiment in porting a few xscreensaver hacks to Wayland
* windowtolayer, a tool that can be used to run normally windowed
applications, like terminals, as wallpapers. Requires --command-each flag.