mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Updated to Firefox-1.5.0.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5763 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a6c2aff271
commit
cee59ff185
@ -500,7 +500,7 @@
|
||||
<!-- Chapter 36 -->
|
||||
<!ENTITY mozilla-version "1.7.12">
|
||||
<!ENTITY seamonkey-version "1.0">
|
||||
<!ENTITY firefox-version "1.5">
|
||||
<!ENTITY firefox-version "1.5.0.1">
|
||||
<!ENTITY galeon-version "2.0.0">
|
||||
<!ENTITY dillo-version "0.8.5">
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>March 28th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Firefox-1.5.0.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Fixed xorg-server download link.</para>
|
||||
</listitem>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-md5sum "fa915ddcadecda30ed3e13694f26a779">
|
||||
<!ENTITY firefox-size "34.4 MB">
|
||||
<!ENTITY firefox-buildsize "568 MB">
|
||||
<!ENTITY firefox-time "15.8 SBU">
|
||||
<!ENTITY firefox-md5sum "c76f02956645bc823241379e27f76bb5">
|
||||
<!ENTITY firefox-size "34.7 MB">
|
||||
<!ENTITY firefox-buildsize "556 MB">
|
||||
<!ENTITY firefox-time "14.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
|
||||
@ -98,18 +98,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Firefox</title>
|
||||
|
||||
<!-- This is now obsolete (I'm almost certain). During the next update
|
||||
of Firefox, please remove everything contained in this comment if
|
||||
there's been no mention to reactivate this. -Randy
|
||||
|
||||
<para><application>Firefox</application> default behavior when invoked
|
||||
with a URL parameter is to open a new browser window. If you would rather
|
||||
<application>Firefox</application> open a new tab in an existing browser
|
||||
window, issue the following command:</para>
|
||||
|
||||
<screen><userinput>sed -i 's|openURL(${_optLast}|&, new-tab|' browser/app/mozilla.in</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>The configuration of <application>Firefox</application> is
|
||||
accomplished by creating a <filename>.mozconfig</filename> file containing
|
||||
the desired configuration options. A default <filename>.mozconfig</filename>
|
||||
@ -284,22 +272,6 @@ ln -v -sf nspr.pc /usr/lib/pkgconfig/firefox-nspr.pc</userinput></screen>
|
||||
cp -v -Lf ../firefox-build/dist/{private,public}/nss/*.h \
|
||||
/usr/include/firefox-&firefox-version;/nss</userinput></screen>
|
||||
|
||||
<!-- This appears to not be required any longer. The regchrome program
|
||||
is not built any longer, and multi-user access to Firefox appears
|
||||
to work fine without running regxpcom and touching the files. -Randy
|
||||
|
||||
<para>To enable multi-user operation, execute the following as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>cd /usr/lib/firefox-&firefox-version; &&
|
||||
export LD_LIBRARY_PATH="$PWD" &&
|
||||
export MOZILLA_FIVE_HOME="$PWD" &&
|
||||
./regxpcom &&
|
||||
./regchrome &&
|
||||
touch `find . -name *.rdf`</userinput></screen>
|
||||
|
||||
-->
|
||||
|
||||
<note>
|
||||
<para>You should run <command>/usr/bin/firefox</command> once as the
|
||||
<systemitem class="username">root</systemitem> user (or any user with
|
||||
@ -416,19 +388,6 @@ touch `find . -name *.rdf`</userinput></screen>
|
||||
<screen role="root"><userinput>ln -v -s ../../mozilla/plugins/<replaceable>[plugin.so]</replaceable> \
|
||||
/usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
|
||||
|
||||
<!-- Commenting this out as it is replaced with text above saying to
|
||||
create the symlinks manually.
|
||||
|
||||
<screen role="root"><userinput>if [ -f /usr/lib/mozilla/plugins/* ]; then
|
||||
for PLUGIN_FILE in $(ls /usr/lib/mozilla/plugins/*)
|
||||
do
|
||||
ln -v -s ../../mozilla/plugins/$(basename $PLUGIN_FILE) \
|
||||
/usr/lib/firefox-&firefox-version;/plugins
|
||||
done
|
||||
fi</userinput></screen>
|
||||
|
||||
-->
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user