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 0C5EA158451 for ; Sun, 7 Jan 2024 13:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BB572BC173; Sun, 7 Jan 2024 13:26:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB54A2BC16C for ; Sun, 7 Jan 2024 13:26:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 181C13432C1 for ; Sun, 7 Jan 2024 13:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D689614D0 for ; Sun, 7 Jan 2024 13:26:43 +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: <1704633879.346826f2e134b7f4efe75d1a16bd55bbeea6f987.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-gdrive/kio-gdrive-9999.ebuild X-VCS-Directories: kde-misc/kio-gdrive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 346826f2e134b7f4efe75d1a16bd55bbeea6f987 X-VCS-Branch: master Date: Sun, 7 Jan 2024 13:26:43 +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: e17def24-e604-41a8-855d-b018c1f2e161 X-Archives-Hash: 9ae0829a8e53e3431dc59de29d571be8 commit: 346826f2e134b7f4efe75d1a16bd55bbeea6f987 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 13:05:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 13:24:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=346826f2 kde-misc/kio-gdrive: Port to KF6 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-gdrive/kio-gdrive-9999.ebuild | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild b/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild index 49126a47e9..48d1862e92 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild @@ -6,34 +6,33 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="optional" KDE_ORG_CATEGORY="network" -KFMIN=5.106.0 -QTMIN=5.15.9 +KFMIN=5.245.0 +QTMIN=6.6.0 inherit ecm gear.kde.org DESCRIPTION="KIO worker for Google Drive service" HOMEPAGE="https://apps.kde.org/kio_gdrive/" LICENSE="GPL-2+" -SLOT="5" +SLOT="6" KEYWORDS="" IUSE="+share" COMMON_DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/kaccounts-integration-20.08.3:5 - >=kde-apps/libkgapi-19.08.0:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + kde-apps/kaccounts-integration:6 + kde-apps/libkgapi:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + share? ( >=kde-frameworks/purpose-${KFMIN}:6 ) " DEPEND="${COMMON_DEPEND} - >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtbase-${QTMIN}:6[network] " RDEPEND="${COMMON_DEPEND} - >=kde-apps/kaccounts-providers-20.08.3:5 + kde-apps/kaccounts-providers:6 " BDEPEND="dev-util/intltool" @@ -41,7 +40,7 @@ DOCS=( README.md ) src_configure() { local mycmakeargs=( - $(cmake_use_find_package share KF5Purpose) + $(cmake_use_find_package share KF6Purpose) ) ecm_src_configure }