From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F52F158094 for ; Sat, 9 Jul 2022 12:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C36A3E0896; Sat, 9 Jul 2022 12:53:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1810E0896 for ; Sat, 9 Jul 2022 12:53:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1422340F23 for ; Sat, 9 Jul 2022 12:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D2B554B for ; Sat, 9 Jul 2022 12:52:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1657371158.2e4a4765dbeb46f90655e559f81c20f45c0677f4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdeconnect/kdeconnect-9999.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e4a4765dbeb46f90655e559f81c20f45c0677f4 X-VCS-Branch: master Date: Sat, 9 Jul 2022 12:52:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca23aa2c-7a85-4cb3-825b-0d0a9d2f375c X-Archives-Hash: 336cd525464618bfc7aab56c9304b68f commit: 2e4a4765dbeb46f90655e559f81c20f45c0677f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 9 12:38:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 9 12:52:38 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e4a4765 kde-misc/kdeconnect: Update dependencies, drop IUSE wayland Upstream commit 770472685754ae3c0d1f4b639e31420aba926b71 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index 477661f734..f6fd25abd5 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/" LICENSE="GPL-2+" SLOT="5" KEYWORDS="" -IUSE="bluetooth pulseaudio wayland X" +IUSE="bluetooth pulseaudio X" RESTRICT="test" @@ -31,6 +31,7 @@ DEPEND=" >=dev-qt/qtmultimedia-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtx11extras-${QTMIN}:5 >=kde-frameworks/kcmutils-${KFMIN}:5 @@ -58,7 +59,6 @@ DEPEND=" x11-libs/libXtst ) pulseaudio? ( media-libs/pulseaudio-qt:= ) - wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 ) " RDEPEND="${DEPEND} dev-libs/kpeoplevcard @@ -67,6 +67,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/kdeclarative-${KFMIN}:5 net-fs/sshfs " +BDEPEND=" + dev-libs/plasma-wayland-protocols + >=dev-qt/qtwaylandscanner-${QTMIN}:5 +" PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" ) @@ -74,7 +78,6 @@ src_configure() { local mycmakeargs=( -DBLUETOOTH_ENABLED=$(usex bluetooth) $(cmake_use_find_package pulseaudio KF5PulseAudioQt) - $(cmake_use_find_package wayland KF5Wayland) $(cmake_use_find_package X LibFakeKey) ) ecm_src_configure