When I build gpgme-1.8.0 from source, the installed
/usr/lib/cmake/Gpgmepp/GpgmeppcConfig.cmake file contains:
set_target_properties(Gpgmepp PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "/usr/include/gpgme++;/usr/include" INTERFACE_LINK_LIBRARIES "pthread;/usr/lib/libgpgme@libsuffix@;-lassuan
-lgpg-error"
IMPORTED_LOCATION "/usr/lib/libgpgmepp.so"
)
This is causing both kwallet and libkleo (and possibly others) to fail to build
with an error like:
make[2]: *** No rule to make target '/usr/lib/libgpgme@libsuffix@', needed by
'src/libKF5Libkleo.so.5.4.0'.