Hi Valentin, The libraries seem to be unversioned. I just added two quick patches to solve the problem. The version and soversion probably will be best to be set in the top level CMakelists...
Alin alin@baphomet:~/lavello/home:ealin:kde-telepathy/ksecretservice> cat lib.patch --- lib/CMakeLists.txt.old 2011-08-08 11:47:21.582001370 +0100 +++ lib/CMakeLists.txt 2011-08-08 11:47:38.663001101 +0100 @@ -12,6 +12,7 @@ SET (ksecretservice_lib_SRCS ) KDE4_ADD_LIBRARY (ksecretsservicelib SHARED ${ksecretservice_lib_SRCS}) +set_target_properties( ksecretsservicelib PROPERTIES VERSION 1.0.0 SOVERSION 1 ) TARGET_LINK_LIBRARIES (ksecretsservicelib ${QT_QTCORE_LIBRARY} alin@baphomet:~/lavello/home:ealin:kde-telepathy/ksecretservice> cat client.patch --- client/CMakeLists.txt.old 2011-08-08 11:54:47.245001167 +0100 +++ client/CMakeLists.txt 2011-08-08 11:55:31.895001096 +0100 @@ -28,6 +28,7 @@ kss_add_dbus_interface(client_lib_SRCS o kss_add_dbus_interface(client_lib_SRCS org.freedesktop.Secret.Session.xml session_interface ) kde4_add_library(ksecretsserviceclient SHARED ${client_lib_SRCS}) +set_target_properties(ksecretsserviceclient PROPERTIES VERSION 1.0.0 SOVERSION 1 ) TARGET_LINK_LIBRARIES (ksecretsserviceclient ksecretsservicelib -- Without Questions there are no Answers! _____________________________________________________________________ Alin Marin ELENA Advanced Molecular Simulation Research Laboratory School of Physics, University College Dublin ---- Ardionsamblú Móilíneach Saotharlann Taighde Scoil na Fisice, An Coláiste Ollscoile, Baile Átha Cliath ----------------------------------------------------------------------------------- http://alin.elenaworld.net ______________________________________________________________________
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Ksecretservice-devel mailing list Ksecretservice-devel@kde.org https://mail.kde.org/mailman/listinfo/ksecretservice-devel