chore (swaylock-effects): use %conf (#11561) (#11567)

This commit is contained in:
Raboneko
2026-04-20 15:28:47 -05:00
committed by GitHub
parent e072b947e5
commit 291591b575
@@ -30,23 +30,20 @@ Conflicts: swaylock
%description
swaylock-effects is a fork of swaylock which adds built-in screenshots and image manipulation effects like blurring.
%pkg_completion -Bfz %binary_name
%prep
%autosetup -n %{name}-%{commit}
%conf
%meson
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
@@ -54,7 +51,6 @@ swaylock-effects is a fork of swaylock which adds built-in screenshots and image
%{_mandir}/man1/%{binary_name}.1.gz
%config(noreplace) %{_sysconfdir}/pam.d/%{binary_name}
%changelog
* Tue Feb 04 2025 sadlerm <lerm@chromebooks.lol>
- Initial package