rpms/thunar-archive-plugin/devel thunar-archive-plugin-0.2.4-fileroller-extract-here.patch, NONE, 1.1 thunar-archive-plugin.spec, 1.7, 1.8

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Jul 19 02:41:06 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/thunar-archive-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15780

Modified Files:
	thunar-archive-plugin.spec 
Added Files:
	thunar-archive-plugin-0.2.4-fileroller-extract-here.patch 
Log Message:
* Sat Jul 19 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2.4-5
- When used with file roller "Extract here" now always creates folder


thunar-archive-plugin-0.2.4-fileroller-extract-here.patch:

--- NEW FILE thunar-archive-plugin-0.2.4-fileroller-extract-here.patch ---
--- thunar-archive-plugin-0.2.4.orig/scripts/file-roller.tap	2008-07-19 04:07:01.000000000 +0200
+++ thunar-archive-plugin-0.2.4/scripts/file-roller.tap	2008-07-19 04:12:18.000000000 +0200
@@ -34,7 +34,7 @@
 	;;
 
 extract-here)
-	exec file-roller "--extract-to=$folder" --force "$@"
+	exec file-roller --force "--extract-to=$(pwd)" --extract-here  "$@"
 	;;
 
 extract-to)


Index: thunar-archive-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-archive-plugin/devel/thunar-archive-plugin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thunar-archive-plugin.spec	18 Feb 2008 23:38:25 -0000	1.7
+++ thunar-archive-plugin.spec	19 Jul 2008 02:40:17 -0000	1.8
@@ -1,14 +1,15 @@
-%define thunarver 0.8.0
+%define thunarver 0.9.0
 
 Name:           thunar-archive-plugin
 Version:        0.2.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Archive plugin for the Thunar file manager
 
 Group:          User Interface/Desktops
 License:        LGPLv2+
 URL:            http://foo-projects.org/~benny/projects/thunar-archive-plugin/
 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
+Patch0:         %{name}-0.2.4-fileroller-extract-here.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  Thunar-devel >= %{thunarver} libxfcegui4-devel >= 4.3.90.2
@@ -22,7 +23,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b extract-here
 
 %build
 %configure
@@ -68,6 +69,9 @@
 
 
 %changelog
+* Sat Jul 19 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2.4-5
+- When used with file roller "Extract here" now always creates folder
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.4-4
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list