Commit Graph

8 Commits

Author SHA1 Message Date
Erica Nebula
8b69ccccae games-util/input-remapper: fix multiple pkg_postinst
While adding post-install messaging I created a second pkg_postinst
instead of using the existing one, causing udev_reload to not be
executed anymore. This merges the two back into one.

Closes: https://bugs.gentoo.org/975963
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-05-24 21:59:20 -05:00
Erica Nebula
24f2598001 games-util/input-remapper: Skip tests
Some tests error out, others hang indefinitely. Likely require
additional dependencies and setup - they are targeted at contributors,
not users.

Disabling them until I can find a way to run them successfully.

Closes: https://bugs.gentoo.org/975950
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-05-24 21:59:20 -05:00
Erica Nebula
8d055c1f31 games-util/input-remapper: import xdg
Fixes issue where icons are being installed but icon cache is not being
regenerated

Closes: https://bugs.gentoo.org/975964
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-05-24 21:59:20 -05:00
Erica Nebula
8638e1d3ff games-util/input-remapper: 2.2.0 add missing dep
This version still relies on pkg-resources which is currently
deprecated. It also relies on pydbus which never received support for
python 3.14.

Both issues are fixed upstream already but the author has not cut a new
versioned release yet.

For now I've added the missing pkg-resources dependency along with
post-install messaging encouraging users to switch to the live ebuild
until a new verion is released.

Closes: https://bugs.gentoo.org/975149
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-05-17 01:34:36 -05:00
David Roman
68fbddeaec */*: drop py3.11 & remove dead py impls
Part-of: https://github.com/gentoo/guru/pull/447
Closes: https://github.com/gentoo/guru/pull/447
Signed-off-by: David Roman <stkw0@disroot.org>
2026-03-10 10:54:23 +01:00
Erica Nebula
14a982da0c games-util/input-remapper: Improve indentation
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-02-19 22:34:19 -06:00
Erica Nebula
e55d5f5f70 games-util/input-remapper: 2.2.0: Fix translation file paths
Learned from current 9999 build, mo file installation path was missing
LC_MESSAGES subfolder. Tested and working now.

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-02-17 01:19:50 -06:00
Erica Nebula
0f534e4e5d games-util/input-remapper: add 2.2.0
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2025-11-02 20:24:38 -06:00