[Kde-bindings] KDE/kdebindings/ruby

Richard Dale Richard_Dale at tipitina.demon.co.uk
Sat Oct 13 16:08:42 UTC 2007


SVN commit 724846 by rdale:

* The ruby modules were wrongly be specified with so version numbers that only apply to
   shared libraries. This caused problems building with cmake 2.4.7. Thanks to Adreas
  Pakulat for pointing out the problem.

CCMAIL: kde-bindings at kde.org


 M  +1 -1      korundum/src/CMakeLists.txt  
 M  +1 -1      plasma/src/CMakeLists.txt  
 M  +1 -1      qtruby/src/CMakeLists.txt  


--- trunk/KDE/kdebindings/ruby/korundum/src/CMakeLists.txt #724845:724846
@@ -15,7 +15,7 @@
 
 target_link_libraries(korundum4 ${KDE4_KDECORE_LIBS} ${RUBY_LIBRARY} ${QT_QTNETWORK_LIBRARY} smokekde qtrubyinternal )
 
-set_target_properties(korundum4 PROPERTIES VERSION 0.0.0 SOVERSION 0 PREFIX "")
+set_target_properties(korundum4 PROPERTIES PREFIX "")
 
 kde4_add_plugin(krubypluginfactory ${factory_SRCS})
 target_link_libraries(krubypluginfactory ${KDE4_KDECORE_LIBS} ${RUBY_LIBRARY})
--- trunk/KDE/kdebindings/ruby/plasma/src/CMakeLists.txt #724845:724846
@@ -10,5 +10,5 @@
 
 target_link_libraries(plasma_applet ${KDE4_KDECORE_LIBS} ${RUBY_LIBRARY} ${QT_QTNETWORK_LIBRARY} smokeplasma qtrubyinternal )
 
-set_target_properties(plasma_applet PROPERTIES VERSION 0.0.0 SOVERSION 0 PREFIX "")
+set_target_properties(plasma_applet PROPERTIES PREFIX "")
 install(TARGETS plasma_applet  DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR} )
--- trunk/KDE/kdebindings/ruby/qtruby/src/CMakeLists.txt #724845:724846
@@ -29,7 +29,7 @@
 add_library(qtrubyinternal STATIC ${qtruby_LIB_SRCS})
 target_link_libraries(qtrubyinternal ${QT_QTCORE_LIBRARY} ${RUBY_LIBRARY} ${QT_QTNETWORK_LIBRARY})
 
-set_target_properties(qtruby4 PROPERTIES VERSION 0.0.0 SOVERSION 0 PREFIX "")
+set_target_properties(qtruby4 PROPERTIES PREFIX "")
 
 install(TARGETS qtruby4  DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR} )
 



More information about the Kde-bindings mailing list