Page 1 of 1

Homebank on smokey01's contrib repo

Posted: Fri May 03, 2024 10:52 am
by jamesbond

@smokey01 has a repository for Fatdog64 900 series.
By default this repository is disabled, as at the time of release, it was empty.

Smokey01 has since started to fill his repo.
The first application is Homebank, and more will follow.

To install Homebank and other applications from smokey01's repo, all you need to enable the repo.

To enable the repo, use geany to edit the file /etc/slapt-get/slapt-getrc, and change the following line

Code: Select all

#SOURCE=http://www.smokey01.com/fd900/packages/:DEFAULT

to

Code: Select all

SOURCE=http://www.smokey01.com/fd900/packages/:DEFAULT

(in other words, remove the # in front of the line).
Then save the file.

After that, run gslapt, click "Update", and you should see Homebank in your list of packages that you can install.

Enjoy, and thank you @smokey01 for providing this package for all of us :thumbup:


Re: Homebank on smokey01's contrib repo

Posted: Fri May 03, 2024 1:00 pm
by p310don

Code: Select all

homebank: error while loading shared libraries: libsoup-3.0.so.0: cannot open shared object file: No such file or directory

I get this when firing it up


Re: Homebank on smokey01's contrib repo

Posted: Fri May 03, 2024 1:23 pm
by jamesbond

Ah, I think it needs libsoup3 too.
I don't encounter problem because I already have libsoup3.
@smokey01 needs to update the dependency list.


Re: Homebank on smokey01's contrib repo

Posted: Fri May 03, 2024 8:45 pm
by smokey01

I must have had libsoup3 installed as well because I didn't have a missing dependency problem. Will fix.

Apparently it also needs opensp so I have added that to the dependencies.

Now fixed and works in virgin Qemu.


Re: Homebank on smokey01's contrib repo

Posted: Fri May 03, 2024 11:02 pm
by p310don

Still having dramas


Re: Homebank on smokey01's contrib repo

Posted: Sat May 04, 2024 7:22 am
by smokey01
p310don wrote: Fri May 03, 2024 11:02 pm

Still having dramas

@p310don I just updated the repo again from within Qemu. Installed Homebank, and it to appear to have installed correctly as it's working.
First I deleted all the files from the packages directory except for homebank, libofx and pkg2repo. exec "./pkg2repo all" to regenerate the necessary files which worked.

@p310don try it again and see if it works. Cheers.


Re: Homebank on smokey01's contrib repo

Posted: Sat May 04, 2024 1:17 pm
by p310don

@smokey01 - all working now. Problem was at my end. Needed to run

Code: Select all

slapt-get --clean

to clear up dodgy cache. Not the first time I've had that issue.


Re: Homebank on smokey01's contrib repo

Posted: Sat May 04, 2024 7:26 pm
by smokey01

It's a first for me. Glad to hear it's working.