commit:     acb14a1d758cfb260e9be7bc494b3732eb33a515
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 11 08:23:29 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Jul 11 08:24:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb14a1d

app-office/homebank: add 5.9.4

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-office/homebank/Manifest              |  1 +
 app-office/homebank/homebank-5.9.4.ebuild | 45 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index 2b72aa38df5e..e42ec238344e 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1,2 +1,3 @@
 DIST homebank-5.9.1.tar.gz 4034657 BLAKE2B 
8ac8071e550a33a30c64266378404ddc60baa1dea66bc13e4f36fba4fc332be5db9d3a56b17d31821d864cce0a464edd2ca912b9100b9a67c266d6091175ca81
 SHA512 
53083044dc71c0e1b41d3adf23452b669c8cc5c0660f7452fc040aef52a5f7845e40ac82e8ff8eda9c79f5c3501f7de791d0757545918e2af91fc9dd9a0fcbeb
 DIST homebank-5.9.2fix.tar.gz 4015208 BLAKE2B 
39af5ff7491a30eb7008fce8dede2cdf65f5ea6229eeb6d4369ebe02632cb100067083bb3f6070b1bf34584b089393a7f6916b58a6b6fa79b07a177da5c6af3b
 SHA512 
43c968e805898cf3b1af4eccdba25dbc51d5a927729c78aeb0065ffb98d34c56de4d6a4e57005e86250c56b20122955987a9904d7bc2ea8417499ec8ae94b8e2
+DIST homebank-5.9.4.tar.gz 4013867 BLAKE2B 
ddd5affd011dfd33f9b732241b934d08437d4ad82d464ada9b21d6b3ef7987250a3daa36380c99e89f1744537a99761684b07f0ecd8fa6b52128fc44fb1a07f6
 SHA512 
0d9c81c9f74b529301da1081cf217dd65ee0b8aff8293b30b41d4ed928cf2535f0e057dd5ac51dab23ca4958708ac2b543f7c4196259aae37df28423562b1a04

diff --git a/app-office/homebank/homebank-5.9.4.ebuild 
b/app-office/homebank/homebank-5.9.4.ebuild
new file mode 100644
index 000000000000..a46ace707ea2
--- /dev/null
+++ b/app-office/homebank/homebank-5.9.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Free, easy, personal accounting for everyone"
+HOMEPAGE="
+       https://www.gethomebank.org/
+       https://launchpad.net/homebank
+"
+SRC_URI="https://www.gethomebank.org/public/sources/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+ofx"
+
+RDEPEND="
+       >=dev-libs/glib-2.39:2
+       net-libs/libsoup:3.0
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf:2
+       >=x11-libs/gtk+-3.22:3
+       x11-libs/pango
+       ofx? ( >=dev-libs/libofx-0.8.3:= )
+"
+DEPEND="
+       ${RDEPEND}
+       x11-base/xorg-proto
+"
+BDEPEND="
+       >=dev-lang/perl-5.8.1
+       dev-perl/XML-Parser
+       >=dev-util/intltool-0.40.5
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+       econf $(use_with ofx)
+}

Reply via email to