rpms/gimp/devel gimp-2.6.2-xdg-open.patch, NONE, 1.1 gimp.spec, 1.169, 1.170 gimp-2.6.0-xdg-open.patch, 1.1, NONE

Nils Philippsen nphilipp at fedoraproject.org
Fri Oct 31 10:28:20 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24258

Modified Files:
	gimp.spec 
Added Files:
	gimp-2.6.2-xdg-open.patch 
Removed Files:
	gimp-2.6.0-xdg-open.patch 
Log Message:
update xdg-open patch


gimp-2.6.2-xdg-open.patch:

--- NEW FILE gimp-2.6.2-xdg-open.patch ---
diff -up gimp-2.6.2/app/config/gimpguiconfig.c.xdg-open gimp-2.6.2/app/config/gimpguiconfig.c
--- gimp-2.6.2/app/config/gimpguiconfig.c.xdg-open	2008-10-30 10:27:56.000000000 +0100
+++ gimp-2.6.2/app/config/gimpguiconfig.c	2008-10-31 11:25:54.000000000 +0100
@@ -45,7 +45,7 @@
 #elif PLATFORM_OSX
 #  define DEFAULT_WEB_BROWSER  "open %s"
 #else
-#  define DEFAULT_WEB_BROWSER  "firefox %s"
+#  define DEFAULT_WEB_BROWSER  "xdg-open %s"
 #endif
 
 
diff -up gimp-2.6.2/docs/gimprc.5.in.xdg-open gimp-2.6.2/docs/gimprc.5.in
--- gimp-2.6.2/docs/gimprc.5.in.xdg-open	2008-10-30 10:29:00.000000000 +0100
+++ gimp-2.6.2/docs/gimprc.5.in	2008-10-31 11:24:26.000000000 +0100
@@ -788,7 +788,7 @@ Sets the browser used by the help system
 web-browser.
 
 .TP
-(web-browser "firefox %s")
+(web-browser "xdg-open %s")
 
 Sets the external web browser to be used.  This can be an absolute path or the
 name of an executable to search for in the user's PATH. If the command
diff -up gimp-2.6.2/etc/gimprc.xdg-open gimp-2.6.2/etc/gimprc
--- gimp-2.6.2/etc/gimprc.xdg-open	2008-10-30 10:33:24.000000000 +0100
+++ gimp-2.6.2/etc/gimprc	2008-10-31 11:24:26.000000000 +0100
@@ -625,7 +625,7 @@
 # appended to the command with a space separating the two.  This is a single
 # filename.
 # 
-# (web-browser "firefox %s")
+# (web-browser "xdg-open %s")
 
 # When enabled, the online user manual will be used by the help system.
 # Otherwise the locally installed copy is used.  Possible values are yes and


Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- gimp.spec	31 Oct 2008 10:14:55 -0000	1.169
+++ gimp.spec	31 Oct 2008 10:27:50 -0000	1.170
@@ -445,6 +445,7 @@
 %changelog
 * Fri Oct 31 2008 Nils Philippsen <nils at redhat.com> - 2:2.6.2-1
 - version 2.6.2
+- update xdg-open patch
 
   Overview of Changes from GIMP 2.6.1 to GIMP 2.6.2
   =================================================


--- gimp-2.6.0-xdg-open.patch DELETED ---




More information about the fedora-extras-commits mailing list