From: Andreas Sturmlechner Date: Thu, 31 May 2018 13:23:38 +0000 (+0200) Subject: kde-misc/kdeconnect: Drop USE=sms, exists only in master branch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1;p=gentoo.git kde-misc/kdeconnect: Drop USE=sms, exists only in master branch Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild index b826ef6e3ba1..a4c3a879ba28 100644 --- a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild @@ -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) ) diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml index ccae5861e282..b2a2f800e42e 100644 --- a/kde-misc/kdeconnect/metadata.xml +++ b/kde-misc/kdeconnect/metadata.xml @@ -8,7 +8,6 @@ Enable experimental kcapp frontend Enable remote mousepad plugin using x11-libs/libfakekey - Enable SMS support using kde-frameworks/kpeople Enable kwin_wayland support for mousepad plugin using kde-frameworks/kwayland