Commit Graph

13 Commits

Author SHA1 Message Date
Erica Nebula
2203d5b073 games-util/input-remapper: Regenerate icon cache
Adds missing calls to xdg_icon_cache_update in postinst and postrm

Closes: https://bugs.gentoo.org/976340
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-05-31 11:43:36 -05:00
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
b137ce8cf7 games-util/input-remapper: drop 2.1.1
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-02-17 01:20:51 -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
d20f6a17ec games-util/input-remapper: enable py3.14
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-02-17 00:57:38 -06:00
Erica Nebula
a41eeadd61 games-util/input-remapper: 9999: Handle build system changes
The dev has dropped setup.py but continues to use setuptools.

Two patches introduced:
1. Dev has not specified a build-backend in pyproject.toml
2. mo-file generation manual execution (used to get handled by setup.py)

Also "pydbus" has been replaced with "dasbus"

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-02-17 00:47:36 -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
Erica Nebula
a475078f4d games-util/input-remapper: new package, add 2.1.1, 9999
Upstream still expects you to use setup.py. Ebuild is updated to be
PEP517 compatible. All non-python files are patched out of setup.py and
manually installed during src_install() instead.

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2025-07-24 14:09:10 -05:00