public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
Date: Sun, 13 Oct 2019 13:41:49 +0000 (UTC)	[thread overview]
Message-ID: <1570974091.dab48048ff99e95be82d153103c558cddb651588.asturm@gentoo> (raw)

commit:     dab48048ff99e95be82d153103c558cddb651588
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 13:27:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 13:41:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab48048

app-office/kmymoney: 5.0.7 version bump w/o keywords

Depends on pre-release versions.

Closes: https://bugs.gentoo.org/695636
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/kmymoney/Manifest              |   1 +
 app-office/kmymoney/kmymoney-5.0.7.ebuild | 126 ++++++++++++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index ff9651ab9b1..099f76c9d88 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1,3 @@
 DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1 SHA512 ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c
 DIST kmymoney-5.0.6.tar.xz 11713976 BLAKE2B bfc4aacff79f0c92145257e7398271385f80d9ac7460b35f691c1e45dc115ebe91418a98a1a5e6a6c0cdc376beff7b92c8f7d7a29af3d2529503e7db4dc4b77a SHA512 237918b0844d5d9129d086f403090acf21be6e2ba1f41d575ff9de514a9ddcb7bd616da1377ecc34c4436e12481e425615ab640e7549c783d9010b22c0460480
+DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c SHA512 af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed

diff --git a/app-office/kmymoney/kmymoney-5.0.7.ebuild b/app-office/kmymoney/kmymoney-5.0.7.ebuild
new file mode 100644
index 00000000000..326c361fbcd
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.7.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org"
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+# 	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep sonnet)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	>=app-crypt/gpgme-1.7.1-r1[cxx]
+	>=app-office/libalkimia-7.0.0:=
+	dev-libs/gmp:0=
+	dev-libs/kdiagram:5
+	dev-libs/libgpg-error
+	activities? ( $(add_frameworks_dep kactivities) )
+	addressbook? (
+		|| (
+			$(add_frameworks_dep kcontacts)
+			$(add_kdeapps_dep kcontacts)
+		)
+		$(add_kdeapps_dep akonadi)
+		$(add_kdeapps_dep kidentitymanagement)
+	)
+	calendar? ( dev-libs/libical:= )
+	hbci? (
+		>=net-libs/aqbanking-5.99.40_beta
+		>=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5]
+	)
+	holidays? ( $(add_frameworks_dep kholidays) )
+	ofx? ( dev-libs/libofx )
+	webkit? (
+		$(add_frameworks_dep kdewebkit)
+		>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+	)
+	!webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+	weboob? (
+		${PYTHON_DEPS}
+		$(add_qt_dep qtconcurrent)
+		www-client/weboob[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+	!app-office/kmymoney:4
+	quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+	use weboob && python_setup
+	kde5_pkg_setup
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT_DESIGNER=OFF
+		$(cmake-utils_use_find_package activities KF5Activities)
+		$(cmake-utils_use_find_package addressbook KF5Akonadi)
+		$(cmake-utils_use_find_package addressbook KF5Contacts)
+		$(cmake-utils_use_find_package addressbook KF5IdentityManagement)
+		-DENABLE_LIBICAL=$(usex calendar)
+		-DENABLE_KBANKING=$(usex hbci)
+		$(cmake-utils_use_find_package holidays KF5Holidays)
+		-DENABLE_OFXIMPORTER=$(usex ofx)
+		-DENABLE_WEBENGINE=$(usex !webkit)
+		-DENABLE_WEBOOB=$(usex weboob)
+		$(cmake-utils_use_find_package weboob PythonLibs)
+	)
+	kde5_src_configure
+}
+
+src_test() {
+	# bug 652636; bug 673052: needs kmymoney installed to succeed
+	local myctestargs=(
+		-E "(reports-chart-test|qsqlcipher-test)"
+	)
+
+	kde5_src_test
+}


             reply	other threads:[~2019-10-13 13:41 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13 13:41 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-25 14:48 [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ 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
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 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=1570974091.dab48048ff99e95be82d153103c558cddb651588.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