rpms/control-center/devel 0001--defaultapplications-Add-Arora-to-the-browsers.patch, NONE, 1.1 control-center.spec, 1.446, 1.447

Bastien Nocera hadess at fedoraproject.org
Fri Jun 5 14:51:51 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/control-center/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10896

Modified Files:
	control-center.spec 
Added Files:
	0001--defaultapplications-Add-Arora-to-the-browsers.patch 
Log Message:
* Fri Jun 05 2009 Bastien Nocera <bnocera at redhat.com> 2.26.0-6
- Add arora to the list of browsers (#497610)

0001--defaultapplications-Add-Arora-to-the-browsers.patch:

--- NEW FILE 0001--defaultapplications-Add-Arora-to-the-browsers.patch ---
>From 8fc3d767ccd80cd254813fac46d52f3394c9028a Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at hadess.net>
Date: Fri, 5 Jun 2009 14:56:29 +0100
Subject: [PATCH] [defaultapplications] Add Arora to the browsers

Add Arora[1] to the browser list.

[1]: http://code.google.com/p/arora/
---
 .../gnome-default-applications.xml.in              |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/capplets/default-applications/gnome-default-applications.xml.in b/capplets/default-applications/gnome-default-applications.xml.in
index a6f3031..a08dcbf 100644
--- a/capplets/default-applications/gnome-default-applications.xml.in
+++ b/capplets/default-applications/gnome-default-applications.xml.in
@@ -147,6 +147,14 @@
       <run-in-terminal>false</run-in-terminal>
       <netscape-remote>false</netscape-remote>
     </web-browser>
+    <web-browser>
+      <_name>Arora</_name>
+      <executable>arora</executable>
+      <command>arora %s</command>
+      <icon-name>web-browser</icon-name>
+      <run-in-terminal>false</run-in-terminal>
+      <netscape-remote>false</netscape-remote>
+    </web-browser>
   </web-browsers>
 
   <mail-readers>
-- 
1.6.0.6



Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -p -r1.446 -r1.447
--- control-center.spec	16 Apr 2009 15:59:14 -0000	1.446
+++ control-center.spec	5 Jun 2009 14:51:20 -0000	1.447
@@ -23,7 +23,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.26.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -60,6 +60,9 @@ Patch35: gnome-control-center-2.26.0-sup
 # http://bugzilla.gnome.org/show_bug.cgi?id=578572
 Patch36: display-capplet-mnemonics.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=497610
+Patch37: 0001--defaultapplications-Add-Arora-to-the-browsers.patch
+
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: gnome-control-center-2.25.2-passwd.patch
 Patch96: gnome-control-center-2.25.2-gecos.patch
@@ -188,6 +191,7 @@ utilities.
 pushd capplets/about-me
 mv *png icons/
 popd
+%patch37 -p1 -b .arora
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
@@ -360,6 +364,9 @@ fi
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Fri Jun 05 2009 Bastien Nocera <bnocera at redhat.com> 2.26.0-6
+- Add arora to the list of browsers (#497610)
+
 * Thu Apr 16 2009 - Bastien Nocera <bnocera at redhat.com> - 2.26.0-5
 - Disable the fingerprint enrollment if gdm-plugin-fingerprint
   isn't installed




More information about the fedora-extras-commits mailing list