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 4E2EA138351 for ; Thu, 23 Apr 2020 22:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B8BE0A60; Thu, 23 Apr 2020 22:07:29 +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 5AB4BE0A5D for ; Thu, 23 Apr 2020 22:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F40E534F277 for ; Thu, 23 Apr 2020 22:07:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704871EE for ; Thu, 23 Apr 2020 22:07:26 +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: <1587679615.d25351f20b63fcfb281eb019858da905744618b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/metadata.xml kde-plasma/plasma-workspace/plasma-workspace-5.18.4.1.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d25351f20b63fcfb281eb019858da905744618b6 X-VCS-Branch: master Date: Thu, 23 Apr 2020 22:07:26 +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: 8475a4be-abdd-4b85-97fb-2a03465cb9ed X-Archives-Hash: 93c4a2ef654464177d0146784c9e2278 commit: d25351f20b63fcfb281eb019858da905744618b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 23 10:18:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 23 22:06:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25351f2 kde-plasma/plasma-workspace: Rename USE feedback to telemetry Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/metadata.xml | 2 +- kde-plasma/plasma-workspace/plasma-workspace-5.18.4.1.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index 418be213772..81b17250643 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -7,9 +7,9 @@ Enable AppStream software metadata support - Enable User Feedback control module for kde-plasma/systemsettings 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 + Enable User Feedback control module for kde-plasma/systemsettings diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.18.4.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.18.4.1.ebuild index 86e79d85708..c71af205dab 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.18.4.1.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.18.4.1.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="KDE Plasma workspace" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="appstream +calendar feedback geolocation gps qalculate qrcode +semantic-desktop systemd" +IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop systemd telemetry" REQUIRED_USE="gps? ( geolocation )" @@ -87,12 +87,12 @@ COMMON_DEPEND=" x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 ) - feedback? ( dev-libs/kuserfeedback:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) gps? ( sci-geosciences/gpsd ) qalculate? ( sci-libs/libqalculate:= ) qrcode? ( >=kde-frameworks/prison-${KFMIN}:5 ) semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 ) + telemetry? ( dev-libs/kuserfeedback:5 ) " DEPEND="${COMMON_DEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 @@ -176,11 +176,11 @@ src_configure() { -DBUILD_xembed-sni-proxy=OFF $(cmake_use_find_package appstream AppStreamQt) $(cmake_use_find_package calendar KF5Holidays) - $(cmake_use_find_package feedback KUserFeedback) $(cmake_use_find_package geolocation KF5NetworkManagerQt) $(cmake_use_find_package qalculate Qalculate) $(cmake_use_find_package qrcode KF5Prison) $(cmake_use_find_package semantic-desktop KF5Baloo) + $(cmake_use_find_package telemetry KUserFeedback) ) use geolocation && mycmakeargs+=( $(cmake_use_find_package gps libgps) )