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/krename/krename-9999.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'trinity-apps/krename/krename-9999.ebuild') diff --git a/trinity-apps/krename/krename-9999.ebuild b/trinity-apps/krename/krename-9999.ebuild index 2625d2d8..fde68e57 100644 --- a/trinity-apps/krename/krename-9999.ebuild +++ b/trinity-apps/krename/krename-9999.ebuild @@ -8,7 +8,7 @@ TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_HANDBOOK="optional" TRINITY_LANGS="bs de es fr hu it ja nl - pl pt_BR ru sl sv tr zh_CN zh_TW" + pl pt_BR ru sl sv tr zh_CN zh_TW" inherit trinity-base-2 @@ -20,6 +20,14 @@ need-trinity SLOT="${TRINITY_VER}" +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} + pkg_postinst () { echo einfo "Please note that KRename can use TDE's file information plugins as they're" -- cgit v1.2.1