Package Details: libx52 0.3.3-3

Git Clone URL: https://aur.archlinux.org/libx52.git (read-only, click to copy)
Package Base: libx52
Description: Application to control the MFD and LEDs of a Saitek X52/X52Pro HOTAS
Upstream URL: https://github.com/nirenjan/libx52
Licenses: GPL2
Submitter: nirenjan
Maintainer: nirenjan (trinitronx)
Last Packager: nirenjan
Votes: 5
Popularity: 0.001577
First Submitted: 2021-09-22 22:19 (UTC)
Last Updated: 2026-03-13 16:47 (UTC)

Latest Comments

nirenjan commented on 2026-03-13 16:30 (UTC)

Yes, you're absolutely right, I just pushed a fix for this.

TipsyTheCat commented on 2026-03-13 03:22 (UTC)

inih should be libinih in the deps, right?

nirenjan commented on 2024-06-04 23:35 (UTC)

Thank you, I'm having issues pushing my changes to AUR at the moment, but I have fixed the changes in git HEAD.

trinitronx commented on 2024-06-02 08:35 (UTC)

Just an FYI: It seems that this package currently FTBFS (fails to build from source).

Full details in bug report here: nirenjan/libx52#52

nirenjan commented on 2023-01-10 14:18 (UTC)

Thank you for letting me know. This is fixed in 0.3.0-2

VorpalWay commented on 2023-01-10 09:52 (UTC)

There is a slight issue in the PKGBUILD. The config file /etc/x52d/x52d.conf should be listed in the backup=() array so that local changes are not overwritten on upgrades.

E.g.

backup=( 'etc/x52d/x52d.conf' )