kde-misc/kdeconnect: Drop USE=sms, exists only in master branch
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 31 May 2018 13:23:38 +0000 (15:23 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 31 May 2018 13:24:16 +0000 (15:24 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
kde-misc/kdeconnect/metadata.xml

index b826ef6e3ba187639f3d9b35dd4b6c61526167ee..a4c3a879ba281d22d23137ed8945620af05d64f7 100644 (file)
@@ -18,7 +18,7 @@ fi
 DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
 HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
 LICENSE="GPL-2+"
-IUSE="app sms wayland"
+IUSE="app wayland"
 
 DEPEND="
        $(add_frameworks_dep kcmutils)
@@ -43,12 +43,10 @@ DEPEND="
        x11-libs/libX11
        x11-libs/libXtst
        app? ( $(add_frameworks_dep kdeclarative) )
-       sms? ( $(add_frameworks_dep kpeople) )
        wayland? ( $(add_frameworks_dep kwayland) )
 "
 RDEPEND="${DEPEND}
        app? ( $(add_frameworks_dep kirigami) )
-       sms? ( $(add_frameworks_dep kirigami) )
        wayland? ( $(add_plasma_dep kwin) )
        !kde-misc/kdeconnect:4
 "
@@ -68,7 +66,6 @@ src_prepare() {
 src_configure() {
        local mycmakeargs=(
                -DEXPERIMENTALAPP_ENABLED=$(usex app)
-               -DSMSAPP_ENABLED=$(usex sms)
                $(cmake-utils_use_find_package wayland KF5Wayland)
        )
 
index ccae5861e28229e5e562539e7423273db233ac01..b2a2f800e42ea55fbb00f1dbccb432b103723c81 100644 (file)
@@ -8,7 +8,6 @@
        <use>
                <flag name="app">Enable experimental kcapp frontend</flag>
                <flag name="mousepad">Enable remote mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
-               <flag name="sms">Enable SMS support using <pkg>kde-frameworks/kpeople</pkg></flag>
                <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
        </use>
 </pkgmetadata>