[thunar-volman] Add patch to default to parole for video/audio. bug 639484

Kevin Fenzi kevin at fedoraproject.org
Sat Oct 2 21:29:52 UTC 2010


commit 82068749a2fc648b429bd56877a8e269a9d5b6df
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Sat Oct 2 15:29:53 2010 -0600

    Add patch to default to parole for video/audio. bug 639484

 thunar-volman-0.3.80-parole.patch |   21 +++++++++++++++++++++
 thunar-volman.spec                |    8 ++++++--
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/thunar-volman-0.3.80-parole.patch b/thunar-volman-0.3.80-parole.patch
new file mode 100644
index 0000000..ff3fca1
--- /dev/null
+++ b/thunar-volman-0.3.80-parole.patch
@@ -0,0 +1,21 @@
+diff -Nur thunar-volman-0.3.80.orig/thunar-volman/tvm-preferences.c thunar-volman-0.3.80/thunar-volman/tvm-preferences.c
+--- thunar-volman-0.3.80.orig/thunar-volman/tvm-preferences.c	2008-08-21 05:23:30.000000000 -0600
++++ thunar-volman-0.3.80/thunar-volman/tvm-preferences.c	2010-10-02 15:18:21.663163529 -0600
+@@ -309,7 +309,7 @@
+                                    g_param_spec_string ("autoplay-audio-cd-command",
+                                                         "autoplay-audio-cd-command",
+                                                         "autoplay-audio-cd-command",
+-                                                        "totem %d",
++                                                        "parole %d",
+                                                         EXO_PARAM_READWRITE));
+ 
+   /**
+@@ -335,7 +335,7 @@
+                                    g_param_spec_string ("autoplay-video-cd-command",
+                                                         "autoplay-video-cd-command",
+                                                         "autoplay-video-cd-command",
+-                                                        "totem %d",
++                                                        "parole %d",
+                                                         EXO_PARAM_READWRITE));
+ 
+   /**
diff --git a/thunar-volman.spec b/thunar-volman.spec
index a80eacf..703b02a 100644
--- a/thunar-volman.spec
+++ b/thunar-volman.spec
@@ -2,13 +2,14 @@
 
 Name:           thunar-volman
 Version:        0.3.80
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Automatic management of removable drives and media for the Thunar file manager
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/thunar-plugins/%{name}
 Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Patch0:		thunar-volman-0.3.80-parole.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  Thunar-devel >= 0.5.1
@@ -29,7 +30,7 @@ and import the new pictures from the camera into your photo collection.
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 %configure
@@ -72,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 02 2010 Kevin Fenzi <kevin at tummy.om> - 0.3.80-3
+- Add patch to default to parole for video/audio. bug 639484
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.80-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list