mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
cf3cf7e58e
* move joycond into system, add udev rules patch * add metainfo
47 lines
1.5 KiB
RPMSpec
47 lines
1.5 KiB
RPMSpec
%global commit 39d5728d41b70840342ddc116a59125b337fbde2
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
%global commit_date %(date '+%Y%m%d')
|
|
Name: joycond
|
|
Version: %{commit_date}.git~%{shortcommit}
|
|
Release: 1%?dist
|
|
Summary: Userspace daemon to combine joy-cons from the hid-nintendo kernel driver
|
|
License: GPL-3.0-or-later
|
|
URL: https://github.com/DanielOgorchock/joycond
|
|
Source0: %url/archive/%{commit}/%{commit}.tar.gz#/%{name}-%{commit_date}.git~%{shortcommit}.tar.gz
|
|
Patch0: https://github.com/terrapkg/pkg-joycond/raw/refs/heads/main/0001-Revert-virt_ctrlr_passthrough-send-uevent-change-eve.patch
|
|
Patch1: https://github.com/terrapkg/pkg-joycond/raw/refs/heads/main/0001-Change-permissions-for-hidraw-access.patch
|
|
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
|
BuildRequires: libevdev-devel libudev-devel
|
|
BuildRequires: cmake make systemd-rpm-macros gcc-c++
|
|
|
|
%description
|
|
joycond is a linux daemon which uses the evdev devices provided by hid-nintendo
|
|
(formerly known as hid-joycon) to implement joycon pairing.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{commit} -p1
|
|
|
|
%build
|
|
%cmake .
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
|
|
%post
|
|
%systemd_post joycond.service
|
|
|
|
%preun
|
|
%systemd_preun joycond.service
|
|
|
|
%postun
|
|
%systemd_postun_with_restart joycond.service
|
|
|
|
%files
|
|
%_bindir/joycond
|
|
%_udevrulesdir/72-joycond.rules
|
|
%_udevrulesdir/89-joycond.rules
|
|
%_unitdir/joycond.service
|
|
%_sysconfdir/modules-load.d/joycond.conf
|
|
%_datadir/metainfo/com.github.DanielOgorchock.joycond.metainfo.xml |