From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1148659-garchives=archives.gentoo.org@lists.gentoo.org> 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 BBB19138350 for <garchives@archives.gentoo.org>; Thu, 27 Feb 2020 21:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C404CE08BD; Thu, 27 Feb 2020 21:09:01 +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 A88BEE08BD for <gentoo-commits@lists.gentoo.org>; Thu, 27 Feb 2020 21:09:01 +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 286D234F2BD for <gentoo-commits@lists.gentoo.org>; Thu, 27 Feb 2020 21:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E03166 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Feb 2020 21:08:57 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1582834537.2fea07068744aaae6558eaef4cf202e4f54457de.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaddressbook/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kaddressbook/kaddressbook-9999.ebuild kde-apps/kaddressbook/metadata.xml X-VCS-Directories: kde-apps/kaddressbook/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2fea07068744aaae6558eaef4cf202e4f54457de X-VCS-Branch: master Date: Thu, 27 Feb 2020 21:08:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2185d2ba-5b62-452c-83e7-47f301e50f51 X-Archives-Hash: bbc4e1db04b65a4f21e3b0836ef0686e commit: 2fea07068744aaae6558eaef4cf202e4f54457de Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 27 20:15:37 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 27 20:15:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fea0706 kde-apps/kaddressbook: Add USE feedback Upstream commit 9e510ed5f4c8bfb1e464f7add42330fd07bc0900 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kaddressbook/kaddressbook-9999.ebuild | 11 ++++++++++- kde-apps/kaddressbook/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/kde-apps/kaddressbook/kaddressbook-9999.ebuild b/kde-apps/kaddressbook/kaddressbook-9999.ebuild index b96485b1a1..6188fbe3df 100644 --- a/kde-apps/kaddressbook/kaddressbook-9999.ebuild +++ b/kde-apps/kaddressbook/kaddressbook-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://kde.org/applications/office/org.kde.kaddressbook" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" SLOT="5" KEYWORDS="" -IUSE="" +IUSE="feedback" DEPEND=" >=app-crypt/gpgme-1.11.1[cxx,qt5] @@ -53,11 +53,20 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/prison-${KFMIN}:5 + feedback? ( dev-libs/kuserfeedback:5 ) " RDEPEND="${DEPEND} >=kde-apps/kdepim-runtime-${PVCUT}:5 " +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package feedback KUserFeedback) + ) + + ecm_src_configure +} + pkg_postinst() { ecm_pkg_postinst diff --git a/kde-apps/kaddressbook/metadata.xml b/kde-apps/kaddressbook/metadata.xml index 2fdbf33d96..6bb4132173 100644 --- a/kde-apps/kaddressbook/metadata.xml +++ b/kde-apps/kaddressbook/metadata.xml @@ -5,4 +5,7 @@ <email>kde@gentoo.org</email> <name>Gentoo KDE Project</name> </maintainer> + <use> + <flag name="feedback">Send anonymized usage information to KDE so they can better understand our users</flag> + </use> </pkgmetadata>