rev 10326 - in branches/kde4/packages/kdeutils/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Mon Apr 28 09:49:43 UTC 2008


Author: pusling-guest
Date: 2008-04-28 09:49:43 +0000 (Mon, 28 Apr 2008)
New Revision: 10326

Added:
   branches/kde4/packages/kdeutils/debian/patches/
   branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff
   branches/kde4/packages/kdeutils/debian/patches/series
Modified:
   branches/kde4/packages/kdeutils/debian/changelog
   branches/kde4/packages/kdeutils/debian/control
Log:
* New upstream snapshot
* add target_link_library patch
* add libxrender-dev build-dep. superkaramba includes headers from here

Modified: branches/kde4/packages/kdeutils/debian/changelog
===================================================================
--- branches/kde4/packages/kdeutils/debian/changelog	2008-04-28 09:33:46 UTC (rev 10325)
+++ branches/kde4/packages/kdeutils/debian/changelog	2008-04-28 09:49:43 UTC (rev 10326)
@@ -1,3 +1,11 @@
+kdeutils (4:4.0.71+svn801741-1) experimental; urgency=low
+
+  * New upstream snapshot
+  * add target_link_library patch
+  * add libxrender-dev build-dep. superkaramba includes headers from here
+
+ -- Sune Vuorela <debian at pusling.com>  Mon, 28 Apr 2008 11:04:54 +0200
+
 kdeutils (4:4.0.68+svn794641-1) experimental; urgency=low
 
   * New upstream snapshot. 

Modified: branches/kde4/packages/kdeutils/debian/control
===================================================================
--- branches/kde4/packages/kdeutils/debian/control	2008-04-28 09:33:46 UTC (rev 10325)
+++ branches/kde4/packages/kdeutils/debian/control	2008-04-28 09:49:43 UTC (rev 10326)
@@ -6,7 +6,7 @@
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), cmake, quilt, 
  kdepimlibs5-dev (>= 4:4.0.68),
  libgmp3-dev, libqimageblitz-dev (>= 1:0.0.4-2), libsnmp-dev, libzip-dev, 
- python-all-dev, libarchive-dev
+ python-all-dev, libarchive-dev, libxrender-dev
 Standards-Version: 3.7.3
 Homepage: http://www.kde.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/branches/kde4/packages/kdeutils

Added: branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff	                        (rev 0)
+++ branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff	2008-04-28 09:49:43 UTC (rev 10326)
@@ -0,0 +1,38 @@
+Index: b/kcalc/CMakeLists.txt
+===================================================================
+--- a/kcalc/CMakeLists.txt
++++ b/kcalc/CMakeLists.txt
+@@ -44,7 +44,7 @@
+ 
+ kde4_add_kdeinit_executable( kcalc ${kcalc_KDEINIT_SRCS})
+ 
+-target_link_libraries(kdeinit_kcalc  ${KDE4_KDEUI_LIBS} ${GMP_LIBRARIES})
++target_link_libraries(kdeinit_kcalc  ${KDE4_KDEUI_LIBS} ${GMP_LIBRARIES} ${QT_QTXML_LIBRARY})
+ 
+ install(TARGETS kdeinit_kcalc ${INSTALL_TARGETS_DEFAULT_ARGS})
+ 
+Index: b/kwallet/konfigurator/CMakeLists.txt
+===================================================================
+--- a/kwallet/konfigurator/CMakeLists.txt
++++ b/kwallet/konfigurator/CMakeLists.txt
+@@ -11,7 +11,7 @@
+ kde4_add_plugin(kcm_kwallet ${kcm_kwallet_PART_SRCS})
+ 
+ 
+-target_link_libraries(kcm_kwallet  ${KDE4_KDE3SUPPORT_LIBS}  )
++target_link_libraries(kcm_kwallet  ${KDE4_KDE3SUPPORT_LIBS} ${QT_QTDBUS_LIBRARY}  )
+ 
+ install(TARGETS kcm_kwallet  DESTINATION ${PLUGIN_INSTALL_DIR})
+ 
+Index: b/superkaramba/src/CMakeLists.txt
+===================================================================
+--- a/superkaramba/src/CMakeLists.txt
++++ b/superkaramba/src/CMakeLists.txt
+@@ -83,6 +83,7 @@
+ set_target_properties(superkaramba PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
+ 
+ TARGET_LINK_LIBRARIES(superkaramba
++${QT_QTNETWORK_LIBRARY} ${QT_QTSVG_LIBRARY} ${QT_QTXML_LIBRARY} ${X11_X11_LIB}
+ ${KDE4_KIO_LIBS}
+ ${KDE4_KPTY_LIBS}
+ ${KDE4_KROSSCORE_LIBS}

Added: branches/kde4/packages/kdeutils/debian/patches/series
===================================================================
--- branches/kde4/packages/kdeutils/debian/patches/series	                        (rev 0)
+++ branches/kde4/packages/kdeutils/debian/patches/series	2008-04-28 09:49:43 UTC (rev 10326)
@@ -0,0 +1 @@
+97_fix_target_link_libraries.diff




More information about the pkg-kde-commits mailing list