Skip to content

Commit 341431f

Browse files
authored
hyprlock: Update to 0.9.2 (#6408)
**Summary** A new patch release with some fixes :) Release notes link: - https://github.com/hyprwm/hyprlock/releases/tag/v0.9.2 Changes: - Make detection of PAM library more portable - background: monitor transforms fixups - core: remove dmabuf listeners after we are done with Screencopy - renderer: move asyncResourceGatherer out of the rendere - core: monitor replug workaround for nvidia - lock-surface: remove redundant sendDestroy calls - Refactor asset management to use shared_ptr - renderer: fix nvidia workaround **Test Plan** Run hyprlock with hyprland and wlogout (configured for locking with hyprlock) **Checklist** - [x] Package was built and tested against unstable - [ ] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label -->
2 parents c2d85c7 + 68da0df commit 341431f

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

packages/h/hyprlock/abi_symbols

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ hyprlock:wl_data_device_manager_interface
66
hyprlock:wl_data_offer_interface
77
hyprlock:wl_data_source_interface
88
hyprlock:wl_display_interface
9+
hyprlock:wl_fixes_interface
910
hyprlock:wl_keyboard_interface
1011
hyprlock:wl_output_interface
1112
hyprlock:wl_pointer_interface

packages/h/hyprlock/abi_used_symbols

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ libEGL.so.1:eglCreateContext
33
libEGL.so.1:eglCreateImage
44
libEGL.so.1:eglDestroyContext
55
libEGL.so.1:eglDestroyImage
6+
libEGL.so.1:eglDestroySurface
67
libEGL.so.1:eglGetError
78
libEGL.so.1:eglGetProcAddress
89
libEGL.so.1:eglInitialize

packages/h/hyprlock/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name : hyprlock
2-
version : 0.9.1
3-
release : 12
2+
version : 0.9.2
3+
release : 13
44
source :
5-
- https://github.com/hyprwm/hyprlock/archive/refs/tags/v0.9.1.tar.gz : 03f26ceba049546767a903a5e5bcd78fa4d261a5d116febd45633b88b9f16a97
5+
- https://github.com/hyprwm/hyprlock/archive/refs/tags/v0.9.2.tar.gz : d4a8ef9115232b3545dd517e96f1251f91022765eb272b5e7057c20e3e7e8837
66
homepage : https://github.com/hyprwm/hyprlock
77
license : BSD-3-Clause
88
component : desktop.hyprland

packages/h/hyprlock/pspec_x86_64.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Name>hyprlock</Name>
44
<Homepage>https://github.com/hyprwm/hyprlock</Homepage>
55
<Packager>
6-
<Name>David Harder</Name>
7-
<Email>[email protected]</Email>
6+
<Name>Dariusz Mencel</Name>
7+
<Email>[email protected]</Email>
88
</Packager>
99
<License>BSD-3-Clause</License>
1010
<PartOf>desktop.hyprland</PartOf>
@@ -26,12 +26,12 @@
2626
</Files>
2727
</Package>
2828
<History>
29-
<Update release="12">
30-
<Date>2025-08-11</Date>
31-
<Version>0.9.1</Version>
29+
<Update release="13">
30+
<Date>2025-10-03</Date>
31+
<Version>0.9.2</Version>
3232
<Comment>Packaging update</Comment>
33-
<Name>David Harder</Name>
34-
<Email>[email protected]</Email>
33+
<Name>Dariusz Mencel</Name>
34+
<Email>[email protected]</Email>
3535
</Update>
3636
</History>
3737
</PISI>

0 commit comments

Comments
 (0)