rev 12014 - in branches/kde4/packages/kdeplasma-addons/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Fri Aug 29 11:38:20 UTC 2008


Author: pusling-guest
Date: 2008-08-29 11:38:19 +0000 (Fri, 29 Aug 2008)
New Revision: 12014

Modified:
   branches/kde4/packages/kdeplasma-addons/debian/changelog
   branches/kde4/packages/kdeplasma-addons/debian/patches/97_fix_target_link_libraries.diff
Log:
* New upstreams release.
+++ Changes by Sune Vuorela:
* Change 97_ patch to fit with upstream changes and 
  debian specific pimlibs changes

Modified: branches/kde4/packages/kdeplasma-addons/debian/changelog
===================================================================
--- branches/kde4/packages/kdeplasma-addons/debian/changelog	2008-08-29 11:36:24 UTC (rev 12013)
+++ branches/kde4/packages/kdeplasma-addons/debian/changelog	2008-08-29 11:38:19 UTC (rev 12014)
@@ -1,3 +1,14 @@
+kdeplasma-addons (4:4.1.1-1) experimental; urgency=low
+
+  * New upstreams release.
+
+  +++ Changes by Sune Vuorela:
+
+  * Change 97_ patch to fit with upstream changes and 
+    debian specific pimlibs changes
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 29 Aug 2008 08:46:37 +0200
+
 kdeplasma-addons (4:4.1.0-1) experimental; urgency=low
 
   * New upstream release.

Modified: branches/kde4/packages/kdeplasma-addons/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4/packages/kdeplasma-addons/debian/patches/97_fix_target_link_libraries.diff	2008-08-29 11:36:24 UTC (rev 12013)
+++ branches/kde4/packages/kdeplasma-addons/debian/patches/97_fix_target_link_libraries.diff	2008-08-29 11:38:19 UTC (rev 12014)
@@ -1,29 +1,38 @@
---- kdeplasma-addons-4.0.98.orig/dataengines/comic/CMakeLists.txt
-+++ kdeplasma-addons-4.0.98/dataengines/comic/CMakeLists.txt
-@@ -31,7 +31,7 @@
+--- a/dataengines/comic/CMakeLists.txt
++++ b/dataengines/comic/CMakeLists.txt
+@@ -68,7 +68,7 @@
+         osnewsprovider.cpp
+    )
+    kde4_add_plugin( plasma_comic_osnewsprovider ${comic_osnews_provider_SRCS} )
+-   target_link_libraries( plasma_comic_osnewsprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS} )
++   target_link_libraries( plasma_comic_osnewsprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS} ${QT_QTNETWORK_LIBRARY} )
+    install( TARGETS plasma_comic_osnewsprovider DESTINATION ${PLUGIN_INSTALL_DIR} )
+    install( FILES osnewsprovider.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+    install( FILES pics/plasma_comic_osnews.png DESTINATION ${DATA_INSTALL_DIR}/plasma-comic )
+@@ -81,7 +81,7 @@
  )
  
- kde4_add_plugin( plasma_comic_dilbertprovider ${comic_dilbert_provider_SRCS} )
--target_link_libraries( plasma_comic_dilbertprovider plasmacomicprovidercore )
-+target_link_libraries( plasma_comic_dilbertprovider plasmacomicprovidercore ${KDE4_KIO_LIBS})
- install( TARGETS plasma_comic_dilbertprovider DESTINATION ${PLUGIN_INSTALL_DIR} )
- install( FILES dilbertprovider.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
- install( FILES pics/plasma_comic_dilbert.png DESTINATION ${DATA_INSTALL_DIR}/plasma-comic )
-@@ -43,7 +43,7 @@
+ kde4_add_plugin( plasma_comic_snoopyprovider ${comic_snoopy_provider_SRCS} )
+-target_link_libraries( plasma_comic_snoopyprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS} )
++target_link_libraries( plasma_comic_snoopyprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS} ${QT_QTNETWORK_LIBRARY} )
+ install( TARGETS plasma_comic_snoopyprovider DESTINATION ${PLUGIN_INSTALL_DIR} )
+ install( FILES snoopyprovider.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+ install( FILES pics/plasma_comic_snoopy.png DESTINATION ${DATA_INSTALL_DIR}/plasma-comic )
+@@ -93,7 +93,7 @@
  )
  
- kde4_add_plugin( plasma_comic_userfriendlyprovider ${comic_userfriendly_provider_SRCS} )
--target_link_libraries( plasma_comic_userfriendlyprovider plasmacomicprovidercore )
-+target_link_libraries( plasma_comic_userfriendlyprovider plasmacomicprovidercore ${KDE4_KIO_LIBS})
- install( TARGETS plasma_comic_userfriendlyprovider DESTINATION ${PLUGIN_INSTALL_DIR} )
- install( FILES userfriendlyprovider.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
- install( FILES pics/plasma_comic_userfriendly.png DESTINATION ${DATA_INSTALL_DIR}/plasma-comic )
-@@ -55,7 +55,7 @@
+ kde4_add_plugin( plasma_comic_xkcdprovider ${comic_xkcd_provider_SRCS} )
+-target_link_libraries( plasma_comic_xkcdprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS} )
++target_link_libraries( plasma_comic_xkcdprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS}  ${QT_QTNETWORK_LIBRARY})
+ install( TARGETS plasma_comic_xkcdprovider DESTINATION ${PLUGIN_INSTALL_DIR} )
+ install( FILES xkcdprovider.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+ install( FILES pics/plasma_comic_xkcd.png DESTINATION ${DATA_INSTALL_DIR}/plasma-comic )
+@@ -105,7 +105,7 @@
  )
  
- kde4_add_plugin( plasma_comic_garfieldprovider ${comic_garfield_provider_SRCS} )
--target_link_libraries( plasma_comic_garfieldprovider plasmacomicprovidercore )
-+target_link_libraries( plasma_comic_garfieldprovider plasmacomicprovidercore ${KDE4_KIO_LIBS} )
- install( TARGETS plasma_comic_garfieldprovider DESTINATION ${PLUGIN_INSTALL_DIR} )
- install( FILES garfieldprovider.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
- install( FILES pics/plasma_comic_garfield.png DESTINATION ${DATA_INSTALL_DIR}/plasma-comic )
+ kde4_add_plugin( plasma_comic_phdprovider ${comic_phd_provider_SRCS} )
+-target_link_libraries( plasma_comic_phdprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS} )
++target_link_libraries( plasma_comic_phdprovider plasmacomicprovidercore ${KDE4_SYNDICATION_LIBS} ${QT_QTNETWORK_LIBRARY} )
+ install( TARGETS plasma_comic_phdprovider DESTINATION ${PLUGIN_INSTALL_DIR} )
+ install( FILES phdprovider.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+ install( FILES pics/plasma_comic_phd.png DESTINATION ${DATA_INSTALL_DIR}/plasma-comic )




More information about the pkg-kde-commits mailing list