Add Fedora Tools settings module

This commit is contained in:
ajp_anton
2026-09-05 02:53:11 +00:00
parent 19df3c3a75
commit d6f30c5735
23 changed files with 1354 additions and 4 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
Name: touchpad-hold-tap
Version: 0.1.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Hold-tap middle-click gesture for touchpads
License: MIT
@@ -12,6 +12,7 @@ Source3: README.md
BuildRequires: lua
Requires: libinput >= 1.30
Provides: fedora-tools-tool
%description
A libinput Lua plugin that recognizes a one-finger hold followed by a quick tap
@@ -39,6 +40,9 @@ install -Dpm 0644 %{SOURCE3} \
%{_libdir}/libinput/plugins/90-touchpad-hold-tap.lua
%changelog
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-6
- Advertise the tool to Fedora Tools settings
* Sun Aug 30 2026 fedora-tools contributors - 0.1.0-5
- Run state-machine tests during RPM builds and package the README