rev 11320 - in branches/kde4/packages/kdelibs/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Sat Jul 5 13:10:07 UTC 2008


Author: ana
Date: 2008-07-05 13:10:06 +0000 (Sat, 05 Jul 2008)
New Revision: 11320

Added:
   branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff
Modified:
   branches/kde4/packages/kdelibs/debian/changelog
   branches/kde4/packages/kdelibs/debian/patches/series
Log:
after 5h, some PEBUAK, half a pizza, one apple and discover my HD does not
like the high temperatures either, this works.



Modified: branches/kde4/packages/kdelibs/debian/changelog
===================================================================
--- branches/kde4/packages/kdelibs/debian/changelog	2008-07-05 08:10:49 UTC (rev 11319)
+++ branches/kde4/packages/kdelibs/debian/changelog	2008-07-05 13:10:06 UTC (rev 11320)
@@ -4,16 +4,16 @@
 
   +++ Changes by Ana Beatriz Guerrero Lopez:
   
-  * Update 98_link_interface_libraries.diff (coming soon)
   * Remove patches 97_use_imported_targets_with_cmake26.diff and 
     99_more_implicit_link_libs.diff
+  * Update 98_link_interface_libraries.diff
   * Add 90_reduce_linking.diff by A. Neundorf.
 
   +++ Changes by Armin Berres:
  
   * Disable debug output of KMail by default.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 05 Jul 2008 10:15:54 +0200
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 05 Jul 2008 15:15:51 +0200
 
 kde4libs (4:4.0.84-1) experimental; urgency=low
 

Added: branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff	                        (rev 0)
+++ branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff	2008-07-05 13:10:06 UTC (rev 11320)
@@ -0,0 +1,11 @@
+--- kde4libs-4.0.84+svn828257.orig/sonnet/plugins/hspell/CMakeLists.txt
++++ kde4libs-4.0.84+svn828257/sonnet/plugins/hspell/CMakeLists.txt
+@@ -9,7 +9,7 @@
+ 
+ kde4_add_plugin(kspell_hspell ${kspell_hspell_PART_SRCS})
+ 
+-target_link_libraries(kspell_hspell  ${KDE4_KDECORE_LIBS} ${HSPELL_LIBRARIES} )
++target_link_libraries(kspell_hspell  ${KDE4_KDECORE_LIBS} ${HSPELL_LIBRARIES} ${ZLIB_LIBRARY})
+ 
+ install(TARGETS kspell_hspell  DESTINATION ${PLUGIN_INSTALL_DIR} )
+ 

Modified: branches/kde4/packages/kdelibs/debian/patches/series
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/series	2008-07-05 08:10:49 UTC (rev 11319)
+++ branches/kde4/packages/kdelibs/debian/patches/series	2008-07-05 13:10:06 UTC (rev 11320)
@@ -10,6 +10,4 @@
 20_use_dejavu_as_default_font.diff
 22_hack_in_etc_kde4_in_kstandarddirs.diff
 90_reduced_linking.diff
-#97_use_imported_targets_with_cmake26.diff
-#98_link_interface_libraries.diff
-#99_more_implicit_link_libs.diff
+98_link_interface_libraries.diff




More information about the pkg-kde-commits mailing list