rpms/kgtk/F-8 kgtk-0.9.4-kgtk-wrapper_gtk2_detection.patch, NONE, 1.1 kgtk.spec, 1.2, 1.3

Francois Aucamp (faucamp) fedora-extras-commits at redhat.com
Wed Feb 13 13:11:31 UTC 2008


Author: faucamp

Update of /cvs/pkgs/rpms/kgtk/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6886

Modified Files:
	kgtk.spec 
Added Files:
	kgtk-0.9.4-kgtk-wrapper_gtk2_detection.patch 
Log Message:
* Tue Feb 13 2008 Francois Aucamp <faucamp at fedoraproject.org> - 0.9.4-3
- Added patch to fix kgtk-wrapper script's detection of client app's toolkit (RHBZ #432321)


kgtk-0.9.4-kgtk-wrapper_gtk2_detection.patch:

--- NEW FILE kgtk-0.9.4-kgtk-wrapper_gtk2_detection.patch ---
diff -uNr KGtk-0.9.4/kgtk-wrapper KGtk-0.9.4-mod/kgtk-wrapper
--- KGtk-0.9.4/kgtk-wrapper	2007-10-31 22:33:19.000000000 +0200
+++ KGtk-0.9.4-mod/kgtk-wrapper	2008-02-13 14:51:34.000000000 +0200
@@ -19,7 +19,7 @@
 useApp=1
 
 if [ "$app" = "kgtk-wrapper" ] ; then
-    app=$1
+    app=`basename $1`
     useApp=0
 fi
 


Index: kgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kgtk/F-8/kgtk.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kgtk.spec	29 Jan 2008 13:53:33 -0000	1.2
+++ kgtk.spec	13 Feb 2008 13:10:55 -0000	1.3
@@ -22,7 +22,7 @@
 
 Name:           kgtk
 Version:        0.9.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Allows Gtk and Qt applications to use KDE's file dialogs
 
 Group:          System Environment/Libraries
@@ -32,6 +32,7 @@
 Patch0:         kgtk-0.9.4-open_O_CREAT_parameters.patch
 Patch1:         kgtk-0.9.4-intptr_t.patch
 Patch2:         kgtk-0.9.4-kdelibs4.0_kconfig_api.patch
+Patch3:         kgtk-0.9.4-kgtk-wrapper_gtk2_detection.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdelibs-devel gtk2-devel cmake gettext
@@ -53,6 +54,7 @@
 %patch0 -p1 -b .open_O_CREAT_parameters
 %patch1 -p1 -b .intptr_t
 %patch2 -p1 -b .kdelibs4.0_kconfig_api
+%patch3 -p1 -b .kgtk-wrapper_gtk2_detection
 
 
 %build
@@ -82,6 +84,9 @@
 
 
 %changelog
+* Tue Feb 13 2008 Francois Aucamp <faucamp at fedoraproject.org> - 0.9.4-3
+- Added patch to fix kgtk-wrapper script's detection of client app's toolkit (RHBZ #432321)
+
 * Tue Jan 29 2008 Francois Aucamp <faucamp at fedoraproject.org> - 0.9.4-2
 - Added "intptr_t" patch to fix pointer-to-int conversion bug on 64-bit archs
 - Added "kdelibs4.0_kconfig_api" patch to sync KConfig API to kdelibs 4.0 for F9+




More information about the fedora-extras-commits mailing list