mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com>
37 lines
761 B
RPMSpec
37 lines
761 B
RPMSpec
Name: keyd
|
|
Version: 2.4.3
|
|
Release: 2%?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
|
|
|
|
%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
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
/usr/bin/keyd
|
|
/usr/bin/keyd-application-mapper
|
|
/usr/share/doc/keyd/
|
|
/usr/share/keyd
|
|
/usr/share/man/man1/keyd-application-mapper.1.gz
|
|
/usr/share/man/man1/keyd.1.gz
|
|
|
|
%changelog
|
|
* Tue May 23 2023 windowsboy111 <windowsboy111@fyralabs.com> - 2.4.3-1
|
|
- Initial package
|