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

List:       kde-commits
Subject:    playground/base/nepomuk-kde/annotation
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2009-08-20 8:41:11
Message-ID: 1250757671.280729.30171.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1013512 by trueg:

* Fixed linking
* Removed KIO dependancy

CCMAIL: Alessandro Sivieri <alessandro.sivieri@gmail.com>


 M  +0 -1      lib/CMakeLists.txt  
 M  +2 -1      lib/gui/resourceeditor.cpp  
 M  +1 -1      plugins/dbpedia/CMakeLists.txt  
 M  +1 -1      plugins/pimo/CMakeLists.txt  
 M  +1 -1      plugins/pimotype/CMakeLists.txt  
 M  +1 -2      plugins/scribo/CMakeLists.txt  


--- trunk/playground/base/nepomuk-kde/annotation/lib/CMakeLists.txt #1013511:1013512
@@ -67,7 +67,6 @@
   ${SOPRANO_INDEX_LIBRARIES}
   ${QT_QTGUI_LIBRARY}
   ${KDE4_KDEUI_LIBS}
-  ${KDE4_KIO_LIBS}
   ${STRIGI_STREAMANALYZER_LIBRARY}
   ${STRIGI_STREAMS_LIBRARY}
   nepomukutils
--- trunk/playground/base/nepomuk-kde/annotation/lib/gui/resourceeditor.cpp \
#1013511:1013512 @@ -40,6 +40,7 @@
 #include <QtGui/QHBoxLayout>
 #include <QtGui/QDragEnterEvent>
 #include <QtGui/QStackedWidget>
+#include <QtCore/QProcess>
 
 #include <Soprano/Util/SignalCacheModel>
 
@@ -170,7 +171,7 @@
 
 void Nepomuk::ResourceEditor::Private::_k_openNepomukBrowser()
 {
-    ( void )new KRun( m_resource.resourceUri(), q );
+    QProcess::startDetached( "kde-open", QStringList() << \
m_resource.resourceUri().toString() );  }
 
 
--- trunk/playground/base/nepomuk-kde/annotation/plugins/dbpedia/CMakeLists.txt \
#1013511:1013512 @@ -5,10 +5,10 @@
 target_link_libraries(nepomuk_dbpediaannotationplugin
   ${NEPOMUK_LIBRARIES}
   ${SOPRANO_LIBRARIES}
+  ${SOPRANO_CLIENT_LIBRARIES}
   ${KDE4_KDEUI_LIBS}
   ${KDE4_KIO_LIBS}
   nepomukannotation
-  pimo
 )
 
 install(TARGETS nepomuk_dbpediaannotationplugin DESTINATION ${PLUGIN_INSTALL_DIR})
--- trunk/playground/base/nepomuk-kde/annotation/plugins/pimo/CMakeLists.txt \
#1013511:1013512 @@ -8,7 +8,7 @@
   ${KDE4_KDEUI_LIBS}
   ${KDE4_KIO_LIBS}
   nepomukannotation
-  pimo
+  nepomukutils
 )
 install(TARGETS nepomuk_pimoannotationplugin DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES pimoannotationplugin.desktop DESTINATION \
                ${SERVICES_INSTALL_DIR}/nepomukannotationplugins)
--- trunk/playground/base/nepomuk-kde/annotation/plugins/pimotype/CMakeLists.txt \
#1013511:1013512 @@ -9,7 +9,7 @@
   ${KDE4_KDEUI_LIBS}
   ${KDE4_KIO_LIBS}
   nepomukannotation
-  pimo
+  nepomukutils
 )
 install(TARGETS nepomuk_pimotypeannotationplugin DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES pimotypeannotationplugin.desktop DESTINATION \
                ${SERVICES_INSTALL_DIR}/nepomukannotationplugins)
--- trunk/playground/base/nepomuk-kde/annotation/plugins/scribo/CMakeLists.txt \
#1013511:1013512 @@ -27,9 +27,8 @@
   ${KDE4_KIO_LIBS}
   ${SCRIBO_LIBRARIES}
   nepomukannotation
-  pimo
+  nepomukutils
   scribo
-  nie
 )
 install(TARGETS nepomuk_scriboannotationplugin DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES nepomuk_scriboannotationplugin.desktop DESTINATION \
${SERVICES_INSTALL_DIR}/nepomukannotationplugins)


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

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