* 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 OBS-URL: https://build.opensuse.org/package/show/hardware/joycond?expand=0&rev=11
17 lines
593 B
XML
17 lines
593 B
XML
<!-- vim: set noexpandtab ft=xml ts=4 sw=4: -->
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/DanielOgorchock/joycond.git</param>
|
|
<param name="scm">git</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="manual" />
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|