Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp/files: gimp-web-browser.patch
Date: Wed, 26 Mar 2008 01:23:37
Message-Id: E1JeKMY-0007ZR-QD@stork.gentoo.org
1 hanno 08/03/26 01:23:34
2
3 Added: gimp-web-browser.patch
4 Log:
5 minor fixes to gimp
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-gfx/gimp/files/gimp-web-browser.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/files/gimp-web-browser.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/files/gimp-web-browser.patch?rev=1.1&content-type=text/plain
13
14 Index: gimp-web-browser.patch
15 ===================================================================
16 diff -u -r gimp-2.4.5/app/config/gimpguiconfig.c gimp-2.4.5.new/app/config/gimpguiconfig.c
17 --- gimp-2.4.5/app/config/gimpguiconfig.c 2007-11-20 10:31:08.000000000 +0100
18 +++ gimp-2.4.5.new/app/config/gimpguiconfig.c 2008-03-25 14:13:13.000000000 +0100
19 @@ -40,7 +40,7 @@
20 #ifdef G_OS_WIN32
21 # define DEFAULT_WEB_BROWSER "not used on Windows"
22 #else
23 -# define DEFAULT_WEB_BROWSER "firefox %s"
24 +# define DEFAULT_WEB_BROWSER "xdg-open %s"
25 #endif
26
27
28 Sólo en gimp-2.4.5.new/app/config: gimpguiconfig.c~
29 diff -u -r gimp-2.4.5/docs/gimprc.5.in gimp-2.4.5.new/docs/gimprc.5.in
30 --- gimp-2.4.5/docs/gimprc.5.in 2008-01-30 11:45:12.000000000 +0100
31 +++ gimp-2.4.5.new/docs/gimprc.5.in 2008-03-25 14:13:51.000000000 +0100
32 @@ -788,7 +788,7 @@
33 web-browser.
34
35 .TP
36 -(web-browser "firefox %s")
37 +(web-browser "xdg-open %s")
38
39 Sets the external web browser to be used. This can be an absolute path or the
40 name of an executable to search for in the user's PATH. If the command
41 Sólo en gimp-2.4.5.new/docs: gimprc.5.in~
42 diff -u -r gimp-2.4.5/etc/gimprc gimp-2.4.5.new/etc/gimprc
43 --- gimp-2.4.5/etc/gimprc 2008-01-30 11:45:12.000000000 +0100
44 +++ gimp-2.4.5.new/etc/gimprc 2008-03-25 14:14:30.000000000 +0100
45 @@ -625,7 +625,7 @@
46 # appended to the command with a space separating the two. This is a single
47 # filename.
48 #
49 -# (web-browser "firefox %s")
50 +# (web-browser "xdg-open %s")
51
52 # The window type hint that is set on the toolbox. This may affect how your
53 # window manager decorates and handles the toolbox window. Possible values
54 Sólo en gimp-2.4.5.new/etc: gimprc~
55
56
57
58 --
59 gentoo-commits@l.g.o mailing list