Changeset a38269c for xsoft


Ignore:
Timestamp:
06/04/2012 01:29:09 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
1b825f8
Parents:
e0dfa83
Message:

firefox-13.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    re0dfa83 ra38269c  
    55  %general-entities;
    66
    7   <!ENTITY firefox-download-http
    8     "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     7  <!ENTITY firefox-download-http " ">
     8   <!-- "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    99  <!ENTITY firefox-download-ftp
    1010    "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "80c3e5927274de7f181fb5f931ac5fd4">
    12   <!ENTITY firefox-size          "75 MB">
    13   <!ENTITY firefox-buildsize     "2.8 GB (31 MB installed)">
     11  <!ENTITY firefox-md5sum        "f50ca7656eec47030b396f39075fa980">
     12  <!ENTITY firefox-size          "76 MB">
     13  <!ENTITY firefox-buildsize     "2.9 GB (31 MB installed)">
    1414  <!ENTITY firefox-time          "24 SBU (0.3 SBU if using xulrunner)">
    1515]>
     
    118118
    119119    <para>
    120       There are two major methods for building <application>Firefox</application>.
    121       In the standard case, the entire suite of libraries is built and
    122       installed.  In the other, most of the system is built using the procedures
    123       found in <xref linkend="xulrunner"/>.  This is advantageous if you
    124       are planning to build other related packages such as
    125       <xref linkend="icedtea-web"/>.  With
    126       either build method, you need to run the main build procedure below with
    127       the appropriate options in the <filename>mozconfig</filename> file.  Then
    128       use the appropriate instructions depending on the chosen build method.
     120      There are two major methods for building
     121      <application>Firefox</application>. In the standard case, the entire suite
     122      of libraries is built and installed. In the other, most of the system is
     123      built using the procedures found in <xref linkend="xulrunner"/>. This is
     124      advantageous if you are planning to build other related packages such as
     125      <xref linkend="icedtea-web"/>. With either build method, you need to run
     126      the main build procedure below with the appropriate options in the
     127      <filename>mozconfig</filename> file. Then use the appropriate install
     128      instructions depending on the chosen build method.
    129129    </para>
    130130
     
    196196    </para>
    197197
    198 <screen><userinput>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;' \
    199   ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc &amp;&amp;
    200 sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;' ipc/chromium/src/base/time_posix.cc &amp;&amp;
    201 sed -i 's# ""##' browser/base/Makefile.in &amp;&amp;
     198<screen><userinput>sed -i 's# ""##' browser/base/Makefile.in &amp;&amp;
    202199make -f client.mk</userinput></screen>
    203200
    204     <para>
    205       This package does not come with a test suite.
    206     </para>
     201    <para>This package does not come with a test suite.</para>
    207202
    208203    <para>
     
    361356Terminal=false
    362357EOF
    363 ln -sv -f /usr/lib/firefox-&firefox-version;/icons/mozicon128.png /usr/share/pixmaps/firefox.png</userinput></screen>
     358ln -sfv /usr/lib/firefox-&firefox-version;/icons/mozicon128.png /usr/share/pixmaps/firefox.png</userinput></screen>
    364359  </sect2>
    365360
     
    396391          <para>
    397392            is a <application>Gtk 2</application> internet browser that uses the
    398             Gecko rendering engine.
     393            Mozilla Gecko rendering engine.
    399394          </para>
    400395          <indexterm zone="firefox firefox-prog">
Note: See TracChangeset for help on using the changeset viewer.