rev 4326 - in kde-extras/kgtk/trunk/debian: . patches

Fathi Boudra fboudra-guest at costa.debian.org
Mon Aug 14 13:10:21 UTC 2006


Author: fboudra-guest
Date: 2006-08-14 13:10:20 +0000 (Mon, 14 Aug 2006)
New Revision: 4326

Removed:
   kde-extras/kgtk/trunk/debian/patches/11_wrapperdir_path.diff
   kde-extras/kgtk/trunk/debian/patches/12_remove_sh_extension.diff
Modified:
   kde-extras/kgtk/trunk/debian/README.Debian
   kde-extras/kgtk/trunk/debian/changelog
   kde-extras/kgtk/trunk/debian/control
   kde-extras/kgtk/trunk/debian/kgtk.lintian-overrides
   kde-extras/kgtk/trunk/debian/patches/10_add_autoconf2.60_support.diff
Log:
update kgtk package for 0.8 upcoming release

Modified: kde-extras/kgtk/trunk/debian/README.Debian
===================================================================
--- kde-extras/kgtk/trunk/debian/README.Debian	2006-08-14 13:09:16 UTC (rev 4325)
+++ kde-extras/kgtk/trunk/debian/README.Debian	2006-08-14 13:10:20 UTC (rev 4326)
@@ -1,14 +1,8 @@
 kgtk for Debian
 ---------------
 
-On Debian, kgtk-wrapper.sh/kqt-wrapper.sh are installed in /usr/bin and
-renamed to kgtk-wrapper/kqt-wrapper.
- 
-NOTE: You will need to restart 'kded' or logout then login into KDE,
-      in order for kded to load the KDE module portion.
+You can run GTK/Qt applications (e.g. gimp) with KDE dialogs from console:
 
-You can run GTK applications (e.g. gimp) with KDE dialogs from console:
-
 	$ kgtk-wrapper gimp
  
 To always use the wrappers, You can edit the desktop file and replace

Modified: kde-extras/kgtk/trunk/debian/changelog
===================================================================
--- kde-extras/kgtk/trunk/debian/changelog	2006-08-14 13:09:16 UTC (rev 4325)
+++ kde-extras/kgtk/trunk/debian/changelog	2006-08-14 13:10:20 UTC (rev 4326)
@@ -1,4 +1,4 @@
-kgtk (0.7-1) unstable; urgency=low
+kgtk (0.8-1) unstable; urgency=low
 
   * Initial release (Closes: #381277)
 

Modified: kde-extras/kgtk/trunk/debian/control
===================================================================
--- kde-extras/kgtk/trunk/debian/control	2006-08-14 13:09:16 UTC (rev 4325)
+++ kde-extras/kgtk/trunk/debian/control	2006-08-14 13:10:20 UTC (rev 4326)
@@ -9,8 +9,10 @@
 Package: kgtk
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: KDE file dialogs in GTK Applications
- kgtk is an LD_PRELOAD library that allows GTK applications to use KDE file
- dialogs when run under KDE. This will only work under KDE, as the KDE dialog
- portion is implemented as a KDED module that is loaded at KDE startup. This
- creates a UNIX socket through which the Gtk apps communicate.
+Description: KDE file dialogs in GTK and Qt Applications
+ kgtk is a LD_PRELOAD library that allows GTK and Qt applications to use KDE
+ file dialogs. When a GTK or Qt application is executed, it starts the kdialogd
+ application if it is not already started, and communicates via an UNIX domain
+ socket. There is only one instance of kdialogd, and all applications
+ communicate with it. it terminates itself 30 seconds after the last GTK or Qt
+ application has disconnected.

Modified: kde-extras/kgtk/trunk/debian/kgtk.lintian-overrides
===================================================================
--- kde-extras/kgtk/trunk/debian/kgtk.lintian-overrides	2006-08-14 13:09:16 UTC (rev 4325)
+++ kde-extras/kgtk/trunk/debian/kgtk.lintian-overrides	2006-08-14 13:10:20 UTC (rev 4326)
@@ -1,3 +1,2 @@
-kgtk: shlib-missing-in-control-file libkqt.so for usr/lib/libkqt.so
-kgtk: non-dev-pkg-with-shlib-symlink usr/lib/libkgtk.so.0.0.0 usr/lib/libkgtk.so
-kgtk: package-name-doesnt-match-sonames libkgtk0 libkqt
+kgtk: postinst-has-useless-call-to-ldconfig
+kgtk: postrm-has-useless-call-to-ldconfig

Modified: kde-extras/kgtk/trunk/debian/patches/10_add_autoconf2.60_support.diff
===================================================================
--- kde-extras/kgtk/trunk/debian/patches/10_add_autoconf2.60_support.diff	2006-08-14 13:09:16 UTC (rev 4325)
+++ kde-extras/kgtk/trunk/debian/patches/10_add_autoconf2.60_support.diff	2006-08-14 13:10:20 UTC (rev 4326)
@@ -1,6 +1,6 @@
-diff -Nur kgtk-0.7/admin/cvs.sh kgtk-0.7.new/admin/cvs.sh
---- kgtk-0.7/admin/cvs.sh	2006-02-16 11:28:17.000000000 +0100
-+++ kgtk-0.7.new/admin/cvs.sh	2006-08-02 17:04:54.000000000 +0200
+diff -Nur kgtk-0.8/admin/cvs.sh kgtk-0.8.new/admin/cvs.sh
+--- kgtk-0.8/admin/cvs.sh	2006-02-16 11:28:17.000000000 +0100
++++ kgtk-0.8.new/admin/cvs.sh	2006-08-02 17:04:54.000000000 +0200
 @@ -29,7 +29,7 @@
  {
  AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`

Deleted: kde-extras/kgtk/trunk/debian/patches/11_wrapperdir_path.diff

Deleted: kde-extras/kgtk/trunk/debian/patches/12_remove_sh_extension.diff




More information about the pkg-kde-commits mailing list