Switch joycond to git snapshot, pull in some patches (#2296) (#2299)

(cherry picked from commit 36c9358d44)

Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
This commit is contained in:
Raboneko
2024-10-22 19:47:48 -07:00
committed by GitHub
parent 2bf7cdcca2
commit 9f4a8ede71
2 changed files with 9 additions and 8 deletions
+9 -7
View File
@@ -1,11 +1,15 @@
%global commit 9d1f5098b716681d087cca695ad714218a18d4e8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date %(date '+%Y%m%d')
Name: joycond
Version: 0.1.0
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/refs/tags/v%version.tar.gz
Packager: madonuko <mado@fyralabs.com>
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
Packager: Cappy Ishihara <cappy@fyralabs.com>
BuildRequires: libevdev-devel libudev-devel
BuildRequires: cmake make systemd-rpm-macros gcc-c++
@@ -14,16 +18,14 @@ 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
%autosetup -n %{name}-%{commit} -p1
%build
%cmake .
%cmake_build
%install
cd redhat-linux-build/
cp joycond ..
%make_install
%cmake_install
mkdir -p %buildroot%_unitdir %buildroot%_prefix
mv %buildroot%_sysconfdir/systemd/system/joycond.service %buildroot%_unitdir/joycond.service
-1
View File
@@ -1 +0,0 @@
rpm.version(gh("DanielOgorchock/joycond"));