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

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Sep 11 18:42:34 UTC 2008


Author: ana
Date: 2008-09-11 18:42:34 +0000 (Thu, 11 Sep 2008)
New Revision: 12147

Modified:
   branches/kde4-backports/packages/kdeutils/debian/changelog
   branches/kde4-backports/packages/kdeutils/debian/control
   branches/kde4-backports/packages/kdeutils/debian/not-installed
   branches/kde4-backports/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff
Log:
merge kdeutils changes


Modified: branches/kde4-backports/packages/kdeutils/debian/changelog
===================================================================
--- branches/kde4-backports/packages/kdeutils/debian/changelog	2008-09-11 13:52:45 UTC (rev 12146)
+++ branches/kde4-backports/packages/kdeutils/debian/changelog	2008-09-11 18:42:34 UTC (rev 12147)
@@ -1,3 +1,17 @@
+kdeutils (4:4.1.1-2) UNRELEASED; urgency=low
+
+  * Improve okteta's description. 
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 05 Sep 2008 14:02:59 +0200
+
+kdeutils (4:4.1.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Remove 97_fix_target_link_libraries.diff, implemented upstram
+  * Remove kdeutils-dev, useless.
+
+ -- Sune Vuorela <debian at pusling.com>  Fri, 29 Aug 2008 11:39:50 +0200
+
 kdeutils (4:4.1.0-1~lenny+1) lenny; urgency=low
 
   * Backport for Lenny.

Modified: branches/kde4-backports/packages/kdeutils/debian/control
===================================================================
--- branches/kde4-backports/packages/kdeutils/debian/control	2008-09-11 13:52:45 UTC (rev 12146)
+++ branches/kde4-backports/packages/kdeutils/debian/control	2008-09-11 18:42:34 UTC (rev 12147)
@@ -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
@@ -160,8 +153,17 @@
 Package: okteta
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: hexeditor for binary files
- okteta is a KDE 4 related hexeditor
+Description: hexeditor for binary files for KDE 4 
+ Okteta is a simple editor for the raw data of files. This type of program is
+ also called hex editor or binary editor.
+ The data is displayed in the traditional view with two columns: one with the
+ numeric values and one with the assigned characters. Editing can be done both
+ in the value column and the character column. Besides the usual editing
+ capabilities Okteta also brings a small set of tools, like a table listing
+ decodings into common simple data types, a table listing all possible bytes
+ with its' character and value equivalents, a info view with a statistic and a
+ filter tool. All modifications to the data loaded can be endlessly undone or
+ redone.
  .
  This package is part of the KDE 4 utilities module.
 

Modified: branches/kde4-backports/packages/kdeutils/debian/not-installed
===================================================================
--- branches/kde4-backports/packages/kdeutils/debian/not-installed	2008-09-11 13:52:45 UTC (rev 12146)
+++ branches/kde4-backports/packages/kdeutils/debian/not-installed	2008-09-11 18:42:34 UTC (rev 12147)
@@ -1,2 +1,5 @@
 ./usr/lib/liboktetacore.so
 ./usr/lib/liboktetagui.so
+./usr/lib/libkerfuffle.so
+./usr/lib/libsuperkaramba.so
+

Modified: branches/kde4-backports/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4-backports/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff	2008-09-11 13:52:45 UTC (rev 12146)
+++ branches/kde4-backports/packages/kdeutils/debian/patches/97_fix_target_link_libraries.diff	2008-09-11 18:42:34 UTC (rev 12147)
@@ -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} ${KDE4_KIO_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