I am trying to build Keysmith from sources on Kubuntu 22.04.3, x86_64, fully patched. I have KDE Plasma Shell version is 5.24.7. Dependent libraries are all supplied by Ubuntu or Kubuntu. Nothing else was built from sources.
When I attempt to run Keysmith from the command line, I get:
$ ./bin/keysmith
QML debugging is enabled. Only use this in a safe environment.
QQmlApplicationEngine failed to load component
qrc:/main.qml:8:1: module "org.kde.kirigami" version 2.20 is not installed
According to Kirigami module not found (Kirigami2 not installed when it is), “… the Kirigami version you have on your system is actually lower than 2.20. Try downgrading the version used in your QML files…”
The problem is, I have Kirigami 5.92 on my system (and not a downlevel version):
$ find /usr/lib -iname '*kirigami*' | grep '\.so'
/usr/lib/x86_64-linux-gnu/libKF5Kirigami2.so
/usr/lib/x86_64-linux-gnu/libKF5Kirigami2.so.5
/usr/lib/x86_64-linux-gnu/libKF5Kirigami2.so.5.92.0
What is the problem and how do I fix it?