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>
This commit is contained in:
Erica Nebula
2026-05-24 21:37:59 -05:00
parent 5340af0c34
commit 8d055c1f31
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 systemd udev desktop
inherit distutils-r1 systemd udev desktop xdg
DESCRIPTION="A tool to change and program the mapping of your input device buttons"
HOMEPAGE="https://github.com/sezanzeb/input-remapper"

View File

@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 systemd git-r3 udev desktop
inherit distutils-r1 systemd git-r3 udev desktop xdg
DESCRIPTION="A tool to change and program the mapping of your input device buttons"
HOMEPAGE="https://github.com/sezanzeb/input-remapper"