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 12B03138334 for ; Fri, 11 Oct 2019 20:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B728CE0802; Fri, 11 Oct 2019 20:27:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9DEA0E082F for ; Fri, 11 Oct 2019 20:27:50 +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 6283734BBDC for ; Fri, 11 Oct 2019 20:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDF3B83F for ; Fri, 11 Oct 2019 20:27:46 +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: <1570822656.48c24039e4de657e4218a1016808cecda1915f83.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/discover/discover-9999.ebuild kde-plasma/discover/metadata.xml X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 48c24039e4de657e4218a1016808cecda1915f83 X-VCS-Branch: master Date: Fri, 11 Oct 2019 20:27:46 +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: c56e3d51-5840-44ab-810e-4083e1a0fcc2 X-Archives-Hash: ef1e21268b216cd30a122128d9508660 commit: 48c24039e4de657e4218a1016808cecda1915f83 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 11 19:37:36 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 11 19:37:36 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=48c24039 kde-plasma/discover: Add USE feedback Upstream commit f1f1597f4f2ea3870456a2f2ed184f9ebfc62bc3 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-9999.ebuild | 4 +++- kde-plasma/discover/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild index 1e3d615f81..6ab5dca1c7 100644 --- a/kde-plasma/discover/discover-9999.ebuild +++ b/kde-plasma/discover/discover-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE Plasma resources management GUI" HOMEPAGE="https://userbase.kde.org/Discover" KEYWORDS="" -IUSE="+firmware" +IUSE="+firmware feedback" # libmarkdown (app-text/discount) only used in PackageKitBackend DEPEND=" @@ -36,6 +36,7 @@ DEPEND=" $(add_qt_dep qtnetwork) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + feedback? ( dev-libs/kuserfeedback:5 ) firmware? ( sys-apps/fwupd ) " RDEPEND="${DEPEND} @@ -54,6 +55,7 @@ src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON -DCMAKE_DISABLE_FIND_PACKAGE_Snapd=ON -DBUILD_FlatpakBackend=OFF + $(cmake-utils_use_find_package feedback KUserFeedback) -DBUILD_FwupdBackend=$(usex firmware) ) diff --git a/kde-plasma/discover/metadata.xml b/kde-plasma/discover/metadata.xml index 59d0ace33b..e917da1f9f 100644 --- a/kde-plasma/discover/metadata.xml +++ b/kde-plasma/discover/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + Send anonymized usage information to KDE so they can better understand our users Enable support for firmware upgrades using sys-apps/fwupd