diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-11 22:17:33 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-11 22:17:33 +0200 |
| commit | c9a136215aa534af8c5035bbff96842e4d5965c4 (patch) | |
| tree | 3000a1a6f868cd97d1e88f4f163a57ecb99a7c93 | |
| parent | 48c24039e4de657e4218a1016808cecda1915f83 (diff) | |
| download | kde-c9a136215aa534af8c5035bbff96842e4d5965c4.tar.gz kde-c9a136215aa534af8c5035bbff96842e4d5965c4.tar.bz2 kde-c9a136215aa534af8c5035bbff96842e4d5965c4.zip | |
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 <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/plasma-workspace/metadata.xml | 1 | ||||
| -rw-r--r-- | kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index 38d3c035733..1bd24be8c5d 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -7,6 +7,7 @@ </maintainer> <use> <flag name="appstream">Enable AppStream software metadata support</flag> + <flag name="feedback">Enable User Feedback KCM</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> diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index d6b7b9c8629..d975b23a779 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) |
