summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2023-11-07 15:23:46 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2023-11-07 15:51:25 +0100
commit89d998006f42e93b5dff047e50a99c45539736f2 (patch)
treeaa2263a696e8729959a2967316318636cf6c9a37 /app-text
parentapp-text/openpaperwork-core: install l10n (diff)
downloadgentoo-89d998006f42e93b5dff047e50a99c45539736f2.tar.gz
gentoo-89d998006f42e93b5dff047e50a99c45539736f2.tar.bz2
gentoo-89d998006f42e93b5dff047e50a99c45539736f2.zip
app-text/openpaperwork-gtk: install l10n
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild
index c63bc8735923..31627a143e68 100644
--- a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild
+++ b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild
@@ -23,8 +23,15 @@ RDEPEND="app-text/openpaperwork-core[${PYTHON_USEDEP}]
gui-libs/libhandy
x11-libs/gtk+:3[introspection]"
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
+}