[exo] Set default mail and web to the ones we list in the Xfce group. Drop old unused patches.

Kevin Fenzi kevin at fedoraproject.org
Sat May 18 17:14:55 UTC 2013


commit 8f1a1b650730ae669337e1d836a2ffba77d8a2be
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat May 18 11:14:25 2013 -0600

    Set default mail and web to the ones we list in the Xfce group.
    Drop old unused patches.

 exo-0.10.2-default-apps.patch     |   13 +++++++++++++
 exo-0.5.4-x86_64-build.patch      |   11 -----------
 exo-0.6.2-thunar-as-default.patch |   21 ---------------------
 exo.spec                          |    8 +++++++-
 4 files changed, 20 insertions(+), 33 deletions(-)
---
diff --git a/exo-0.10.2-default-apps.patch b/exo-0.10.2-default-apps.patch
new file mode 100644
index 0000000..a172791
--- /dev/null
+++ b/exo-0.10.2-default-apps.patch
@@ -0,0 +1,13 @@
+diff -Nur exo-0.10.2.orig/exo-helper/helpers/helpers.rc exo-0.10.2/exo-helper/helpers/helpers.rc
+--- exo-0.10.2.orig/exo-helper/helpers/helpers.rc	2012-12-27 05:50:31.000000000 -0700
++++ exo-0.10.2/exo-helper/helpers/helpers.rc	2013-05-17 19:56:07.788708933 -0600
+@@ -4,7 +4,7 @@
+ # Copyright (c) 2005-2006 Benedikt Meurer <benny at xfce.org>
+ #
+ 
+-WebBrowser=firefox
+-MailReader=thunderbird
++WebBrowser=midori
++MailReader=claws-mail
+ TerminalEmulator=xfce4-terminal
+ FileManager=Thunar
diff --git a/exo.spec b/exo.spec
index 85d68ae..157c7a5 100644
--- a/exo.spec
+++ b/exo.spec
@@ -6,7 +6,7 @@
 
 Name:           exo
 Version:        0.10.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Application library for the Xfce desktop environment
 
 Group:          System Environment/Libraries
@@ -23,6 +23,8 @@ Source2:        internet-mail-48.png
 # https://bugzilla.xfce.org/show_bug.cgi?id=9964
 Source3:        http://skvidal.fedorapeople.org/misc/mailtoparse.py
 Patch1:         exo-0.7.2-remove-xfce-category.patch
+# Set default applications to the ones we use in Fedora
+Patch2:         exo-0.10.2-default-apps.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk-doc
@@ -67,6 +69,7 @@ Python libraries and header files for the exo library.
 %setup -q
 
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --enable-gtk-doc --disable-static
@@ -165,6 +168,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 
 %changelog
+* Sat May 18 2013 Kevin Fenzi <kevin at scrye.com> 0.10.2-4
+- Set default browser to midori and default mail app to claws-mail to match our groups
+
 * Fri May 10 2013 Kevin Fenzi <kevin at scrye.com> 0.10.2-3
 - Replace upstream perl script for mail handler with python version. 
 - https://bugzilla.xfce.org/show_bug.cgi?id=9964


More information about the scm-commits mailing list