Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/euler/files: euler-xdg.patch
Date: Mon, 07 Jan 2008 23:44:39
Message-Id: E1JC1e0-0002xY-5J@stork.gentoo.org
1 bicatali 08/01/07 23:44:36
2
3 Added: euler-xdg.patch
4 Log:
5 Changed default browser from netscape to xdg-open, now installs docs in standard Gentoo directories. Also added pkgconfig in DEPEND, closing bug #204782.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.1 sci-mathematics/euler/files/euler-xdg.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/files/euler-xdg.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/files/euler-xdg.patch?rev=1.1&content-type=text/plain
13
14 Index: euler-xdg.patch
15 ===================================================================
16 --- docs/doc.html.orig 2008-01-07 23:11:25.490634852 +0000
17 +++ docs/doc.html 2008-01-07 23:13:57.652980222 +0000
18 @@ -184,7 +184,8 @@
19 <div align=center><img src="images/pref3.gif"></div>
20
21 <p align="justify">Finally, You can set a flag to let Euler save preferences at exit (the default).
22 -You may choose another browser than the one suggested (netscape by default). And
23 +You may choose another browser than the one suggested (your default
24 + desktop browser is selected with xdg-open by default). And
25 You can also reset the preferences to the default values.</p>
26 <div align=center><img src="images/pref4.gif"></div>
27
28 --- src/rc.h.orig 2008-01-07 23:15:36.617118688 +0000
29 +++ src/rc.h 2008-01-07 23:15:54.097371330 +0000
30 @@ -26,7 +26,7 @@
31 #define E_GSTACK_DEFAULT 4*1024l
32 #define E_GLINES_DEFAULT 40
33
34 -#define E_BROWSER_DEFAULT "netscape"
35 +#define E_BROWSER_DEFAULT "xdg-open"
36
37 #define MAX_COLORS 16
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list