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/kshutdown/kshutdown-9999.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'trinity-apps/kshutdown') diff --git a/trinity-apps/kshutdown/kshutdown-9999.ebuild b/trinity-apps/kshutdown/kshutdown-9999.ebuild index 73e1f479..06e0fecb 100644 --- a/trinity-apps/kshutdown/kshutdown-9999.ebuild +++ b/trinity-apps/kshutdown/kshutdown-9999.ebuild @@ -7,9 +7,8 @@ TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_HANDBOOK="optional" -TRINITY_LANGS="ar bg cs de es fr hu it nl - pl pt_BR ru sk sv tr zh_CN" - +TRINITY_LANGS="ar bg cs de es fr hu it nl pl pt_BR ru sk sv tr zh_CN" + TRINITY_DOC_LANGS="de" inherit trinity-base-2 @@ -18,21 +17,22 @@ DESCRIPTION="A graphical shutdown utility for TDE" HOMEPAGE="http://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" -IUSE="extras" +need-trinity + +SLOT="${TRINITY_VER}" + +IUSE+=" extras" -RDEPEND=" +RDEPEND+=" =trinity-base/tdesu-${PV} =trinity-base/kcontrol-${PV} =trinity-base/kdialog-${PV}" -need-trinity - -SLOT="${TRINITY_VER}" - src_configure() { mycmakeargs=( + -DBUILD_TRANSLATIONS=ON -DBUILD_EXTRAS="$(usex extras)" ) trinity-base-2_src_configure -} \ No newline at end of file +} -- cgit v1.2.1