commit: d9ff49343c451eef4372bfcb8bdc73f3b8c4a8c2 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sun Dec 28 16:18:41 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sun Dec 28 16:19:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ff4934
app-office/homebank: add 5.9.7 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-office/homebank/Manifest | 1 + app-office/homebank/homebank-5.9.7.ebuild | 45 +++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest index 9de1f7c74baf..7e6f2e86bda4 100644 --- a/app-office/homebank/Manifest +++ b/app-office/homebank/Manifest @@ -1 +1,2 @@ DIST homebank-5.9.5.tar.gz 4018789 BLAKE2B 09dae27088932b4dd951f27af0831df172052091c12d7698e80d976101cb49c93e51079f6bfcbce20f5d152f77cec8062eea84ac3d7f2d602e025d2918c01fca SHA512 257185f925e0abd24b819eb8733b0162646870f1caf37cc4a19ad4664af8e5e3668baf3d2b660ac699ed61c6c4ec86d7e864213c34affe597ae72d49a0e102f0 +DIST homebank-5.9.7.tar.gz 4039855 BLAKE2B 1fea7ee87cf933c83a6e71691e6999f2efac18d02ca9127d2fd823ab4f2bb56db9077e79ea8ad5951c5240baddda178892e371f566f2a1b857c4be387ce58b89 SHA512 c4b95683823344bbac7ce72e82512c8d8f69802d53087474798e3fed0e28d6505b7e42b0d3f321006ffb19f565a4ef660ad5d678d408e6f3bf1dff64a0c91e68 diff --git a/app-office/homebank/homebank-5.9.7.ebuild b/app-office/homebank/homebank-5.9.7.ebuild new file mode 100644 index 000000000000..a46ace707ea2 --- /dev/null +++ b/app-office/homebank/homebank-5.9.7.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) +}
