Alkimia fails to build

Hi

I’m trying to build kmymoney and its dependencies using kdesrc-build but it keeps failing at alkimia:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find KF6 (missing: Plasma) (found version "6.1.0")

I’m on Arch (Plasma 6.0.3) so missing -dev packages are not the issue. The message suggests to me that it requires a version other than 6.1.0 but if that’s configured in CMakeLists.txt I can’t see where, or do I have a package missing somewhere? Everything else (e.g. plasma-workspace) builds OK

@Paul_Worrall

Could NOT find KF6

KMyMoney is not yet ready to be build with KF6. Don’t know where it picked that up. Does that help to isolate the problem?

Unless you want to try to build it for KF6. But in that case I have no idea.

@ipwizard
Ah, OK, in that case I’ll stop trying.
Thanks