SVN commit 733205 by sebsauer:

Added Kopete plugin that allows plugins written in Python, Ruby, JavaScript, 
etc. using Kross.

* it works, 2 testcases are provided
* still needs some more work

CCMAIL: [email protected]
FEATURE



 M  +6 -3      CMakeLists.txt  
 A             kopete-scripting (directory)  
 A             kopete-scripting/CMakeLists.txt  
 A             kopete-scripting/Readme.txt  
 A             kopete-scripting/kopete_scripting.desktop  
 A             kopete-scripting/kopete_scripting_config.desktop  
 A             kopete-scripting/scriptinginterface.cpp   [License: GPL (v2+)]
 A             kopete-scripting/scriptinginterface.h   [License: GPL (v2+)]
 A             kopete-scripting/scriptinginterface_p.h   [License: GPL (v2+)]
 A             kopete-scripting/scriptingplugin.cpp   [License: GPL (v2+)]
 A             kopete-scripting/scriptingplugin.h   [License: GPL (v2+)]
 A             kopete-scripting/scriptingpreferences.cpp   [License: GPL (v2+)]
 A             kopete-scripting/scriptingpreferences.h   [License: GPL (v2+)]
 A             kopete-scripting/scripts (directory)  
 A             kopete-scripting/scripts/CMakeLists.txt  
 AM            kopete-scripting/scripts/OrcaScreenReader.py  
 AM            kopete-scripting/scripts/Testcase.py  


--- trunk/extragear/network/CMakeLists.txt #733204:733205
@@ -28,9 +28,12 @@
   endif(IW_FOUND)
 endif(NOT WIN32)
 
-if (Kopete_FOUND AND KDEPIM_FOUND AND KDEPIMLIBS_FOUND)
-  macro_optional_add_subdirectory(kopete-cryptography)
-endif (Kopete_FOUND AND KDEPIM_FOUND AND KDEPIMLIBS_FOUND)
+if (Kopete_FOUND)
+  macro_optional_add_subdirectory(kopete-scripting)
+  if (KDEPIM_FOUND AND KDEPIMLIBS_FOUND)
+    macro_optional_add_subdirectory(kopete-cryptography)
+  endif (KDEPIM_FOUND AND KDEPIMLIBS_FOUND)
+endif (Kopete_FOUND)
 
 macro_optional_add_subdirectory(kmldonkey)
 macro_optional_add_subdirectory(knewsticker-scripts)
** trunk/extragear/network/kopete-scripting/scripts/OrcaScreenReader.py 
#property svn:executable
   + *
** trunk/extragear/network/kopete-scripting/scripts/Testcase.py #property 
svn:executable
   + *
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to