rpms/libxfcegui4/devel libxfcegui4-4.4.2-xfce-exec-use-thunar.patch, NONE, 1.1 libxfcegui4.spec, 1.22, 1.23

Christoph Wickert cwickert at fedoraproject.org
Fri Oct 3 00:35:00 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/libxfcegui4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11091

Modified Files:
	libxfcegui4.spec 
Added Files:
	libxfcegui4-4.4.2-xfce-exec-use-thunar.patch 
Log Message:
* Fri Oct 03 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.2-3
- Make xfce-exec use Thunar


libxfcegui4-4.4.2-xfce-exec-use-thunar.patch:

--- NEW FILE libxfcegui4-4.4.2-xfce-exec-use-thunar.patch ---
--- libxfcegui4-4.4.2.orig/libxfcegui4/xfce-exec.c	2007-11-29 06:46:46.000000000 +0100
+++ libxfcegui4-4.4.2/libxfcegui4/xfce-exec.c	2008-10-03 02:23:33.000000000 +0200
@@ -218,7 +218,7 @@
         if (in_terminal)
             argv[0] = g_strdup ("xfterm4");
 	else
-	    argv[0] = g_strdup ("xftree4");
+	    argv[0] = g_strdup ("thunar");
         
         argv[1] = realcmd;
         argv[2] = NULL;


Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/devel/libxfcegui4.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libxfcegui4.spec	10 Feb 2008 19:50:30 -0000	1.22
+++ libxfcegui4.spec	3 Oct 2008 00:34:29 -0000	1.23
@@ -1,10 +1,11 @@
 Summary: GTK widgets for Xfce
 Name: libxfcegui4
 Version: 4.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.2/src/libxfcegui4-4.4.2.tar.bz2
+Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: gtk2 >= 2.0.6
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .thunar
 
 %build
 %configure --enable-xinerama --disable-static
@@ -74,6 +76,9 @@
 %{_datadir}/gtk-doc/html/libxfcegui4/
 
 %changelog
+* Fri Oct 03 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.2-3
+- Make xfce-exec use Thunar
+
 * Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-2
 - Rebuild for gcc43
 




More information about the scm-commits mailing list