commit: 8fd797a1170c030d0a0eef45e312e221e02b718c
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 7 14:21:59 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Nov 7 14:51:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd797a1
app-text/openpaperwork-core: install l10n
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
app-text/openpaperwork-core/openpaperwork-core-2.2.1.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/app-text/openpaperwork-core/openpaperwork-core-2.2.1.ebuild
b/app-text/openpaperwork-core/openpaperwork-core-2.2.1.ebuild
index ec1063f19429..add748104564 100644
--- a/app-text/openpaperwork-core/openpaperwork-core-2.2.1.ebuild
+++ b/app-text/openpaperwork-core/openpaperwork-core-2.2.1.ebuild
@@ -18,8 +18,15 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/distro[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ sys-devel/gettext"
S=${WORKDIR}/paperwork-${PV}/${PN}
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_compile() {
+ emake l10n_compile
+
+ distutils-r1_python_compile
+}