
I took over a package that had been disowned and modified it to make it build on Arch with libofx. Aqbanking is still pending because I haven't found a suitable Qt4 package, but I will modify it when I do.
You can find the package in AUR: http://aur.archlinux.org/packages.php?ID=33252
If you use kdemod, modify the PKGBUILD to depend on kdemod-kdelibs-debug instead of on kdelibs.
Comments
Dependencies
mmh, why should KDEmod users depend on kdemod-kdelibs-debug and not on kdemod-kdelibs?
Because you need the headers
It compiles from scratch and you need the headers for that. Kdelibs includes them, while kdemod has those in the debug package.