diff options
Diffstat (limited to 'kde-apps/parley')
-rw-r--r-- | kde-apps/parley/parley-21.12.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kde-apps/parley/parley-21.12.3.ebuild b/kde-apps/parley/parley-21.12.3.ebuild index f6050a9e3946..96dcf316d469 100644 --- a/kde-apps/parley/parley-21.12.3.ebuild +++ b/kde-apps/parley/parley-21.12.3.ebuild @@ -8,7 +8,7 @@ ECM_HANDBOOK_DIR="docs" PVCUT=$(ver_cut 1-3) KFMIN=5.88.0 QTMIN=5.15.2 -inherit ecm kde.org +inherit ecm kde.org optfeature DESCRIPTION="A vocabulary trainer to help you memorize things" HOMEPAGE="https://apps.kde.org/parley/" @@ -54,3 +54,8 @@ src_prepare() { ecm_src_prepare cmake_comment_add_subdirectory plugins } + +pkg_postinst() { + optfeature "online access to translations" app-i18n/translate-shell + ecm_pkg_postinst +} |