summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-21 21:10:12 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-21 21:10:12 +0000
commit4b925206a072ae8afef32d271b907e8dc34fbf44 (patch)
tree2d41782a753dabfc9f618c618d05c9d88b2d307f /media-fonts/mathematica-fonts
parentfix for openpam stuff. general cleanup (diff)
downloadhistorical-4b925206a072ae8afef32d271b907e8dc34fbf44.tar.gz
historical-4b925206a072ae8afef32d271b907e8dc34fbf44.tar.bz2
historical-4b925206a072ae8afef32d271b907e8dc34fbf44.zip
Added an instruction to let users modify mozilla prefs. Thanks to Nikolas 'Atrus' Coukouma <otto@atrus.org>; bug #93100.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-fonts/mathematica-fonts')
-rw-r--r--media-fonts/mathematica-fonts/ChangeLog7
-rw-r--r--media-fonts/mathematica-fonts/Manifest4
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild12
3 files changed, 19 insertions, 4 deletions
diff --git a/media-fonts/mathematica-fonts/ChangeLog b/media-fonts/mathematica-fonts/ChangeLog
index 5be961c680e3..7eed5cc4a4c7 100644
--- a/media-fonts/mathematica-fonts/ChangeLog
+++ b/media-fonts/mathematica-fonts/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-fonts/mathematica-fonts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.1 2005/05/03 15:13:23 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.2 2005/05/21 21:10:12 usata Exp $
+
+ 21 May 2005; Mamoru KOMACHI <usata@gentoo.org>
+ mathematica-fonts-4.2.ebuild:
+ Added an instruction to let users modify mozilla prefs.
+ Thanks to Nikolas 'Atrus' Coukouma <otto@atrus.org>; bug #93100.
*mathematica-fonts-4.2 (03 May 2005)
diff --git a/media-fonts/mathematica-fonts/Manifest b/media-fonts/mathematica-fonts/Manifest
index 2c725610a578..dfe09916e3a7 100644
--- a/media-fonts/mathematica-fonts/Manifest
+++ b/media-fonts/mathematica-fonts/Manifest
@@ -1,4 +1,4 @@
+MD5 a815dc55aedd4c3f1057259f51f16bd1 mathematica-fonts-4.2.ebuild 1733
MD5 295674d4bed87f5a7c2796e032ed561e metadata.xml 158
-MD5 338383d4890d236561c9c7e3d1844e1b ChangeLog 455
-MD5 767b2f2b99783959da2712a21da20f30 mathematica-fonts-4.2.ebuild 1272
+MD5 e9c39f225452157f107ca8fc5703e33b ChangeLog 662
MD5 d7b8a0d330ffc8cade747364055e362f files/digest-mathematica-fonts-4.2 138
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild
index f23907320e86..b7d5b337e1a5 100644
--- a/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild
+++ b/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild,v 1.2 2005/05/03 20:32:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild,v 1.3 2005/05/21 21:10:12 usata Exp $
inherit font
@@ -50,3 +50,13 @@ src_install() {
font_src_install
}
+
+pkg_postinst() {
+ einfo "To make Mozilla happy, you should change font.mathfont-family:"
+ einfo "1. Enter the URL about:config"
+ einfo "2. First, check to see if the pref exists"
+ einfo " If not, right-click and select New > String"
+ einfo " The name of the preference is font.mathfont-family"
+ einfo "3. You should set the value to (right-click to modify):"
+ einfo " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L"
+}