Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/mathematica-fonts: ChangeLog mathematica-fonts-7.0.ebuild
Date: Tue, 02 Dec 2008 14:54:14
Message-Id: E1L7Wdg-0001KF-09@stork.gentoo.org
1 pva 08/12/02 14:54:11
2
3 Modified: ChangeLog mathematica-fonts-7.0.ebuild
4 Log:
5 Changed postinst instructions since they broke font rendering, bug #231746, thank Martin von Gagern for report.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
7
8 Revision Changes Path
9 1.15 media-fonts/mathematica-fonts/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 2 Dec 2008 07:59:40 -0000 1.14
22 +++ ChangeLog 2 Dec 2008 14:54:11 -0000 1.15
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-fonts/mathematica-fonts
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.14 2008/12/02 07:59:40 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.15 2008/12/02 14:54:11 pva Exp $
28 +
29 + 02 Dec 2008; Peter Volkov <pva@g.o> mathematica-fonts-7.0.ebuild:
30 + Changed postinst instructions since they broke font rendering, bug
31 + #231746, thank Martin von Gagern for report.
32
33 *mathematica-fonts-7.0 (02 Dec 2008)
34
35
36
37
38 1.2 media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild?r1=1.1&r2=1.2
43
44 Index: mathematica-fonts-7.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- mathematica-fonts-7.0.ebuild 2 Dec 2008 07:59:40 -0000 1.1
51 +++ mathematica-fonts-7.0.ebuild 2 Dec 2008 14:54:11 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild,v 1.1 2008/12/02 07:59:40 pva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild,v 1.2 2008/12/02 14:54:11 pva Exp $
57
58 inherit font
59
60 @@ -24,13 +24,19 @@
61 }
62
63 pkg_postinst() {
64 - echo
65 - elog "To make Mozilla happy, you should change font.mathfont-family:"
66 - elog "1. Enter the URL about:config"
67 - elog "2. First, check to see if the pref exists"
68 - elog " If not, right-click and select New > String"
69 - elog " The name of the preference is font.mathfont-family"
70 - elog "3. You should set the value to (right-click to modify):"
71 - elog " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L"
72 - echo
73 + einfo
74 + ewarn "Previously we suggested to set fonts in Mozilla or Firefox browsers."
75 + ewarn "If you did that, please, revert back since now everything should work"
76 + ewarn "out of box and no manual configuration required."
77 + einfo
78 + elog "To reset open web browser, enter the URL 'about:config', 'Filter' for"
79 + elog "'mathfont', and 'Reset' to the default value through the context menu on"
80 + elog "the preference."
81 + elog
82 + elog "Although if you still wish to use this fonts for MathML in web brower, then"
83 + elog "set font.mathfont-family to:"
84 + elog "Mathematica1, Mathematica2, Mathematica3, Mathematica4, Mathematica5, Mathematica6, Mathematica7"
85 + elog
86 + elog "Test your fonts at http://www.mozilla.org/projects/mathml/start.xhtml"
87 + einfo
88 }