[Kde-bindings] KDE/kdebindings/ruby

Richard Dale Richard_Dale at tipitina.demon.co.uk
Wed Aug 1 23:30:50 UTC 2007


SVN commit 695375 by rdale:

* Added a cut down version of korundum for writing plasma applets

CCMAIL: kde-bindings at kde.org



 M  +6 -0      CMakeLists.txt  
 A             plasma (directory)  
 A             plasma/CMakeLists.txt  
 A             plasma/ChangLog  
 A             plasma/src (directory)  
 A             plasma/src/CMakeLists.txt  
 A             plasma/src/kdehandlers.cpp   [License: GPL (v2+)]
 A             plasma/src/plasma.cpp   [License: GPL (v2+)]


--- trunk/KDE/kdebindings/ruby/CMakeLists.txt #695374:695375
@@ -5,6 +5,7 @@
 
 OPTION(ENABLE_QTRUBY "build QtRuby" ON)
 OPTION(ENABLE_KORUNDUM "build Korundum" ON)
+OPTION(ENABLE_PLASMA "build Plasma" ON)
 
 set(QTRUBY_ENABLED "no")
 set(KORUNDUM_ENABLED "no")
@@ -17,9 +18,14 @@
         add_subdirectory( korundum )
         set(KORUNDUM_ENABLED "yes")
     endif(ENABLE_KORUNDUM)
+    if(ENABLE_PLASMA)
+        add_subdirectory( plasma )
+        set(PLASMA_ENABLED "yes")
+    endif(ENABLE_PLASMA)
 endif(RUBY_EXECUTABLE)
 message(STATUS "Build QtRuby... " ${QTRUBY_ENABLED})
 message(STATUS "Build Korundum... " ${KORUNDUM_ENABLED})
+message(STATUS "Build Plasma... " ${PLASMA_ENABLED})
 
 #####################################################################
 # Kross Ruby



More information about the Kde-bindings mailing list