From 95b8d4d0851d830f047eaef87dbc66cde7df95be Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 2 Apr 2020 04:10:23 +0200 Subject: Live ebuilds: Fix translation support of trinity-apps. Signed-off-by: Chris --- trinity-apps/knutclient/knutclient-9999.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'trinity-apps/knutclient') diff --git a/trinity-apps/knutclient/knutclient-9999.ebuild b/trinity-apps/knutclient/knutclient-9999.ebuild index 5d814ea7..c8b07572 100644 --- a/trinity-apps/knutclient/knutclient-9999.ebuild +++ b/trinity-apps/knutclient/knutclient-9999.ebuild @@ -6,8 +6,10 @@ TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_HANDBOOK="optional" -TRINITY_LANGS="cs de en es fr it pl pt_BR ru uk" -TRINITY_DOC_LANGS="cs en" + +TRINITY_LANGS="cs de es fr it pl pt_BR ru uk" + +TRINITY_DOC_LANGS="cs" inherit trinity-base-2 @@ -18,3 +20,11 @@ LICENSE="|| ( GPL-2 GPL-3 )" need-trinity SLOT="${TRINITY_VER}" + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} -- cgit v1.2.1