commit:     0850fe59336217afb0ad1f7d732385b1988ea249
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 21:05:36 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 21:05:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0850fe59

kde-plasma/libkscreen: Drop kwinft support

Bug: https://bugs.gentoo.org/750593
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/libkscreen/libkscreen-9999.ebuild | 14 +-------------
 kde-plasma/libkscreen/metadata.xml           |  3 ---
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/kde-plasma/libkscreen/libkscreen-9999.ebuild 
b/kde-plasma/libkscreen/libkscreen-9999.ebuild
index 395a6effd0..7187d97ec9 100644
--- a/kde-plasma/libkscreen/libkscreen-9999.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-9999.ebuild
@@ -12,12 +12,11 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Plasma screen management library"
-SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${PN}-wrapland-support-5.18.80.tar.xz";
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5/7"
 KEYWORDS=""
-IUSE="kwinft"
+IUSE=""
 
 DEPEND="
        >=dev-qt/qtdbus-${QTMIN}:5
@@ -26,19 +25,8 @@ DEPEND="
        >=kde-frameworks/kcoreaddons-${KFMIN}:5
        >=kde-frameworks/kwayland-${KFMIN}:5
        x11-libs/libxcb
-       kwinft? ( gui-libs/wrapland:5 )
 "
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${WORKDIR}/${PN}-wrapland-support.patch" )
-
 # requires running session
 RESTRICT+=" test"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake_use_find_package kwinft Wrapland)
-       )
-
-       ecm_src_configure
-}

diff --git a/kde-plasma/libkscreen/metadata.xml 
b/kde-plasma/libkscreen/metadata.xml
index 670121b1fd..850a6ce4f9 100644
--- a/kde-plasma/libkscreen/metadata.xml
+++ b/kde-plasma/libkscreen/metadata.xml
@@ -5,9 +5,6 @@
                <email>[email protected]</email>
                <name>Gentoo KDE Project</name>
        </maintainer>
-       <use>
-               <flag name="kwinft">Enable support for <pkg>gui-wm/kwinft</pkg> 
via <pkg>gui-libs/wrapland</pkg></flag>
-       </use>
        <slots>
                <subslots>Reflects ABI compatibility of 
libKF5Screen.so</subslots>
        </slots>

Reply via email to