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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33CAC138350 for ; Mon, 2 Mar 2020 17:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CAD6E08B0; Mon, 2 Mar 2020 17:16:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28F88E08B0 for ; Mon, 2 Mar 2020 17:16:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7A9134F4B6 for ; Mon, 2 Mar 2020 17:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3C2F165 for ; Mon, 2 Mar 2020 17:16:35 +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: <1583169090.07ee6eab048724d2386692274c5dc18fac57a3c5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-9999.ebuild kde-apps/kmail/metadata.xml X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07ee6eab048724d2386692274c5dc18fac57a3c5 X-VCS-Branch: master Date: Mon, 2 Mar 2020 17:16:35 +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: ccfebbc5-1e59-4662-a614-88e650b82e22 X-Archives-Hash: 8ea2e8d917511ea3ea50b0a51b32a362 commit: 07ee6eab048724d2386692274c5dc18fac57a3c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 2 17:11:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 2 17:11:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=07ee6eab kde-apps/kmail: Add USE feedback Upstream commit 0ad6adbc5eda3b273775a6ed1e06b2ba3559a753 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmail/kmail-9999.ebuild | 11 ++++++++++- kde-apps/kmail/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index c6047c25f1..ab10fa6b17 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -18,7 +18,7 @@ https://kontact.kde.org/components/kmail.html" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" SLOT="5" KEYWORDS="" -IUSE="" +IUSE="feedback" # drop qtcore subslot operator when QT_MINIMAL >= 5.14.0 BDEPEND=" @@ -77,6 +77,7 @@ COMMON_DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 + feedback? ( dev-libs/kuserfeedback:5 ) " DEPEND="${COMMON_DEPEND} >=kde-apps/kcalutils-${PVCUT}:5 @@ -98,6 +99,14 @@ src_prepare() { fi } +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package feedback KUserFeedback) + ) + + ecm_src_configure +} + pkg_postinst() { ecm_pkg_postinst diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml index 2fdbf33d96..6bb4132173 100644 --- a/kde-apps/kmail/metadata.xml +++ b/kde-apps/kmail/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Send anonymized usage information to KDE so they can better understand our users +