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 3B42C1581F0 for ; 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 79A68E0833; Sun, 12 Jan 2025 15:50:58 +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 4C2CEE0833 for ; 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 70957340CC9 for ; Sun, 12 Jan 2025 15:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CFE52030 for ; Sun, 12 Jan 2025 15:50:54 +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: <1736696087.8e42378f6a7a9dac1465132e265fe377ae23d595.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-8.2.9999.ebuild app-office/libalkimia/libalkimia-8.9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e42378f6a7a9dac1465132e265fe377ae23d595 X-VCS-Branch: master Date: Sun, 12 Jan 2025 15:50:54 +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: 5033985e-de12-42ff-8215-2d198cdc5e78 X-Archives-Hash: 683d42d025ce3c846fe6720611f8e33a commit: 8e42378f6a7a9dac1465132e265fe377ae23d595 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 11 20:41:42 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 15:34:47 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e42378f app-office/libalkimia: Update deps, mv 8.9999 -> 8.2.9999 (KF5 git master) In preparation of a new release coming soon. 9999 will be for KF6-based git master instead. Upstream commit e43e94a3fd67059e5f2c1ec7ef5ba43201cb8d6f Bug: https://bugs.gentoo.org/947737 Signed-off-by: Andreas Sturmlechner gentoo.org> ...{libalkimia-8.9999.ebuild => libalkimia-8.2.9999.ebuild} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.2.9999.ebuild similarity index 91% rename from app-office/libalkimia/libalkimia-8.9999.ebuild rename to app-office/libalkimia/libalkimia-8.2.9999.ebuild index 1eebb4469f..025bbb8f61 100644 --- a/app-office/libalkimia/libalkimia-8.9999.ebuild +++ b/app-office/libalkimia/libalkimia-8.2.9999.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -EGIT_BRANCH="8.1" ECM_TEST="forceoptional" KDE_ORG_NAME="alkimia" KFMIN=5.115.0 @@ -36,7 +35,6 @@ DEPEND=" >=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 @@ -49,16 +47,19 @@ BDEPEND=" doc? ( app-text/doxygen ) " -PATCHES=( "${FILESDIR}"/${PN}-8.1.2-{cmake,pkgconfig}.patch ) +PATCHES=( + "${FILESDIR}/${PN}-8.1.2-cmake.patch" + "${FILESDIR}/${PN}-8.1.92-pkgconfig.patch" +) src_configure() { local mycmakeargs=( -DENABLE_FINANCEQUOTE=OFF + -DBUILD_APPLETS=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_WITH_WEBENGINE=$(usex webengine) ) ecm_src_configure