From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F45615808B for ; Thu, 24 Mar 2022 12:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B80A4E08FC; Thu, 24 Mar 2022 12:02:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BE95E08FC for ; Thu, 24 Mar 2022 12:02:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CCBD342F1E for ; Thu, 24 Mar 2022 12:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3868532E for ; Thu, 24 Mar 2022 12:02:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1648123303.40fef88166040b94aedc40bc69dcc6f405680a37.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/parley/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/parley/parley-21.12.3.ebuild X-VCS-Directories: kde-apps/parley/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 40fef88166040b94aedc40bc69dcc6f405680a37 X-VCS-Branch: master Date: Thu, 24 Mar 2022 12:02:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1fcc0b6-607a-412d-8a85-1e6efa175099 X-Archives-Hash: 6064df163d9a5b24a1e853cfa7caae93 commit: 40fef88166040b94aedc40bc69dcc6f405680a37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 24 11:21:10 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 24 12:01:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fef881 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 gentoo.org> kde-apps/parley/parley-21.12.3.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}