From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1708837-garchives=archives.gentoo.org@lists.gentoo.org> 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 2766315813A for <garchives@archives.gentoo.org>; Sun, 12 Jan 2025 15:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 774FBE0831; Sun, 12 Jan 2025 15:50:58 +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 326B6E0831 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 15:50:58 +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 4DA4C33FEF1 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 15:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80F462035 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 15:50:54 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1736696087.06f738244fdf36d8b5b02dd0e9e03453d34eedbc.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06f738244fdf36d8b5b02dd0e9e03453d34eedbc X-VCS-Branch: master Date: Sun, 12 Jan 2025 15:50:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a5d0e63-ff23-4a11-b0e9-c287212ccdb5 X-Archives-Hash: 370115aa053d9b6221f6bc6828036090 commit: 06f738244fdf36d8b5b02dd0e9e03453d34eedbc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 12:11:57 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 15:34:47 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=06f73824 app-office/libalkimia: Port to KF6 It's in git master. Even though slotting appears to be a possibility (after splitting knsrcfiles and translations into a ${PN}-common package), there is only a single revdep so the effort for side-by-side installation appears to be a waste of energy. See also: https://invent.kde.org/office/alkimia/-/merge_requests/19 Upstream commits: c74f5ddb024979bdb4d1a4d2c320179bb47cc8da 0c07fd803d77d917057c80832fafd97001f094d9 227cf8303bb062cd1e5f1a4dbc7680af212be738 4afdcdc4b2f7340bb14fd76e8749040ee229ae56 e43e94a3fd67059e5f2c1ec7ef5ba43201cb8d6f d11b9943e5fbdcd139b77d8099576ef68cf9fb31 Bug: https://bugs.gentoo.org/947339 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/libalkimia/libalkimia-9999.ebuild | 47 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index 8e3461024d..98ae423c78 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 ECM_TEST="forceoptional" KDE_ORG_NAME="alkimia" -KFMIN=5.115.0 -QTMIN=5.15.12 +KFMIN=6.5.0 +QTMIN=6.7.2 inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then @@ -20,27 +20,28 @@ https://community.kde.org/Alkimia" LICENSE="LGPL-2.1" SLOT="0/8" -IUSE="doc webengine" +IUSE="doc plasma webengine" DEPEND=" dev-libs/gmp:0=[cxx(+)] - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) + >=dev-qt/qt5compat-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/knewstuff-${KFMIN}:6 + >=kde-frameworks/ktextwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + plasma? ( + >=kde-frameworks/kpackage-${KFMIN}:6 + kde-plasma/libplasma:6 + ) + webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6 ) " RDEPEND="${DEPEND}" BDEPEND=" @@ -58,9 +59,9 @@ src_configure() { -DENABLE_FINANCEQUOTE=OFF -DBUILD_TOOLS=ON -DBUILD_WITH_WEBKIT=OFF - $(cmake_use_find_package doc Doxygen) -DCMAKE_DISABLE_FIND_PACKAGE_MPIR=ON - -DBUILD_APPLETS=OFF + $(cmake_use_find_package doc Doxygen) + -DBUILD_APPLETS=$(usex plasma) -DBUILD_WITH_WEBENGINE=$(usex webengine) ) ecm_src_configure