From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
Date: Sun, 12 Jan 2025 15:50:54 +0000 (UTC) [thread overview]
Message-ID: <1736696087.06f738244fdf36d8b5b02dd0e9e03453d34eedbc.asturm@gentoo> (raw)
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
next reply other threads:[~2025-01-12 15:50 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-12 15:50 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 15:50 [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ Andreas Sturmlechner
2025-01-12 15:50 Andreas Sturmlechner
2024-11-23 13:48 Andreas Sturmlechner
2024-10-07 23:21 Andreas Sturmlechner
2024-03-01 23:42 Sam James
2024-01-13 16:39 Sam James
2023-09-08 23:38 Andreas Sturmlechner
2021-06-20 18:46 Andreas Sturmlechner
2020-12-13 10:46 Andreas Sturmlechner
2020-08-06 21:46 Andreas Sturmlechner
2020-06-30 14:43 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2020-01-10 21:55 Andreas Sturmlechner
2019-11-13 2:00 Andreas Sturmlechner
2019-08-22 16:13 Andreas Sturmlechner
2018-12-08 21:06 Andreas Sturmlechner
2018-12-03 0:08 Andreas Sturmlechner
2018-04-12 17:49 Johannes Huber
2018-02-07 22:49 Andreas Sturmlechner
2018-01-07 18:30 Andreas Sturmlechner
2017-11-11 18:39 Andreas Sturmlechner
2017-06-18 14:24 Andreas Sturmlechner
2016-03-22 12:33 Johannes Huber
2016-03-08 14:41 Michael Palimaka
2015-12-02 11:03 Michael Palimaka
2015-10-14 12:51 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736696087.06f738244fdf36d8b5b02dd0e9e03453d34eedbc.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox