From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
Date: Wed, 12 Feb 2025 23:44:57 +0000 (UTC) [thread overview]
Message-ID: <1739403855.0c9cd09e6be8a6407d570275d9ac5c588d3a5f85.asturm@gentoo> (raw)
commit: 0c9cd09e6be8a6407d570275d9ac5c588d3a5f85
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:37:31 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:44:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9cd09e
app-office/kmymoney: add 5.1.92, dropping Qt5WebEngine dependency
Bug: https://bugs.gentoo.org/947737
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/kmymoney/Manifest | 1 +
app-office/kmymoney/kmymoney-5.1.92.ebuild | 126 +++++++++++++++++++++++++++++
app-office/kmymoney/metadata.xml | 2 +
3 files changed, 129 insertions(+)
diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 339a3d985311..5f8cbbd1061d 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
DIST kmymoney-5.1.3.tar.xz 12647372 BLAKE2B 09580873985bb41c39c649bdb863ee25f4356dfea18b64d45f3b6bd528fd57fc2b5fd32a6541c10ed519da0e905bf6853589e7cab0f4c3b4f2945cd7a3181dba SHA512 2003f25b7df77691e5d3d0f450e0139b1e68336f59a4fc78af751c5b94ecfaf17a39ee1f58ed0c2cda642195c5277fbb63c87e857ebe9a6495dc7f88b9a38794
+DIST kmymoney-5.1.92.tar.xz 11150032 BLAKE2B b6d4c9b6b558366aeaded32d21d126cf63e4c2b90f8e2db9b96371342af1584aa973037207b2a50382c9f4047da623dccaaa0972e90b7719781a740399de0aa8 SHA512 8c0c396fb382b75425d0995e934f5bc8f9051aa7f9b7ca04d40b467a6fd94cd5c27a63af4e07f8559013af85e45fb57962c670ca102b7a3300b644891b3c9153
diff --git a/app-office/kmymoney/kmymoney-5.1.92.ebuild b/app-office/kmymoney/kmymoney-5.1.92.ebuild
new file mode 100644
index 000000000000..347dff3eebd2
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.1.92.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.115.0
+QTMIN=5.15.12
+VIRTUALDBUS_TEST="true"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities calendar hbci holidays sql sqlcipher"
+[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
+
+REQUIRED_USE="sqlcipher? ( sql )"
+
+RDEPEND="
+ >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt5(-)]
+ =app-office/libalkimia-8.1.92*:=
+ dev-libs/gmp:0=[cxx(+)]
+ dev-libs/kdiagram:5
+ dev-libs/libgpg-error
+ dev-libs/libofx:=
+ >=dev-libs/qtkeychain-0.14.2:=[qt5(-)]
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kitemmodels-${KFMIN}:5
+ >=kde-frameworks/kitemviews-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/sonnet-${KFMIN}:5
+ activities? ( >=kde-plasma/plasma-activities-${KFMIN}:5 )
+ calendar? ( dev-libs/libical:= )
+ hbci? (
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=net-libs/aqbanking-6.5.0
+ >=sys-libs/gwenhywfar-5.10.1:=[qt5(-)]
+ )
+ holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+ sql? ( >=dev-qt/qtsql-${QTMIN}:5[sqlite] )
+ sqlcipher? ( dev-db/sqlcipher )
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+"
+BDEPEND="virtual/pkgconfig"
+
+pkg_setup() {
+ ecm_pkg_setup
+
+ if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then
+ ewarn "USE experimental set: Building unfinished features."
+ ewarn "This *will* chew up your data. You have been warned."
+ fi
+}
+
+src_prepare() {
+ ecm_src_prepare
+
+ sed -e "/find_program.*CCACHE_PROGRAM/s/^/# /" \
+ -e "/if.*CCACHE_PROGRAM/s/CCACHE_PROGRAM/0/" \
+ -i CMakeLists.txt # no, no no.
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_WOOB=OFF # ported to Py3; not yet re-added in Gentoo
+ -DUSE_QT_DESIGNER=OFF
+ $(cmake_use_find_package activities KF5Activities)
+ -DENABLE_LIBICAL=$(usex calendar)
+ -DENABLE_KBANKING=$(usex hbci)
+ $(cmake_use_find_package holidays KF5Holidays)
+ -DENABLE_SQLSTORAGE=$(usex sql)
+ $(cmake_use_find_package sql Qt5Sql)
+ -DENABLE_SQLCIPHER=$(usex sqlcipher)
+ )
+ [[ ${KDE_BUILD_TYPE} = live ]] &&
+ mycmakeargs+=( -DENABLE_COSTCENTER=$(usex experimental) )
+
+ ecm_src_configure
+}
+
+src_test() {
+ # bug 652636; bug 673052: needs kmymoney installed to succeed
+ local myctestargs=(
+ -E "(reports-chart-test|qsqlcipher-test)"
+ )
+
+ ecm_src_test
+}
+
+pkg_postinst() {
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ optfeature "more options for online stock quote retrieval" dev-perl/Finance-Quote
+ fi
+ ecm_pkg_postinst
+}
diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index 7452cefcd6bd..e751cb45b19b 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -14,5 +14,7 @@
<flag name="addressbook">Enable <pkg>kde-apps/akonadi</pkg> contact integration</flag>
<flag name="hbci">Enable HBCI support using <pkg>net-libs/aqbanking</pkg></flag>
<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
+ <flag name="sql">Enable storage of financial data in SQL Db via <pkg>dev-qt/qtsql</pkg></flag>
+ <flag name="sqlcipher">Enable SQLite3 database encryption support via <pkg>dev-db/sqlcipher</pkg></flag>
</use>
</pkgmetadata>
next reply other threads:[~2025-02-12 23:45 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 23:44 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-15 3:43 [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ Sam James
2025-04-12 16:36 Andreas Sturmlechner
2025-04-10 19:08 Andreas Sturmlechner
2025-04-08 22:01 Andreas Sturmlechner
2025-03-30 20:02 Andreas Sturmlechner
2025-03-25 14:48 Andreas Sturmlechner
2025-03-21 13:57 Andreas Sturmlechner
2025-03-16 11:46 Sam James
2025-03-09 19:57 Andreas Sturmlechner
2025-03-09 19:57 Andreas Sturmlechner
2025-02-12 23:44 Andreas Sturmlechner
2024-05-03 3:35 Sam James
2022-09-16 6:52 Agostino Sarubbo
2022-09-06 2:19 Sam James
2022-02-17 18:43 Sam James
2021-08-03 14:06 Andreas Sturmlechner
2021-08-03 12:04 Agostino Sarubbo
2021-08-02 12:17 Sam James
2021-06-28 12:32 Andreas Sturmlechner
2021-06-18 13:15 David Seifert
2021-02-03 0:25 Andreas Sturmlechner
2021-02-02 23:46 Sam James
2021-01-27 19:55 Sam James
2020-12-22 11:18 Andreas Sturmlechner
2020-10-26 16:09 Andreas Sturmlechner
2020-08-16 22:25 Andreas Sturmlechner
2020-08-12 6:01 Agostino Sarubbo
2020-08-11 11:00 Agostino Sarubbo
2020-06-28 16:46 Andreas Sturmlechner
2020-05-27 21:33 Andreas Sturmlechner
2020-02-15 10:33 Andreas Sturmlechner
2020-02-13 12:46 Agostino Sarubbo
2020-02-09 16:11 Michał Górny
2020-02-08 13:54 Mikle Kolyada
2020-01-19 22:08 Andreas Sturmlechner
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-13 21:25 Andreas Sturmlechner
2019-11-13 21:25 Andreas Sturmlechner
2019-10-13 13:41 Andreas Sturmlechner
2019-10-13 11:19 Andreas Sturmlechner
2019-09-18 18:13 Andreas Sturmlechner
2019-08-27 19:59 Andreas Sturmlechner
2019-08-24 9:07 Andreas Sturmlechner
2019-08-22 16:51 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-07-10 10:36 Andreas Sturmlechner
2019-06-05 16:54 Andreas Sturmlechner
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 20:58 Thomas Deutschmann
2019-05-25 8:36 Mikle Kolyada
2019-04-22 10:41 Andreas Sturmlechner
2019-03-02 20:57 Andreas Sturmlechner
2019-03-02 20:49 Thomas Deutschmann
2019-02-25 15:14 Mikle Kolyada
2019-02-07 15:15 Andreas Sturmlechner
2019-01-28 16:48 Andreas Sturmlechner
2018-12-13 15:35 Mikle Kolyada
2018-12-13 12:48 Thomas Deutschmann
2018-11-04 20:33 Andreas Sturmlechner
2018-04-29 18:47 Andreas Sturmlechner
2018-04-29 15:34 Andreas Sturmlechner
2018-04-06 0:42 Andreas Sturmlechner
2018-04-06 0:33 Thomas Deutschmann
2018-04-05 23:38 Andreas Sturmlechner
2018-04-05 21:16 Aaron Bauman
2018-03-22 17:02 Andreas Sturmlechner
2018-03-22 12:22 Andreas Sturmlechner
2018-03-19 17:16 Andreas Sturmlechner
2018-03-19 15:07 Andreas Sturmlechner
2018-03-12 3:03 Michael Palimaka
2018-02-07 14:41 Andreas Sturmlechner
2018-02-07 14:14 Andreas Sturmlechner
2018-01-27 1:02 Michael Palimaka
2018-01-27 1:02 Michael Palimaka
2018-01-26 19:54 Thomas Deutschmann
2018-01-24 16:24 Andreas Sturmlechner
2018-01-24 16:24 Andreas Sturmlechner
2017-12-28 22:07 Andreas Sturmlechner
2017-12-03 17:20 Andreas Sturmlechner
2017-12-03 17:20 Andreas Sturmlechner
2017-08-27 9:35 Andreas Sturmlechner
2017-08-19 8:42 Andreas Sturmlechner
2017-08-18 15:18 Michael Palimaka
2017-05-27 16:10 Andreas Sturmlechner
2017-05-02 11:08 Andreas Sturmlechner
2017-05-01 8:03 Andreas Sturmlechner
2017-05-01 8:03 Andreas Sturmlechner
2015-09-20 13:07 Manuel Rüger
2015-09-19 13:30 Agostino Sarubbo
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=1739403855.0c9cd09e6be8a6407d570275d9ac5c588d3a5f85.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