rpms/libxfcegui4/F-9 libxfcegui4-4.4.2-xfce-exec-use-thunar.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 libxfcegui4.spec, 1.22, 1.23 sources, 1.9, 1.10

Christoph Wickert cwickert at fedoraproject.org
Mon Feb 2 01:08:59 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/libxfcegui4/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12427

Modified Files:
	.cvsignore libxfcegui4.spec sources 
Added Files:
	libxfcegui4-4.4.2-xfce-exec-use-thunar.patch 
Log Message:
* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
- Update to 4.4.3


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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/F-9/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	3 Dec 2007 00:25:34 -0000	1.9
+++ .cvsignore	2 Feb 2009 01:08:29 -0000	1.10
@@ -1 +1 @@
-libxfcegui4-4.4.2.tar.bz2
+libxfcegui4-4.4.3.tar.bz2


Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/F-9/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	2 Feb 2009 01:08:29 -0000	1.23
@@ -1,11 +1,12 @@
 Summary: GTK widgets for Xfce
 Name: libxfcegui4
-Version: 4.4.2
-Release: 2%{?dist}
+Version: 4.4.3
+Release: 1%{?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
-Group: Development/Libraries
+Source0: http://www.xfce.org/archive/xfce-%{version}/src/libxfcegui4-%{version}.tar.bz2
+Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
+Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: gtk2 >= 2.0.6
 Requires: libxfce4util >= %{version}
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .thunar
 
 %build
 %configure --enable-xinerama --disable-static
@@ -74,6 +76,12 @@
 %{_datadir}/gtk-doc/html/libxfcegui4/
 
 %changelog
+* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
+- Update to 4.4.3
+
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 Dec 2007 00:25:34 -0000	1.9
+++ sources	2 Feb 2009 01:08:29 -0000	1.10
@@ -1 +1 @@
-799a4869138c605126e8e71d58189bfd  libxfcegui4-4.4.2.tar.bz2
+fc6f5a0ab478fc6840e8a19737d0b748  libxfcegui4-4.4.3.tar.bz2




More information about the fedora-extras-commits mailing list