Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
Date: Thu, 31 May 2018 13:24:36
Message-Id: 1527773056.a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1.asturm@gentoo
1 commit: a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 13:23:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 13:24:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a269cc1d
7
8 kde-misc/kdeconnect: Drop USE=sms, exists only in master branch
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild | 5 +----
13 kde-misc/kdeconnect/metadata.xml | 1 -
14 2 files changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
17 index b826ef6e3ba..a4c3a879ba2 100644
18 --- a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
19 +++ b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
20 @@ -18,7 +18,7 @@ fi
21 DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
22 HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
23 LICENSE="GPL-2+"
24 -IUSE="app sms wayland"
25 +IUSE="app wayland"
26
27 DEPEND="
28 $(add_frameworks_dep kcmutils)
29 @@ -43,12 +43,10 @@ DEPEND="
30 x11-libs/libX11
31 x11-libs/libXtst
32 app? ( $(add_frameworks_dep kdeclarative) )
33 - sms? ( $(add_frameworks_dep kpeople) )
34 wayland? ( $(add_frameworks_dep kwayland) )
35 "
36 RDEPEND="${DEPEND}
37 app? ( $(add_frameworks_dep kirigami) )
38 - sms? ( $(add_frameworks_dep kirigami) )
39 wayland? ( $(add_plasma_dep kwin) )
40 !kde-misc/kdeconnect:4
41 "
42 @@ -68,7 +66,6 @@ src_prepare() {
43 src_configure() {
44 local mycmakeargs=(
45 -DEXPERIMENTALAPP_ENABLED=$(usex app)
46 - -DSMSAPP_ENABLED=$(usex sms)
47 $(cmake-utils_use_find_package wayland KF5Wayland)
48 )
49
50
51 diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
52 index ccae5861e28..b2a2f800e42 100644
53 --- a/kde-misc/kdeconnect/metadata.xml
54 +++ b/kde-misc/kdeconnect/metadata.xml
55 @@ -8,7 +8,6 @@
56 <use>
57 <flag name="app">Enable experimental kcapp frontend</flag>
58 <flag name="mousepad">Enable remote mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
59 - <flag name="sms">Enable SMS support using <pkg>kde-frameworks/kpeople</pkg></flag>
60 <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
61 </use>
62 </pkgmetadata>