mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-office/homebank: add 5.10.2
Closes: https://bugs.gentoo.org/977588 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST homebank-5.10.2.tar.gz 4204238 BLAKE2B 9bb15b7dd7b54760cc5ccd0e6bfa52f3314ab0432471c0a23c5d87bfc9ea7002bc2b24223dea1ba3942eb26d8e012a6c7651490e616049d4c41be06788afe1ad SHA512 e47ef15600b90e14ea4f97ee238e2866b707a907a0ae8d8c605c07897f2c9d94c96f9a77d06d33a88696175aeef89097aa9d0b8c77b5b73799a945ea9734a4a7
|
||||
DIST homebank-5.9.7.tar.gz 4039855 BLAKE2B 1fea7ee87cf933c83a6e71691e6999f2efac18d02ca9127d2fd823ab4f2bb56db9077e79ea8ad5951c5240baddda178892e371f566f2a1b857c4be387ce58b89 SHA512 c4b95683823344bbac7ce72e82512c8d8f69802d53087474798e3fed0e28d6505b7e42b0d3f321006ffb19f565a4ef660ad5d678d408e6f3bf1dff64a0c91e68
|
||||
|
||||
45
app-office/homebank/homebank-5.10.2.ebuild
Normal file
45
app-office/homebank/homebank-5.10.2.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2026 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)
|
||||
}
|
||||
Reference in New Issue
Block a user