diff options
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 +} |