File enable_external_plugins.patch of Package kadu
Index: Plugins.cmake
===================================================================
--- Plugins.cmake.orig
+++ Plugins.cmake
@@ -128,6 +128,29 @@ if (UNIX AND NOT APPLE)
falf_mediaplayer
# MPD mediaplayer support
mpd_mediaplayer
+ # external (community)
+ # lookup of an interlocutor in public directory
+ anonymous_check
+ # kadu completion
+ kadu_completion
+ # global hotkeys support
+ globalhotkeys
+ # support for importing history from gg 7 & 8
+ import_history
+ # lednotify support
+ lednotify
+ # split too long messages
+ messagessplitter
+ # mimetex support
+ mime_tex
+ # network ping support
+ networkping
+ # nextinfo
+ nextinfo
+ # panelkadu
+ panelkadu
+ # history for sent sms
+ senthistory
)
if (KADU_WITH_LIBINDICATE_QT)