[Kde-bindings] KDE/kdebindings

Richard Dale Richard_Dale at tipitina.demon.co.uk
Tue May 6 09:39:23 UTC 2008


SVN commit 804509 by rdale:

* The Plasma ScriptEngine interface is now mandatory for the Applet and DataEngine apis 
  with non-C++ languages. These Plasma Ruby bindings were not designed to be used with
  the ScriptEngine, so terminate the project.

CCMAIL: kde-bindings at kde.org

 M  +0 -6      ruby/CMakeLists.txt  
 D             ruby/plasma/CMakeLists.txt  
 D             ruby/plasma/ChangeLog  
 D             ruby/plasma/examples/applets/digital-clock (directory)  
 D             ruby/plasma/examples/applets/webapplet (directory)  
 D             ruby/plasma/examples/dataengines (directory)  
 D             ruby/plasma/src (directory)  
 D             ruby/plasma/tools (directory)  
 M  +0 -5      smoke/CMakeLists.txt  
 D             smoke/plasma (directory)  


--- trunk/KDE/kdebindings/ruby/CMakeLists.txt #804508:804509
@@ -5,7 +5,6 @@
 
 OPTION(ENABLE_QTRUBY "build QtRuby" ON)
 OPTION(ENABLE_KORUNDUM "build Korundum" ON)
-OPTION(ENABLE_PLASMA "build Plasma" ON)
 
 SET(CUSTOM_RUBY_SITE_ARCH_DIR ${RUBY_SITE_ARCH_DIR} CACHE DIR "custom installation directory for ruby binary extension" )
 SET(CUSTOM_RUBY_SITE_LIB_DIR ${RUBY_SITE_LIB_DIR} CACHE DIR "custom installation directory for ruby extension" )
@@ -21,14 +20,9 @@
         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 AND RUBY_LIBRARY AND RUBY_INCLUDE_PATH)
 message(STATUS "Build QtRuby... " ${QTRUBY_ENABLED})
 message(STATUS "Build Korundum... " ${KORUNDUM_ENABLED})
-message(STATUS "Build Plasma... " ${PLASMA_ENABLED})
 
 #####################################################################
 # Kross Ruby
--- trunk/KDE/kdebindings/smoke/CMakeLists.txt #804508:804509
@@ -1,6 +1,5 @@
 OPTION(ENABLE_SMOKE "build Smoke" ON)
 OPTION(ENABLE_SMOKEKDE "build SmokeKDE" ON)
-OPTION(ENABLE_SMOKEPLASMA "build SmokePlasma" ON)
 
 set(SMOKE_ENABLED "no")
 if(ENABLE_SMOKE OR ENABLE_SMOKEKDE)
@@ -14,10 +13,6 @@
 
 endif(ENABLE_SMOKE OR ENABLE_SMOKEKDE)
 
-if(ENABLE_SMOKEPLASMA)
-    add_subdirectory(plasma)
-endif(ENABLE_SMOKEPLASMA)
-
 message(STATUS "Build Smoke... " ${SMOKE_ENABLED})
 
 ########### install files ###############



More information about the Kde-bindings mailing list