Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139634 - new ebuild: HomeBank
Summary: new ebuild: HomeBank
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://homebank.free.fr/index.php?id=21
Whiteboard: [sunrise-overlay]
Keywords: EBUILD, InOverlay, REVIEWED
Depends on:
Blocks:
 
Reported: 2006-07-07 21:11 UTC by Daedius
Modified: 2008-04-09 07:33 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
homebank-3.5.ebuild (homebank-3.5.ebuild,782 bytes, text/plain)
2007-09-13 14:31 UTC, Alex Blazh
Details
Adding RDEPEND on gnome-base/librsvg (homebank-3.5-r1.ebuild,802 bytes, text/plain)
2007-11-21 09:54 UTC, JC Francois
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daedius 2006-07-07 21:11:45 UTC
This looks like a great GPL personal accounting software for Gnome.  It was also reviewed on GnomeFootnotes
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2006-07-08 16:06:53 UTC
Looks nice, yes.

Ebuild Done. The ebuild is now in the gentoo-sunrise overlay, available here:
http://gentoo-sunrise.org/svn/reviewed/app-office/homebank/

Please try to write an ebuild next-time. More information about it: http://devmanual.gentoo.org.
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2006-07-10 19:15:04 UTC
- DESCRIPTION is a bit too long
- Don't use * here: DEPEND=">=x11-libs/gtk+-2*"
- Quotes aren't necessary here: S="${WORKDIR}/${PN}"
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2006-07-15 10:29:14 UTC
Version bump to v3.2_alpha2... new ebuild is being reviewed and should be available soon.

Tristan: Thanks for the comment, DEPEND is fixed. The quotes aren't necessary, you're right, but they don't hurt either.
Comment 4 Carles Escrig 2006-09-26 11:09:41 UTC
HomeBank 3.2 (final) release (2006-09-26)

Sources: http://homebank.free.fr/public/homebank-3.2.tar.gz
Comment 5 Alex Blazh 2007-09-13 14:31:00 UTC
Created attachment 130829 [details]
homebank-3.5.ebuild

renamed ebuild from version 3.3
Comment 6 JC Francois 2007-11-18 21:24:02 UTC
I am running KDE-3.5.7 on Gentoo-2.6.22-r9. I emerged homebank from sunrise. When I try to run it I got errors like this:

(homebank:1113): Gtk-WARNING **: Error loading icon from file '/usr/share/homebank/images/homebank.svg':
        Couldn't recognize the image file format for file '/usr/share/homebank/images/homebank.svg'

For each icon of the interface. Icons don't get displayed correctly.

This looks like a missing dependency on SVG support for Gtk.
Comment 7 JC Francois 2007-11-21 08:32:55 UTC
> This looks like a missing dependency on SVG support for Gtk.
> 

I checked the Homebank package on Kubuntu and found out what is missing: you need to add a dependency on gnome-base/librsvg.

I emerged that package manually on my machine and it fixes the issue.
Comment 8 JC Francois 2007-11-21 09:54:51 UTC
Created attachment 136585 [details]
Adding RDEPEND on gnome-base/librsvg

Revised ebuild to resolve missing dependency problem on librsvg.
Comment 9 Denis Dupeyron (RETIRED) gentoo-dev 2008-04-01 12:33:39 UTC
I have just committed app-office/homebank to the tree. Thanks to everybody for your help.

Denis.