Changeset 1a07ee0


Ignore:
Timestamp:
10/30/2004 06:22:20 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
faa80ab
Parents:
e082ac5
Message:

Updated to Firefox-1.0rc1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re082ac5 r1a07ee0  
    1 <!ENTITY day          "29">
     1<!ENTITY day          "30">
    22<!ENTITY month        "10">
    33<!ENTITY year         "2004">
     
    368368<!-- Chapter 35 -->       
    369369<!ENTITY mozilla-version              "1.7.1"> 
    370 <!ENTITY firefox-version              "0.10.1">
     370<!ENTITY firefox-version              "1.0rc1">
    371371<!ENTITY galeon-version               "1.3.14a">
    372372<!ENTITY dillo-version                "0.8.2"> 
  • introduction/welcome/changelog.xml

    re082ac5 r1a07ee0  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>October 30th, 2004 [igor]: Updated to
     26Firefox-1.0rc1.</para></listitem>
    2427
    2528<listitem><para>October 29th, 2004 [randy]: Added chmod command to
  • xsoft/graphweb/firefox.xml

    re082ac5 r1a07ee0  
    77  <!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-1.0PR-source.tar.bz2">
    88  <!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-1.0PR-source.tar.bz2">
    9   <!ENTITY firefox-size          "31 MB">
     9  <!ENTITY firefox-size          "32 MB">
    1010  <!ENTITY firefox-buildsize     "575 MB">
    11   <!ENTITY firefox-time          "11.05 SBU">
     11  <!ENTITY firefox-time          "11.1 SBU">
    1212]>
    1313
     
    8787            --enable-single-profile \
    8888            --disable-composer \
    89             --enable-extensions=all \
     89            --enable-extensions=all,-typeaheadfind \
    9090            --disable-installer \
    9191            --disable-tests \
     
    100100make &amp;&amp;
    101101make install &amp;&amp;
    102 install -d /usr/include/firefox-&firefox-version;/nss &amp;&amp;
     102install -d /usr/include/firefox-1.0/nss &amp;&amp;
    103103cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
    104     /usr/include/firefox-&firefox-version;/nss &amp;&amp;
    105 chown -R root:root /usr/include/firefox-&firefox-version;/nss</command></userinput></screen>
    106 
    107 <!--
    108 ln -sf firefox /usr/bin/MozillaFirefox
    109 -->
     104    /usr/include/firefox-1.0/nss &amp;&amp;
     105chown -R root:root /usr/include/firefox-1.0/nss</command></userinput></screen>
    110106
    111107<para>You might want to add the <option>--with-system-jpeg</option>
     
    115111<para>To enable multi-user operation, execute the following:</para>
    116112
    117 <screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
     113<screen><userinput><command>cd /usr/lib/firefox-1.0 &amp;&amp;
    118114export LD_LIBRARY_PATH="$PWD" &amp;&amp;
    119115export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
     
    143139
    144140<sect3><title>firefox</title>
    145 <para><command>firefox</command> is the Preview Edition of the
     141<para><command>firefox</command> is the
    146142next-generation browser from Mozilla.</para></sect3>
    147143
Note: See TracChangeset for help on using the changeset viewer.