diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-24 12:21:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-24 13:01:43 +0100 |
commit | 40fef88166040b94aedc40bc69dcc6f405680a37 (patch) | |
tree | 5877bff7059d5f24d1a6c7b578c3ec3eeee22d3f /kde-apps | |
parent | dev-util/kdevelop-python: No python3_10 support (diff) | |
download | gentoo-40fef88166040b94aedc40bc69dcc6f405680a37.tar.gz gentoo-40fef88166040b94aedc40bc69dcc6f405680a37.tar.bz2 gentoo-40fef88166040b94aedc40bc69dcc6f405680a37.zip |
kde-apps/parley: pkg_postinst optfeature re app-i18n/translate-shell
Upstream commit ca4c3cbeff92b954ca70554900103d76378af305
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-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 +} |