Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/
Date: Fri, 11 Oct 2019 20:27:52
Message-Id: 1570825053.c9a136215aa534af8c5035bbff96842e4d5965c4.asturm@gentoo
1 commit: c9a136215aa534af8c5035bbff96842e4d5965c4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 20:17:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 20:17:33 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9a13621
7
8 kde-plasma/plasma-workspace: Add USE feedback
9
10 Upstream commit 15dd744a3ba42cecc04f3e7a51148e9be3345c6d
11
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/plasma-workspace/metadata.xml | 1 +
16 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 4 +++-
17 2 files changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml
20 index 38d3c03573..1bd24be8c5 100644
21 --- a/kde-plasma/plasma-workspace/metadata.xml
22 +++ b/kde-plasma/plasma-workspace/metadata.xml
23 @@ -7,6 +7,7 @@
24 </maintainer>
25 <use>
26 <flag name="appstream">Enable AppStream software metadata support</flag>
27 + <flag name="feedback">Enable User Feedback KCM</flag>
28 <flag name="geolocation">Enables dataengine providing location information</flag>
29 <flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
30 <flag name="qrcode">Enable support for creating QR codes from clipboard data using <pkg>kde-frameworks/prison</pkg></flag>
31
32 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
33 index d6b7b9c862..d975b23a77 100644
34 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
35 +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
36 @@ -10,7 +10,7 @@ inherit kde5
37
38 DESCRIPTION="KDE Plasma workspace"
39 KEYWORDS=""
40 -IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop systemd"
41 +IUSE="appstream +calendar feedback geolocation gps qalculate qrcode +semantic-desktop systemd"
42
43 REQUIRED_USE="gps? ( geolocation )"
44
45 @@ -80,6 +80,7 @@ COMMON_DEPEND="
46 x11-libs/xcb-util-image
47 appstream? ( dev-libs/appstream[qt5] )
48 calendar? ( $(add_frameworks_dep kholidays) )
49 + feedback? ( dev-libs/kuserfeedback:5 )
50 geolocation? ( $(add_frameworks_dep networkmanager-qt) )
51 gps? ( sci-geosciences/gpsd )
52 qalculate? ( sci-libs/libqalculate:= )
53 @@ -137,6 +138,7 @@ src_configure() {
54 -DBUILD_xembed-sni-proxy=OFF
55 $(cmake-utils_use_find_package appstream AppStreamQt)
56 $(cmake-utils_use_find_package calendar KF5Holidays)
57 + $(cmake-utils_use_find_package feedback KUserFeedback)
58 $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt)
59 $(cmake-utils_use_find_package qalculate Qalculate)
60 $(cmake-utils_use_find_package qrcode KF5Prison)