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 4FC1515800A for ; Sat, 17 Jun 2023 16:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D04CE0875; Sat, 17 Jun 2023 16:41:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F4BBE0875 for ; Sat, 17 Jun 2023 16:41:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D6C1340D39 for ; Sat, 17 Jun 2023 16:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE6A9A80 for ; Sat, 17 Jun 2023 16:41:10 +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: <1687020024.f263728c53939f2969d690410ade37e63de83318.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: f263728c53939f2969d690410ade37e63de83318 X-VCS-Branch: master Date: Sat, 17 Jun 2023 16:41:10 +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: f217e096-7f66-4f8f-8bae-43b61b42c79d X-Archives-Hash: f7a163724cdebb4a6d3b76a41c379290 commit: f263728c53939f2969d690410ade37e63de83318 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 17 16:40:24 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 17 16:40:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f263728c kde-misc/kdeconnect: Add new dependency Upstream commit 4523ba588276bc5d2bc7f0e11cf39743efeca263 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index 6ec03ed368..09b35d111a 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild @@ -23,6 +23,7 @@ RESTRICT="test" COMMON_DEPEND=" >=app-crypt/qca-2.3.0:2[qt5(+),ssl] + dev-libs/glib:2 >=dev-libs/wayland-1.15.0 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -74,6 +75,7 @@ RDEPEND="${COMMON_DEPEND} BDEPEND=" >=dev-qt/qtwaylandscanner-${QTMIN}:5 dev-util/wayland-scanner + virtual/pkgconfig " PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )