From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/
Date: Mon, 7 Oct 2024 23:06:44 +0000 (UTC) [thread overview]
Message-ID: <1728342358.ad9293c3a8d1c6eb03ca5574df1da4963eba2cf7.asturm@gentoo> (raw)
commit: ad9293c3a8d1c6eb03ca5574df1da4963eba2cf7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 19:58:08 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 23:05:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9293c3
app-office/skrooge: Drop IUSE kde
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/skrooge/skrooge-2.32.0-r1.ebuild | 98 +++++++++++++++++++++++++++++
1 file changed, 98 insertions(+)
diff --git a/app-office/skrooge/skrooge-2.32.0-r1.ebuild b/app-office/skrooge/skrooge-2.32.0-r1.ebuild
new file mode 100644
index 000000000000..2160c21eb99f
--- /dev/null
+++ b/app-office/skrooge/skrooge-2.32.0-r1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2024 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
+inherit ecm kde.org
+
+DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
+HOMEPAGE="https://skrooge.org/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities ofx"
+
+# hangs + installs files (also requires KF5DesignerPlugin)
+RESTRICT="test"
+
+COMMON_DEPEND="
+ >=app-crypt/qca-2.3.0:2[qt5(+)]
+ dev-db/sqlcipher
+ dev-libs/grantlee:5
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtscript-${QTMIN}:5
+ >=dev-qt/qtsql-${QTMIN}:5=
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kitemviews-${KFMIN}:5
+ >=kde-frameworks/knewstuff-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwallet-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ activities? ( >=kde-plasma/plasma-activities-${KFMIN}:5 )
+ ofx? ( dev-libs/libofx:= )
+"
+DEPEND="${COMMON_DEPEND}
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+ >=dev-qt/qtquickcontrols-${QTMIN}:5
+"
+BDEPEND="
+ dev-libs/libxslt
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DSKG_WEBENGINE=ON
+ -DSKG_WEBKIT=OFF
+ -DSKG_DESIGNER=OFF
+ $(cmake_use_find_package activities KF5Activities)
+ -DCMAKE_DISABLE_FIND_PACKAGE_KF5Runner=ON
+ $(cmake_use_find_package ofx LibOfx)
+ -DSKG_BUILD_TEST=$(usex test)
+ )
+
+ ecm_src_configure
+}
+
+src_test() {
+ local mycmakeargs=(
+ -DSKG_BUILD_TEST=ON
+ )
+ ecm_src_test
+}
next reply other threads:[~2024-10-07 23:06 UTC|newest]
Thread overview: 121+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-07 23:06 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 11:36 [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/ Andreas Sturmlechner
2024-10-10 22:34 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-05-15 18:08 Andreas Sturmlechner
2024-05-15 9:28 Sam James
2024-04-09 20:02 Andreas Sturmlechner
2023-11-06 0:05 Andreas Sturmlechner
2023-11-04 9:06 Sam James
2023-10-03 19:21 Andreas Sturmlechner
2023-09-03 7:58 Andreas Sturmlechner
2023-08-08 2:27 Sam James
2023-07-08 16:06 Andreas Sturmlechner
2023-04-30 17:08 Andreas Sturmlechner
2023-04-30 16:48 Arthur Zamarin
2023-02-19 9:59 Andreas Sturmlechner
2023-02-18 14:16 Andreas Sturmlechner
2022-09-16 7:59 Andreas Sturmlechner
2022-09-16 6:52 Agostino Sarubbo
2022-09-06 2:19 Sam James
2022-08-05 15:23 Andreas Sturmlechner
2022-02-26 19:43 Andreas Sturmlechner
2022-02-26 18:52 Sam James
2022-02-26 18:52 Sam James
2022-01-26 10:01 Andreas Sturmlechner
2021-08-31 15:42 Andreas Sturmlechner
2021-08-29 10:02 Agostino Sarubbo
2021-08-29 10:00 Agostino Sarubbo
2021-07-29 19:06 Andreas Sturmlechner
2021-02-03 0:25 Andreas Sturmlechner
2021-02-02 23:46 Sam James
2021-01-27 19:55 Sam James
2021-01-25 16:48 Andreas Sturmlechner
2021-01-18 1:20 Andreas Sturmlechner
2021-01-03 22:56 Sam James
2020-12-05 22:56 Andreas Sturmlechner
2020-11-25 9:40 Andreas Sturmlechner
2020-11-25 9:40 Andreas Sturmlechner
2020-10-26 16:09 Andreas Sturmlechner
2020-08-30 7:58 Andreas Sturmlechner
2020-08-30 1:32 Thomas Deutschmann
2020-08-22 5:43 Agostino Sarubbo
2020-07-21 17:32 Andreas Sturmlechner
2020-05-27 20:38 Andreas Sturmlechner
2020-05-18 15:13 Agostino Sarubbo
2020-05-18 15:08 Agostino Sarubbo
2020-04-09 23:07 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:38 Mikle Kolyada
2019-12-15 20:08 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-06-23 14:55 Andreas Sturmlechner
2019-06-20 10:37 Andreas Sturmlechner
2019-06-05 20:02 Andreas Sturmlechner
2019-05-26 22:27 Thomas Deutschmann
2019-05-26 11:45 Mikle Kolyada
2019-04-23 20:25 Andreas Sturmlechner
2019-04-21 11:31 Andreas Sturmlechner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 16:14 Mikle Kolyada
2019-02-20 13:04 Mikle Kolyada
2019-02-15 23:07 Andreas Sturmlechner
2019-02-07 19:33 Andreas Sturmlechner
2018-12-18 23:29 Andreas Sturmlechner
2018-12-13 20:42 Mikle Kolyada
2018-12-13 12:48 Thomas Deutschmann
2018-11-08 12:29 Andreas Sturmlechner
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:18 Mikle Kolyada
2018-11-04 20:33 Andreas Sturmlechner
2018-10-04 12:55 Andreas Sturmlechner
2018-09-24 1:50 Thomas Deutschmann
2018-09-16 13:19 Mikle Kolyada
2018-09-12 12:36 Andreas Sturmlechner
2018-07-01 16:27 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:49 Thomas Deutschmann
2018-05-09 6:32 Andreas Sturmlechner
2018-05-05 6:59 Andreas Sturmlechner
2018-05-03 10:13 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-03-15 16:34 Andreas Sturmlechner
2018-03-10 2:05 Michael Palimaka
2018-03-10 2:05 Michael Palimaka
2018-03-07 13:51 Agostino Sarubbo
2018-02-03 23:19 Andreas Sturmlechner
2017-12-16 12:21 Michael Palimaka
2017-12-16 12:21 Michael Palimaka
2017-11-19 6:35 Michael Palimaka
2017-11-19 6:35 Michael Palimaka
2017-11-10 23:10 Andreas Sturmlechner
2017-11-10 19:20 Andreas Sturmlechner
2017-11-07 17:57 Thomas Deutschmann
2017-11-05 17:16 Andreas Sturmlechner
2017-08-26 12:30 Michael Palimaka
2017-08-20 14:55 Andreas Sturmlechner
2017-07-07 20:53 Andreas Sturmlechner
2017-07-07 8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-04-16 17:40 Andreas Sturmlechner
2017-04-16 17:40 Andreas Sturmlechner
2017-04-06 19:35 Johannes Huber
2017-04-06 19:35 Johannes Huber
2017-01-24 0:26 Andreas Sturmlechner
2017-01-23 19:31 Johannes Huber
2017-01-23 19:31 Johannes Huber
2016-12-30 16:05 Johannes Huber
2016-11-27 9:57 Michael Palimaka
2016-11-27 9:57 Michael Palimaka
2016-08-05 17:24 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-02-14 14:12 Michael Palimaka
2016-01-27 9:22 Agostino Sarubbo
2015-12-02 14:38 Michael Palimaka
2015-12-02 14:38 Michael Palimaka
2015-09-24 19:38 Michael Palimaka
2015-09-10 17:04 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=1728342358.ad9293c3a8d1c6eb03ca5574df1da4963eba2cf7.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