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 29671138350 for ; Mon, 24 Feb 2020 22:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D367E09EC; Mon, 24 Feb 2020 22:23:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 54DF6E09EC for ; Mon, 24 Feb 2020 22:23:35 +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 545D134F1E2 for ; Mon, 24 Feb 2020 22:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018DCAF for ; Mon, 24 Feb 2020 22:23:32 +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: <1582582999.c2369c7fd96bd4f04ff4e53efc05b5910bcf63e6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/korganizer/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/korganizer/korganizer-9999.ebuild kde-apps/korganizer/metadata.xml X-VCS-Directories: kde-apps/korganizer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2369c7fd96bd4f04ff4e53efc05b5910bcf63e6 X-VCS-Branch: master Date: Mon, 24 Feb 2020 22:23:32 +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: e98b12b2-f237-4d63-862e-9eec0b1d3dee X-Archives-Hash: 8f4ee63d6397fa241212c7a6a981ca05 commit: c2369c7fd96bd4f04ff4e53efc05b5910bcf63e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 24 22:17:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 24 22:23:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2369c7f kde-apps/korganizer: Add USE feedback Upstream commit 019a733a03f6d3be0fa66ed8c6d5238ba43a51e2 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/korganizer/korganizer-9999.ebuild | 4 +++- kde-apps/korganizer/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-apps/korganizer/korganizer-9999.ebuild b/kde-apps/korganizer/korganizer-9999.ebuild index 83553ab6b4..ed20ab4c48 100644 --- a/kde-apps/korganizer/korganizer-9999.ebuild +++ b/kde-apps/korganizer/korganizer-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://kde.org/applications/office/org.kde.korganizer" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" SLOT="5" KEYWORDS="" -IUSE="X" +IUSE="feedback X" BDEPEND=" test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) @@ -69,6 +69,7 @@ COMMON_DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 + feedback? ( dev-libs/kuserfeedback:5 ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 x11-libs/libX11 @@ -88,6 +89,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( + $(cmake_use_find_package feedback KUserFeedback) $(cmake_use_find_package X X11) ) diff --git a/kde-apps/korganizer/metadata.xml b/kde-apps/korganizer/metadata.xml index 2fdbf33d96..6bb4132173 100644 --- a/kde-apps/korganizer/metadata.xml +++ b/kde-apps/korganizer/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 +