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

Sune Vuorela pusling-guest at alioth.debian.org
Tue Sep 2 21:41:27 UTC 2008


Author: pusling-guest
Date: 2008-09-02 21:41:27 +0000 (Tue, 02 Sep 2008)
New Revision: 12053

Modified:
   branches/kde4/packages/kdeutils/debian/changelog
   branches/kde4/packages/kdeutils/debian/control
   branches/kde4/packages/kdeutils/debian/not-installed
   branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff
Log:
* New upstream release
* Remove 97_fix_target_link_libraries.diff, implemented upstram
* Remove kdeutils-dv, useless.

Modified: branches/kde4/packages/kdeutils/debian/changelog
===================================================================
--- branches/kde4/packages/kdeutils/debian/changelog	2008-09-02 21:11:52 UTC (rev 12052)
+++ branches/kde4/packages/kdeutils/debian/changelog	2008-09-02 21:41:27 UTC (rev 12053)
@@ -1,3 +1,11 @@
+kdeutils (4:4.1.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Remove 97_fix_target_link_libraries.diff, implemented upstram
+  * Remove kdeutils-dv, useless.
+
+ -- Sune Vuorela <pusling at eider.killmulehill.net>  Fri, 29 Aug 2008 11:39:50 +0200
+
 kdeutils (4:4.1.0-1) experimental; urgency=low
 
   * New upstream release. 

Modified: branches/kde4/packages/kdeutils/debian/control
===================================================================
--- branches/kde4/packages/kdeutils/debian/control	2008-09-02 21:11:52 UTC (rev 12052)
+++ branches/kde4/packages/kdeutils/debian/control	2008-09-02 21:41:27 UTC (rev 12053)
@@ -41,13 +41,6 @@
  This package contains debugging files used to investigate problems with
  binaries included in the KDE 4 utilities module.
 
-Package: kdeutils-dev
-Section: libdevel
-Architecture: any
-Depends: ark (= ${binary:Version}), superkaramba (= ${binary:Version})
-Description: development files for the KDE 4 utilities module
- This package contains development files for building software that uses
- libraries from the KDE 4 utilities module.
 
 Package: ark
 Section: utils

Modified: branches/kde4/packages/kdeutils/debian/not-installed
===================================================================
--- branches/kde4/packages/kdeutils/debian/not-installed	2008-09-02 21:11:52 UTC (rev 12052)
+++ branches/kde4/packages/kdeutils/debian/not-installed	2008-09-02 21:41:27 UTC (rev 12053)
@@ -1,2 +1,5 @@
 ./usr/lib/liboktetacore.so
 ./usr/lib/liboktetagui.so
+./usr/lib/libkerfuffle.so
+./usr/lib/libsuperkaramba.so
+

Modified: branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff	2008-09-02 21:11:52 UTC (rev 12052)
+++ branches/kde4/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff	2008-09-02 21:41:27 UTC (rev 12053)
@@ -1,38 +1,11 @@
-Index: b/kcalc/CMakeLists.txt
-===================================================================
---- a/kcalc/CMakeLists.txt
-+++ b/kcalc/CMakeLists.txt
-@@ -44,7 +44,7 @@
+--- a/kgpg/CMakeLists.txt
++++ b/kgpg/CMakeLists.txt
+@@ -74,7 +74,7 @@
  
- kde4_add_kdeinit_executable( kcalc ${kcalc_KDEINIT_SRCS})
+ kde4_add_executable(kgpg ${kgpg_SRCS})
  
--target_link_libraries(kdeinit_kcalc  ${KDE4_KDEUI_LIBS} ${GMP_LIBRARIES})
-+target_link_libraries(kdeinit_kcalc  ${KDE4_KDEUI_LIBS} ${GMP_LIBRARIES} ${QT_QTXML_LIBRARY})
+-target_link_libraries(kgpg   ${KDE4_KABC_LIBS} ${KDE4_KUTILS_LIBS} ${QT_QT3SUPPORT_LIBRARY})
++target_link_libraries(kgpg   ${KDE4_KABC_LIBS} ${KDE4_KUTILS_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS})
  
- install(TARGETS kdeinit_kcalc ${INSTALL_TARGETS_DEFAULT_ARGS})
+ install(TARGETS kgpg  ${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}




More information about the pkg-kde-commits mailing list