Changeset cee59ff for xsoft


Ignore:
Timestamp:
03/28/2006 02:38:47 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
18bcaf6
Parents:
a6c2aff2
Message:

Updated to Firefox-1.5.0.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5763 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    ra6c2aff2 rcee59ff  
    77  <!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    88  <!ENTITY firefox-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    9   <!ENTITY firefox-md5sum        "fa915ddcadecda30ed3e13694f26a779">
    10   <!ENTITY firefox-size          "34.4 MB">
    11   <!ENTITY firefox-buildsize     "568 MB">
    12   <!ENTITY firefox-time          "15.8 SBU">
     9  <!ENTITY firefox-md5sum        "c76f02956645bc823241379e27f76bb5">
     10  <!ENTITY firefox-size          "34.7 MB">
     11  <!ENTITY firefox-buildsize     "556 MB">
     12  <!ENTITY firefox-time          "14.2 SBU">
    1313]>
    1414
     
    9898  <sect2 role="installation">
    9999    <title>Installation of Firefox</title>
    100 
    101     <!-- This is now obsolete (I'm almost certain). During the next update
    102          of Firefox, please remove everything contained in this comment if
    103          there's been no mention to reactivate this. -Randy
    104 
    105     <para><application>Firefox</application> default behavior when invoked
    106     with a URL parameter is to open a new browser window. If you would rather
    107     <application>Firefox</application> open a new tab in an existing browser
    108     window, issue the following command:</para>
    109 
    110 <screen><userinput>sed -i 's|openURL(${_optLast}|&amp;, new-tab|' browser/app/mozilla.in</userinput></screen>
    111     -->
    112100
    113101    <para>The configuration of <application>Firefox</application> is
     
    285273    /usr/include/firefox-&firefox-version;/nss</userinput></screen>
    286274
    287     <!-- This appears to not be required any longer. The regchrome program
    288          is not built any longer, and multi-user access to Firefox appears
    289          to work fine without running regxpcom and touching the files. -Randy
    290 
    291     <para>To enable multi-user operation, execute the following as the
    292     <systemitem class="username">root</systemitem> user:</para>
    293 
    294 <screen role="root"><userinput>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
    295 export LD_LIBRARY_PATH="$PWD" &amp;&amp;
    296 export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
    297 ./regxpcom &amp;&amp;
    298 ./regchrome &amp;&amp;
    299 touch `find . -name *.rdf`</userinput></screen>
    300 
    301     -->
    302 
    303275    <note>
    304276      <para>You should run <command>/usr/bin/firefox</command> once as the
     
    417389    /usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
    418390
    419 <!-- Commenting this out as it is replaced with text above saying to
    420      create the symlinks manually.
    421 
    422 <screen role="root"><userinput>if [ -f /usr/lib/mozilla/plugins/* ]; then
    423   for PLUGIN_FILE in $(ls /usr/lib/mozilla/plugins/*)
    424   do
    425     ln -v -s ../../mozilla/plugins/$(basename $PLUGIN_FILE) \
    426         /usr/lib/firefox-&firefox-version;/plugins
    427   done
    428 fi</userinput></screen>
    429 
    430 -->
    431 
    432391  </sect2>
    433392
Note: See TracChangeset for help on using the changeset viewer.