rev 10451 - branches/kde4/packages/kdenetwork/debian/patches

Sune Vuorela pusling-guest at alioth.debian.org
Sat May 3 10:59:13 UTC 2008


Author: pusling-guest
Date: 2008-05-03 10:59:13 +0000 (Sat, 03 May 2008)
New Revision: 10451

Modified:
   branches/kde4/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff
Log:
update autottl

Modified: branches/kde4/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff	2008-05-03 10:58:50 UTC (rev 10450)
+++ branches/kde4/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff	2008-05-03 10:59:13 UTC (rev 10451)
@@ -1,5 +1,5 @@
---- kdenetwork-4.0.71+svn801740.orig/kget/CMakeLists.txt	2008-04-28 02:07:21.000000000 +0300
-+++ kdenetwork-4.0.71+svn801740/kget/CMakeLists.txt	2008-04-28 12:02:30.000000000 +0300
+--- kdenetwork-4.0.72.orig/kget/CMakeLists.txt	2008-04-23 15:51:59.000000000 +0000
++++ kdenetwork-4.0.72/kget/CMakeLists.txt	2008-05-01 23:05:54.000000000 +0000
 @@ -65,7 +65,7 @@
  
  kde4_add_library(kgetcore SHARED ${kgetcore_SRCS})
@@ -9,19 +9,19 @@
  
  if (Nepomuk_FOUND)
    target_link_libraries(kgetcore ${SOPRANO_LIBRARIES} ${NEPOMUK_LIBRARIES})
---- kdenetwork-4.0.71+svn801740.orig/kget/extensions/konqueror/CMakeLists.txt	2008-04-28 02:06:02.000000000 +0300
-+++ kdenetwork-4.0.71+svn801740/kget/extensions/konqueror/CMakeLists.txt	2008-04-28 12:02:30.000000000 +0300
+--- kdenetwork-4.0.72.orig/kget/extensions/konqueror/CMakeLists.txt	2008-04-23 15:51:59.000000000 +0000
++++ kdenetwork-4.0.72/kget/extensions/konqueror/CMakeLists.txt	2008-05-02 00:02:28.000000000 +0000
 @@ -22,7 +22,7 @@
  
  kde4_add_plugin(khtml_kget ${khtml_kget_SRCS})
  
 -target_link_libraries(khtml_kget ${KDE4_KHTML_LIBS})
-+target_link_libraries(khtml_kget ${KDE4_KHTML_LIBS} ${QT_QTDBUS_LIBRARY})
++target_link_libraries(khtml_kget ${KDE4_KHTML_LIBS} ${QT_QTDBUS_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTCORE_LIBRARY} ${KDE4_KDECORE_LIBRARY} ${KDE4_KDEUI_LIBRARY} ${KDE4_KPARTS_LIBRARY} ${KDE4_KIO_LIBRARY})
  
  if( WEBKITKDE_FOUND)
      target_link_libraries(khtml_kget ${WEBKITKDE_LIBRARIES} ${QT_QTWEBKIT_LIBRARY})
---- kdenetwork-4.0.71+svn801740.orig/kget/transfer-plugins/bittorrent/CMakeLists.txt	2008-04-28 02:06:36.000000000 +0300
-+++ kdenetwork-4.0.71+svn801740/kget/transfer-plugins/bittorrent/CMakeLists.txt	2008-04-28 12:02:30.000000000 +0300
+--- kdenetwork-4.0.72.orig/kget/transfer-plugins/bittorrent/CMakeLists.txt	2008-04-02 12:19:39.000000000 +0000
++++ kdenetwork-4.0.72/kget/transfer-plugins/bittorrent/CMakeLists.txt	2008-05-01 23:05:54.000000000 +0000
 @@ -217,7 +217,7 @@
  
  kde4_add_plugin(kget_bittorrentfactory ${kget_bittorrentfactory_PART_SRCS} ${libbtcore_SRC})
