mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Copyright 2025-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -21,6 +21,7 @@ KEYWORDS="~amd64"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/remove-non-python-files-from-setup.patch"
|
||||
"${FILESDIR}/fix-translations.patch"
|
||||
)
|
||||
|
||||
RDEPEND="x11-libs/gtk+:3
|
||||
@@ -36,6 +37,8 @@ $(python_gen_cond_dep '
|
||||
')
|
||||
virtual/udev"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user