There is an updated pull request by CtrlC-Root against master on the void-packages repository https://github.com/CtrlC-Root/void-packages update-libspnav https://github.com/void-linux/void-packages/pull/44552 libspnav: update to 1.1, minor fixes #### Testing the changes - I tested the changes in this PR: **YES** Using a SpaceMouse Pro Wireless with the latest upstream versions of `spacenavd`, `spnavcfg`, and the latest version of FreeCAD in the repository. ![libspnav-1 1-test-spacemouse-pro-wireless](https://github.com/void-linux/void-packages/assets/4819590/652ba122-021a-4f17-954d-7243073f1f2e) #### Local build testing - I built this PR locally for my native architecture, x86_64 #### Notes * The upstream sources are now accessible on GitHub (for all three related packages). The 1.1 version is not on SourceForge so I switched the `distfiles` to GitHub. * I dropped the `do_build()` section as it doesn't seem to be necessary when using the `gnu-configure` build style. If there's something I missed here for why this should be kept in please let me know. * The library supports a non-X11 build but I'm not sure how to expose that. Does XBPS support variants like that? If it matters to someone and you can point me to the relevant documentation I would be willing to add it. * I plan to package `spacenavd` and `spnavcfg` next which will depend on this library. A patch file from https://github.com/void-linux/void-packages/pull/44552.patch is attached