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>
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>
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>