mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +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>
41 lines
975 B
RPMSpec
41 lines
975 B
RPMSpec
Name: warpd
|
|
Version: 1.3.5
|
|
|
|
%global forgeurl https://github.com/rvaiya/warpd
|
|
|
|
%forgemeta
|
|
|
|
Release: 1%?dist
|
|
Summary: Modal keyboard-driven virtual pointer
|
|
License: MIT
|
|
URL: %forgeurl
|
|
Source0: %forgesource
|
|
|
|
BuildRequires: make gcc libXi-devel libXinerama-devel libXft-devel libXfixes-devel libXtst-devel libX11-devel cairo-devel libxkbcommon-devel wayland-devel
|
|
Recommends: libwayland-client cairo libxkbcommon
|
|
|
|
%description
|
|
warpd is a modal keyboard driven interface for mouse manipulation.
|
|
|
|
%prep
|
|
%forgesetup
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
mkdir -p %buildroot%_mandir/man1/
|
|
%make_install
|
|
install -Dm755 %buildroot/usr/local/bin/warpd %buildroot%_bindir/warpd
|
|
install -Dm644 %buildroot/usr/local/share/man/man1/warpd* %buildroot%_mandir/man1/
|
|
rm %buildroot/usr/local/bin/warpd %buildroot/usr/local/share/man/man1/warpd*
|
|
|
|
%files
|
|
%_bindir/warpd
|
|
%_mandir/man1/warpd*
|
|
|
|
%changelog
|
|
* Thu Jun 15 2023 windowsboy111 <windowsboy111@fyralabs.com> - 1.3.5-1
|
|
- Initial package.
|
|
|