summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-12-02 14:54:11 +0000
committerPeter Volkov <pva@gentoo.org>2008-12-02 14:54:11 +0000
commit41dca06657faaf8b8e9292988ad3ab1d025fb2af (patch)
tree0736c1f36e462cd1147e091adbbaf92787eae003 /media-fonts/mathematica-fonts
parentremove old (diff)
downloadgentoo-2-41dca06657faaf8b8e9292988ad3ab1d025fb2af.tar.gz
gentoo-2-41dca06657faaf8b8e9292988ad3ab1d025fb2af.tar.bz2
gentoo-2-41dca06657faaf8b8e9292988ad3ab1d025fb2af.zip
Changed postinst instructions since they broke font rendering, bug #231746, thank Martin von Gagern for report.
(Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'media-fonts/mathematica-fonts')
-rw-r--r--media-fonts/mathematica-fonts/ChangeLog6
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild26
2 files changed, 21 insertions, 11 deletions
diff --git a/media-fonts/mathematica-fonts/ChangeLog b/media-fonts/mathematica-fonts/ChangeLog
index f0cfb82fcd08..1dd3cdc28049 100644
--- a/media-fonts/mathematica-fonts/ChangeLog
+++ b/media-fonts/mathematica-fonts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-fonts/mathematica-fonts
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.14 2008/12/02 07:59:40 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.15 2008/12/02 14:54:11 pva Exp $
+
+ 02 Dec 2008; Peter Volkov <pva@gentoo.org> mathematica-fonts-7.0.ebuild:
+ Changed postinst instructions since they broke font rendering, bug
+ #231746, thank Martin von Gagern for report.
*mathematica-fonts-7.0 (02 Dec 2008)
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
index 40146ffa15c6..9d964815480b 100644
--- a/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
+++ b/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit font
@@ -24,13 +24,19 @@ src_install() {
}
pkg_postinst() {
- echo
- elog "To make Mozilla happy, you should change font.mathfont-family:"
- elog "1. Enter the URL about:config"
- elog "2. First, check to see if the pref exists"
- elog " If not, right-click and select New > String"
- elog " The name of the preference is font.mathfont-family"
- elog "3. You should set the value to (right-click to modify):"
- elog " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L"
- echo
+ einfo
+ ewarn "Previously we suggested to set fonts in Mozilla or Firefox browsers."
+ ewarn "If you did that, please, revert back since now everything should work"
+ ewarn "out of box and no manual configuration required."
+ einfo
+ elog "To reset open web browser, enter the URL 'about:config', 'Filter' for"
+ elog "'mathfont', and 'Reset' to the default value through the context menu on"
+ elog "the preference."
+ elog
+ elog "Although if you still wish to use this fonts for MathML in web brower, then"
+ elog "set font.mathfont-family to:"
+ elog "Mathematica1, Mathematica2, Mathematica3, Mathematica4, Mathematica5, Mathematica6, Mathematica7"
+ elog
+ elog "Test your fonts at http://www.mozilla.org/projects/mathml/start.xhtml"
+ einfo
}