Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
Date: Wed, 18 Sep 2019 18:13:44
Message-Id: 1568830403.2476a04b61f3d2fef92af5bd188593dcc6ba6e5c.asturm@gentoo
1 commit: 2476a04b61f3d2fef92af5bd188593dcc6ba6e5c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 18:11:41 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 18:13:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2476a04b
7
8 app-office/kmymoney: Re-add USE hbci
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/kmymoney/kmymoney-5.0.6.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild b/app-office/kmymoney/kmymoney-5.0.6.ebuild
17 index 86b2bc4fc86..e7469b83564 100644
18 --- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
19 +++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
20 @@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
21 fi
22
23 LICENSE="GPL-2"
24 -IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
25 +IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
26
27 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
28
29 @@ -66,6 +66,10 @@ COMMON_DEPEND="
30 $(add_kdeapps_dep kidentitymanagement)
31 )
32 calendar? ( dev-libs/libical:= )
33 + hbci? (
34 + >=net-libs/aqbanking-5.8.2
35 + >=sys-libs/gwenhywfar-4.20.2[qt5]
36 + )
37 holidays? ( $(add_frameworks_dep kholidays) )
38 ofx? ( dev-libs/libofx )
39 webkit? (
40 @@ -99,8 +103,8 @@ src_configure() {
41 $(cmake-utils_use_find_package addressbook KF5Akonadi)
42 $(cmake-utils_use_find_package addressbook KF5Contacts)
43 $(cmake-utils_use_find_package addressbook KF5IdentityManagement)
44 - -DENABLE_KBANKING=OFF
45 -DENABLE_LIBICAL=$(usex calendar)
46 + -DENABLE_KBANKING=$(usex hbci)
47 $(cmake-utils_use_find_package holidays KF5Holidays)
48 -DENABLE_OFXIMPORTER=$(usex ofx)
49 -DENABLE_WEBENGINE=$(usex !webkit)