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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F033138350 for ; Sun, 19 Jan 2020 17:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D663E096D; Sun, 19 Jan 2020 17:03:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0965CE096D for ; Sun, 19 Jan 2020 17:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 817AD34E292 for ; Sun, 19 Jan 2020 17:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 895DAE3 for ; Sun, 19 Jan 2020 17:03:55 +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: <1579453387.5d57ac53fac2562b9ec8dcb5eee9853705892a60.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 kde-misc/kdeconnect/metadata.xml X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d57ac53fac2562b9ec8dcb5eee9853705892a60 X-VCS-Branch: master Date: Sun, 19 Jan 2020 17:03:55 +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: bc0d50b9-0024-40aa-b476-dc5d64d85f54 X-Archives-Hash: edd4036fefa7bb2699d896eb05e43211 commit: 5d57ac53fac2562b9ec8dcb5eee9853705892a60 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 19 16:28:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 19 17:03:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5d57ac53 kde-misc/kdeconnect: Drop USE sms, built unconditionally, adapt DEPENDs USE mousepad -> X, input plugins support is enabled per Wayland/X separately. Upstream commit 796953d853edc5c9bd5c1f6b2bf5466a0b721b63 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-9999.ebuild | 14 +++++++------- kde-misc/kdeconnect/metadata.xml | 5 ++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index 19b5f7d5c9..8fa4e101d9 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://kde.org/ https://community.kde.org/KDEConnect" LICENSE="GPL-2+" SLOT="5" -IUSE="bluetooth mousepad pulseaudio sms wayland" +IUSE="bluetooth pulseaudio wayland X" DEPEND=" >=app-crypt/qca-2.1.0:2[qt5(+),ssl] @@ -31,7 +31,6 @@ DEPEND=" >=dev-qt/qtmultimedia-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 >=kde-frameworks/kcmutils-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 @@ -42,24 +41,26 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kpeople-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/plasma-${KFMIN}:5 bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 ) - mousepad? ( + X? ( + >=dev-qt/qtx11extras-${QTMIN}:5 x11-libs/libfakekey x11-libs/libX11 x11-libs/libXtst ) pulseaudio? ( media-libs/pulseaudio-qt ) - sms? ( >=kde-frameworks/kpeople-${KFMIN}:5 ) wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 ) " RDEPEND="${DEPEND} + dev-libs/kpeoplevcard + >=dev-qt/qtgraphicaleffects-${QTMIN}:5 >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kdeclarative-${KFMIN}:5 net-fs/sshfs - sms? ( dev-libs/kpeoplevcard ) " RESTRICT+=" test" @@ -67,10 +68,9 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( -DBLUETOOTH_ENABLED=$(usex bluetooth) - $(cmake_use_find_package mousepad LibFakeKey) $(cmake_use_find_package pulseaudio KF5PulseAudioQt) - -DSMSAPP_ENABLED=$(usex sms) $(cmake_use_find_package wayland KF5Wayland) + $(cmake_use_find_package X LibFakeKey) ) ecm_src_configure diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml index c45c927452..b3cf4c00a4 100644 --- a/kde-misc/kdeconnect/metadata.xml +++ b/kde-misc/kdeconnect/metadata.xml @@ -6,9 +6,8 @@ Gentoo KDE Project - Enable remote mousepad plugin using x11-libs/libfakekey Enable system volume control plugin using media-sound/pulseaudio - Enable SMS support using kde-frameworks/kpeople - Enable kwin_wayland support for mousepad plugin using kde-frameworks/kwayland + Enable remote input mousepad plugin using kde-frameworks/kwayland + Enable remote input mousepad plugin using x11-libs/libfakekey