Name: wl-kbptr Version: 0.4.0 Release: 2 Summary: Control the mouse pointer with the keyboard on Wayland License: GPL-3.0 URL: https://github.com/moverest/wl-kbptr Source: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: meson BuildRequires: wayland-protocols-devel BuildRequires: gcc BuildRequires: g++ BuildRequires: libwayland-client BuildRequires: cmake BuildRequires: wayland-devel BuildRequires: libxkbcommon-devel BuildRequires: cairo-devel BuildRequires: opencv-devel BuildRequires: pixman-devel Requires: libxkbcommon Requires: cairo BuildRequires: opencv BuildRequires: pixman %description wl-kbptr - short for Wayland Keyboard Pointer - is a utility to help move the mouse pointer with the keyboard. %prep %autosetup -p1 %build %meson -Dopencv=enabled %meson_build %install %meson_install %files %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %changelog %autochangelog