diff options
author | Chris <xchrisx@uber.space> | 2020-04-02 04:10:23 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-04-02 20:43:32 +0000 |
commit | 95b8d4d0851d830f047eaef87dbc66cde7df95be (patch) | |
tree | 0f52ccce2949731d5f1ca94137cc8442acbd2e6e /trinity-apps/kshutdown | |
parent | 8c258a9601f1953d5fb652c14418df70f4f9bd89 (diff) | |
download | tde-packaging-gentoo-95b8d4d0851d830f047eaef87dbc66cde7df95be.tar.gz tde-packaging-gentoo-95b8d4d0851d830f047eaef87dbc66cde7df95be.zip |
Live ebuilds: Fix translation support of trinity-apps.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-apps/kshutdown')
-rw-r--r-- | trinity-apps/kshutdown/kshutdown-9999.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
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 +} |