commit:     c9a136215aa534af8c5035bbff96842e4d5965c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 20:17:33 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
        </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 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)

Reply via email to