@@ -31,8 +31,8 @@
  
  install(TARGETS kget_bittorrentfactory DESTINATION  ${PLUGIN_INSTALL_DIR})
  install(FILES kget_bittorrentfactory.desktop DESTINATION ${SERVICES_INSTALL_DIR})
---- kdenetwork-4.0.71+svn801740.orig/kopete/kopete/chatwindow/CMakeLists.txt	2008-04-28 02:01:51.000000000 +0300
-+++ kdenetwork-4.0.71+svn801740/kopete/kopete/chatwindow/CMakeLists.txt	2008-04-28 12:02:30.000000000 +0300
+--- kdenetwork-4.0.72.orig/kopete/kopete/chatwindow/CMakeLists.txt	2008-03-13 08:16:01.000000000 +0000
++++ kdenetwork-4.0.72/kopete/kopete/chatwindow/CMakeLists.txt	2008-05-01 23:05:54.000000000 +0000
 @@ -32,7 +32,7 @@
  kde4_add_plugin(krichtexteditpart WITH_PREFIX ${krichtexteditpart_PART_SRCS})
  
@@ -42,8 +42,8 @@
  
  install(TARGETS krichtexteditpart  DESTINATION ${PLUGIN_INSTALL_DIR})
  
---- kdenetwork-4.0.71+svn801740.orig/kopete/plugins/highlight/CMakeLists.txt	2008-04-28 01:41:40.000000000 +0300
-+++ kdenetwork-4.0.71+svn801740/kopete/plugins/highlight/CMakeLists.txt	2008-04-28 12:02:30.000000000 +0300
+--- kdenetwork-4.0.72.orig/kopete/plugins/highlight/CMakeLists.txt	2008-01-04 23:58:40.000000000 +0000
++++ kdenetwork-4.0.72/kopete/plugins/highlight/CMakeLists.txt	2008-05-01 23:05:54.000000000 +0000
 @@ -28,7 +28,7 @@
  kde4_add_plugin(kcm_kopete_highlight ${kcm_kopete_highlight_PART_SRCS})
  
@@ -53,8 +53,8 @@
  
  install(TARGETS kcm_kopete_highlight  DESTINATION ${PLUGIN_INSTALL_DIR})
  
---- kdenetwork-4.0.71+svn801740.orig/kopete/plugins/latex/CMakeLists.txt	2008-04-28 01:41:53.000000000 +0300
-+++ kdenetwork-4.0.71+svn801740/kopete/plugins/latex/CMakeLists.txt	2008-04-28 12:02:30.000000000 +0300
+--- kdenetwork-4.0.72.orig/kopete/plugins/latex/CMakeLists.txt	2008-01-04 23:58:41.000000000 +0000
++++ kdenetwork-4.0.72/kopete/plugins/latex/CMakeLists.txt	2008-05-01 23:05:54.000000000 +0000
 @@ -32,7 +32,7 @@
  kde4_add_plugin(kcm_kopete_latex ${kcm_kopete_latex_PART_SRCS})
  
@@ -64,8 +64,8 @@
  
  install(TARGETS kcm_kopete_latex  DESTINATION ${PLUGIN_INSTALL_DIR})
  
---- kdenetwork-4.0.71+svn801740.orig/kopete/libkopete/CMakeLists.txt	2008-04-28 12:08:17.000000000 +0300
-+++ kdenetwork-4.0.71+svn801740/kopete/libkopete/CMakeLists.txt	2008-04-28 12:08:17.000000000 +0300
+--- kdenetwork-4.0.72.orig/kopete/libkopete/CMakeLists.txt	2008-03-25 17:24:00.000000000 +0000
++++ kdenetwork-4.0.72/kopete/libkopete/CMakeLists.txt	2008-05-01 23:05:54.000000000 +0000
 @@ -131,7 +131,7 @@
  
  kde4_add_library(kopete SHARED ${kopete_LIB_SRCS})




More information about the pkg-kde-commits mailing list