2 Commits

5 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:645ff3e0fa5d08ec2965b1110045aca3d1f5da8fc3d1c07d544908174444f08d
size 287243

3
hyprlock-0.9.1.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8364b610a8ba7db1d0ddbd7815484ff119e23c929c871945fbee56bb33c9b213
size 379403

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 2 19:52:38 UTC 2025 - Ali Q <ovmmu0ik7@mozmail.com>
- Update to version 0.9.1:
* core: limit onClick to down events
* seat: restore cursor shape to default
* asyncResourceGatherer: fix conditions for skipping screencopy
* background: fix mismatched asset sizes and transforms
-------------------------------------------------------------------
Mon Aug 12 09:24:26 UTC 2024 - Krzysztof Wiktorczyk <magu44@gmail.com>

View File

@@ -1,4 +1,4 @@
name: hyprlock
version: 0.4.1
mtime: 1721563228
commit: dba9d8b5175a6f23463035aafc6b0c741f9b73a5
version: 0.9.1
mtime: 1753964521
commit: bdf0ef82822a4c434b79c8d315518c9db9a10f34

View File

@@ -1,7 +1,7 @@
#
# spec file for package hyprlock
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%endif
Name: hyprlock
Version: 0.4.1
Version: 0.9.1
Release: 0
Summary: Hyprland's screen locking utility
License: BSD-3-Clause
@@ -36,6 +36,12 @@ BuildRequires: Mesa-devel
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: hyprgraphics-devel
BuildRequires: hyprland
BuildRequires: hyprland-protocols-devel
BuildRequires: hyprlang-devel
BuildRequires: hyprutils-devel
BuildRequires: hyprwayland-scanner
BuildRequires: pam-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cairo)
@@ -47,6 +53,7 @@ BuildRequires: pkgconfig(libmagic)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(pam)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(sdbus-c++)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(xkbcommon)
@@ -79,5 +86,6 @@ install -Dm 0644 %{SOURCE1} %{buildroot}/%{_docdir}/%{name}/hyprlock.conf.exampl
%doc README.md hyprlock.conf.example
%_config_norepl %{_pam_confdir}/hyprlock
%{_bindir}/hyprlock
%{_datadir}/hypr/hyprlock.conf
%changelog