Files
packages/anda/tools/keyd/keyd.spec
T
lleyton a16b7bce95 chore: sync with Terra 39 (#877)
* chore: sync with Terra 39

* fix: update mock-configs path

* fix: use f38 specs for desktops

* chore: move more lomiri/unity specific packages (#880)

* Fix(ubuntu-sdk): update description & version (#878)

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>

* fix: disable docs package (#887)

* sync more changes from f39

* add keyd fixes

---------

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
Signed-off-by: lleyton <lleyton@fyralabs.com>
Co-authored-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
2024-01-13 17:40:35 -08:00

48 lines
971 B
RPMSpec

Name: keyd
Version: 2.4.3
Release: 3%?dist
Summary: Key remapping daemon for linux
URL: https://github.com/rvaiya/keyd
License: MIT
Source0: %url/archive/refs/tags/v%version.tar.gz
Suggests: python3 python3-xlib
BuildRequires: gcc mold make kernel-headers systemd-rpm-macros
%description
keyd provides a flexible system wide daemon which remaps keys using kernel
level input primitives (evdev, uinput).
%prep
%autosetup
%build
%make_build
%install
%make_install
install -Dm644 keyd.service %buildroot%_unitdir/keyd.service
%post
%systemd_post keyd.service
%preun
%systemd_preun keyd.service
%postun
%systemd_postun_with_restart keyd.service
%files
%doc README.md
%license LICENSE
%_unitdir/keyd.service
%_bindir/keyd
%_bindir/keyd-application-mapper
%_datadir/keyd
%_datadir/doc/keyd/
%_mandir/man1/keyd-application-mapper.1.gz
%_mandir/man1/keyd.1.gz
%changelog
* Tue May 23 2023 windowsboy111 <windowsboy111@fyralabs.com> - 2.4.3-1
- Initial package