Skip to content

Commit

Permalink
kde-plasma/plasma-workspace: Rename USE feedback to telemetry
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Apr 23, 2020
1 parent 676a796 commit d25351f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kde-plasma/plasma-workspace/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</maintainer>
<use>
<flag name="appstream">Enable AppStream software metadata support</flag>
<flag name="feedback">Enable User Feedback control module for <pkg>kde-plasma/systemsettings</pkg></flag>
<flag name="geolocation">Enables dataengine providing location information</flag>
<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
<flag name="qrcode">Enable support for creating QR codes from clipboard data using <pkg>kde-frameworks/prison</pkg></flag>
<flag name="telemetry">Enable User Feedback control module for <pkg>kde-plasma/systemsettings</pkg></flag>
</use>
</pkgmetadata>
6 changes: 3 additions & 3 deletions kde-plasma/plasma-workspace/plasma-workspace-5.18.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )"

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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) )
Expand Down

0 comments on commit d25351f

Please sign in to comment.