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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE3D3158042 for ; Sat, 9 Nov 2024 13:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08007E08CE; Sat, 9 Nov 2024 13:42:28 +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 E0648E08CE for ; Sat, 9 Nov 2024 13:42:27 +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 0784B335D7B for ; Sat, 9 Nov 2024 13:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A9F218DD for ; Sat, 9 Nov 2024 13:42:25 +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: <1731159598.8cb84f5edfa94ab45311f6634b68340cf53c56a3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-kids/gcompris/ X-VCS-Repository: proj/kde X-VCS-Files: games-kids/gcompris/gcompris-9999.ebuild X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8cb84f5edfa94ab45311f6634b68340cf53c56a3 X-VCS-Branch: master Date: Sat, 9 Nov 2024 13:42:25 +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: e97a2f08-0722-41a7-acca-f6dd4aea6a0b X-Archives-Hash: 6eb8036ec04e12426556454e8c0d738b commit: 8cb84f5edfa94ab45311f6634b68340cf53c56a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 9 13:39:58 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 9 13:39:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8cb84f5e games-kids/gcompris: Port to KF6 Upstream commits: 9bbc34d4abff16a9aac158b3b7df4f013d5a99bb bf8e8d39f11f7c3ce57aba8f1ed4207066b2b209 6650dec28033047592567c7f9626b1edeb7bd5ce 50220f5cfff36d9d603c62612771f9253b86239e edddc3deeee93cf116c2c855303cefe204b25291 d1ca51cfad941f03dae51b454ff562722d6a9559 Signed-off-by: Andreas Sturmlechner gentoo.org> games-kids/gcompris/gcompris-9999.ebuild | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/games-kids/gcompris/gcompris-9999.ebuild b/games-kids/gcompris/gcompris-9999.ebuild index 665ff8c0f7..cdba21ab4c 100644 --- a/games-kids/gcompris/gcompris-9999.ebuild +++ b/games-kids/gcompris/gcompris-9999.ebuild @@ -5,7 +5,8 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="true" -QTMIN=5.15.12 +KFMIN=6.5.0 +QTMIN=6.7.2 inherit ecm kde.org DESCRIPTION="Full featured educational application for children from 2 to 10" @@ -22,20 +23,18 @@ SLOT="0" IUSE="kiosk" DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtmultimedia-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtsensors-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] + >=dev-qt/qtcharts-${QTMIN}:6 + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtmultimedia-${QTMIN}:6 + >=dev-qt/qtsensors-${QTMIN}:6 + >=dev-qt/qtsvg-${QTMIN}:6 " RDEPEND="${DEPEND} - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] - >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtmultimedia-${QTMIN}:6[qml] " BDEPEND=" - >=dev-qt/linguist-tools-${QTMIN}:5 + >=dev-qt/qttools-${QTMIN}:6[linguist] test? ( dev-util/cppcheck sys-devel/clang @@ -44,6 +43,7 @@ BDEPEND=" src_configure() { local mycmakeargs=( + -DCOMPILE_DOC=ON -DQML_BOX2D_MODULE=disabled -DWITH_KIOSK_MODE=$(usex kiosk) )