commit:     84ff41d282d70c710e6615ca736be58383e6a38e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 16:03:47 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 16:03:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=84ff41d2

kde-misc/kdeconnect: remove telepathy USE flag

Upstream-commit: e896449e7488da2a88374914f0b955db0c62c62c

Package-Manager: portage-2.3.2

 kde-misc/kdeconnect/kdeconnect-9999.ebuild | 5 +----
 kde-misc/kdeconnect/metadata.xml           | 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild 
b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
index fed9a23..9b4f339 100644
--- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.kde.org/ 
https://community.kde.org/KDEConnect";
 
 LICENSE="GPL-2+"
 KEYWORDS=""
-IUSE="app +telepathy wayland"
+IUSE="app wayland"
 
 DEPEND="
        $(add_frameworks_dep kcmutils)
@@ -39,7 +39,6 @@ DEPEND="
        x11-libs/libX11
        x11-libs/libXtst
        app? ( $(add_frameworks_dep kdeclarative) )
-       telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
        wayland? ( $(add_frameworks_dep kwayland) )
 "
 RDEPEND="${DEPEND}
@@ -61,8 +60,6 @@ src_prepare() {
 src_configure() {
        local mycmakeargs=(
                -DEXPERIMENTALAPP_ENABLED=$(usex app)
-               $(cmake-utils_use_find_package telepathy TelepathyQt5)
-               $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
                $(cmake-utils_use_find_package wayland KF5Wayland)
        )
 

diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 67aab70..2dc330a 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -7,7 +7,6 @@
        </maintainer>
        <use>
                <flag name="app">Enable experimental kcapp frontend</flag>
-               <flag name="telepathy">Enable <pkg>net-libs/telepathy-qt</pkg> 
support to receive text messages and respond to them</flag>
                <flag name="wayland">Enable kwin_wayland support for mousepad 
plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
        </use>
 </pkgmetadata>

Reply via email to