-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(cherry picked from commit 36c9358) Co-authored-by: Cappy Ishihara <[email protected]>
- Loading branch information
1 parent
dd4a759
commit 1b5d909
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
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 <[email protected]> | ||
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 | ||
|
This file was deleted.
Oops, something went wrong.