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 B0F01138335 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 BF31EE082F; Fri, 11 Oct 2019 20:27:50 +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 92C0DE0802 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 596B434BBDB 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 E0E7A840 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: <1570825053.c9a136215aa534af8c5035bbff96842e4d5965c4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/metadata.xml kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c9a136215aa534af8c5035bbff96842e4d5965c4 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: 351d40e5-a822-4368-be22-cf66fc51f3cf X-Archives-Hash: 2b58c904f8641e861d567502b4ed3a30 commit: c9a136215aa534af8c5035bbff96842e4d5965c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 11 20:17:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 11 20:17:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9a13621 kde-plasma/plasma-workspace: Add USE feedback Upstream commit 15dd744a3ba42cecc04f3e7a51148e9be3345c6d Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/metadata.xml | 1 + kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index 38d3c03573..1bd24be8c5 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -7,6 +7,7 @@ Enable AppStream software metadata support + Enable User Feedback KCM Enables dataengine providing location information Enable Qalculate runner using sci-libs/libqalculate Enable support for creating QR codes from clipboard data using kde-frameworks/prison diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index d6b7b9c862..d975b23a77 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE Plasma workspace" KEYWORDS="" -IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop systemd" +IUSE="appstream +calendar feedback geolocation gps qalculate qrcode +semantic-desktop systemd" REQUIRED_USE="gps? ( geolocation )" @@ -80,6 +80,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) calendar? ( $(add_frameworks_dep kholidays) ) + feedback? ( dev-libs/kuserfeedback:5 ) geolocation? ( $(add_frameworks_dep networkmanager-qt) ) gps? ( sci-geosciences/gpsd ) qalculate? ( sci-libs/libqalculate:= ) @@ -137,6 +138,7 @@ src_configure() { -DBUILD_xembed-sni-proxy=OFF $(cmake-utils_use_find_package appstream AppStreamQt) $(cmake-utils_use_find_package calendar KF5Holidays) + $(cmake-utils_use_find_package feedback KUserFeedback) $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt) $(cmake-utils_use_find_package qalculate Qalculate) $(cmake-utils_use_find_package qrcode KF5Prison)