summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-11 21:41:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-12 16:34:47 +0100
commit8e42378f6a7a9dac1465132e265fe377ae23d595 (patch)
treef255b0a3f41a7295a7c8831080b114a47f7e1be9
parentacbc5e1fc3186fe06f753e906261f4f94f2055d8 (diff)
downloadkde-8e42378f6a7a9dac1465132e265fe377ae23d595.tar.gz
kde-8e42378f6a7a9dac1465132e265fe377ae23d595.tar.bz2
kde-8e42378f6a7a9dac1465132e265fe377ae23d595.zip
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 <asturm@gentoo.org>
-rw-r--r--app-office/libalkimia/libalkimia-8.2.9999.ebuild (renamed from app-office/libalkimia/libalkimia-8.9999.ebuild)13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.2.9999.ebuild
index 1eebb4469f3..025bbb8f618 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