Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7cbfef2638 | |||
|
|
d484cfbf24 |
10
_service
10
_service
@@ -1,16 +1,16 @@
|
||||
<!-- vim: set noexpandtab ft=xml ts=4 sw=4: -->
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/DanielOgorchock/joycond.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@~%h</param>
|
||||
<param name="versionformat">1+git%cd.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="disabled" />
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="tar" mode="manual" />
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/DanielOgorchock/joycond.git</param>
|
||||
<param name="changesrevision">f9a66914622514c13997c2bf7ec20fa98e9dfc1d</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fde2425515c34ba38b68421d52d7a4b4e7dc5e5fc64b7cfcd5ea0f2d86ee093
|
||||
size 26272
|
||||
3
joycond-1+git20250412.39d5728.tar.xz
Normal file
3
joycond-1+git20250412.39d5728.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2988a376396c03c5c9e2a156c826a26b0cfd96077de45ab09e17f8dc798a00c3
|
||||
size 26792
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 05 20:37:05 UTC 2025 - Tobias Görgens <suse.snooper541@passmail.net>
|
||||
|
||||
- Update to version 1+git20250412.39d5728:
|
||||
* data: Add AppStream file for announcing supported hardware
|
||||
* add support for n64 controller
|
||||
* virt_ctrlr_passthrough: send uevent change event when unlocked
|
||||
* uinput: ff: fix rumble for dual Joycon and Snes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 09:00:53 UTC 2022 - Florian "sp1rit" <sp1ritCS@protonmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package joycond
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2021/22 Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: joycond
|
||||
Version: 0.1.0+git.51~f9a6691
|
||||
Version: 1+git20250412.39d5728
|
||||
Release: 0
|
||||
Summary: Userspace daemon for using joy-cons with the hid-nintendo kernel driver
|
||||
Group: Hardware/Joystick
|
||||
@@ -69,8 +69,6 @@ mkdir -p %{buildroot}%{_unitdir}/
|
||||
mkdir -p %{buildroot}%{_udevrulesdir}/
|
||||
ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcjoycond
|
||||
mv %{buildroot}/etc/modules-load.d/%{name}.conf %{buildroot}%{_modulesloaddir}/%{name}.conf
|
||||
mv %{buildroot}/etc/systemd/system/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
|
||||
mv %{buildroot}/lib/udev/rules.d/{72,89}-joycond.rules %{buildroot}%{_udevrulesdir}/
|
||||
|
||||
%pre
|
||||
%service_add_pre %{name}.service
|
||||
@@ -91,6 +89,7 @@ mv %{buildroot}/lib/udev/rules.d/{72,89}-joycond.rules %{buildroot}%{_udevrulesd
|
||||
%{_sbindir}/rcjoycond
|
||||
%{_udevrulesdir}/72-%{name}.rules
|
||||
%{_udevrulesdir}/89-%{name}.rules
|
||||
%{_datadir}/metainfo/com.github.DanielOgorchock.joycond.metainfo.xml
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files autoload
|
||||
|
||||
Reference in New Issue
Block a user