[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bindings
Subject:    [Kde-bindings] KDE/kdebindings/ruby
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2007-10-13 16:08:42
Message-ID: 1192291722.480128.5853.nullmailer () svn ! kde ! org
[Download RAW message or body]

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@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} )
 
_______________________________________________
Kde-bindings mailing list
Kde-bindings@kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic