Changeset a38269c


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re0dfa83 ra38269c  
    44-->
    55
    6 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     6<!ENTITY day          "04">                   <!-- Always 2 digits -->
    77<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "June 3rd, &year;">
     12<!ENTITY releasedate  "June 4th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    662662<!ENTITY startup-notification-version "0.12">
    663663<!ENTITY webkitgtk-version            "1.8.1">
    664 <!ENTITY xulrunner-version            "12.0">
     664<!ENTITY xulrunner-version            "13.0">
    665665
    666666<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    943943<!-- Chapter 36 -->
    944944<!ENTITY seamonkey-version            "2.9">
    945 <!ENTITY firefox-version              "12.0">
     945<!ENTITY firefox-version              "13.0">
    946946
    947947<!-- Obsolete
  • general/graphlib/libpng.xml

    re0dfa83 ra38269c  
    6969        <para>
    7070          Optional patch to include animated png functionality in
    71           <application>libpng</application> : <ulink url="&apng-patch;"/>
    72           (this patch is required if you want to use the system
     71          <application>libpng</application> (required to use the system
    7372          <application>libpng</application> in
    74           <application>Firefox</application>).
     73          <application>Firefox</application>): <ulink url="&apng-patch;"/>
    7574        </para>
    7675      </listitem>
  • introduction/welcome/changelog.xml

    re0dfa83 ra38269c  
    4343-->
    4444    <listitem>
     45      <para>June 4th 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - Updated Firefox to 13.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>June 3rd, 2012</para>
    4655      <itemizedlist>
  • x/lib/xulrunner.xml

    re0dfa83 ra38269c  
    55  %general-entities;
    66
    7   <!ENTITY xulrunner-download-http
    8   "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     7  <!ENTITY xulrunner-download-http " ">
     8  <!--  "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    99  <!ENTITY xulrunner-download-ftp
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    1111  <!-- md5sum and size should match firefox, but the buildsize and time will differ -->
    12   <!ENTITY xulrunner-md5sum        "80c3e5927274de7f181fb5f931ac5fd4">
    13   <!ENTITY xulrunner-size          "75 MB">
     12  <!ENTITY xulrunner-md5sum        "f50ca7656eec47030b396f39075fa980">
     13  <!ENTITY xulrunner-size          "76 MB">
    1414  <!ENTITY xulrunner-buildsize     "3.4 GB (76 MB installed)">
    1515  <!ENTITY xulrunner-time          "22 SBU">
     
    180180    </para>
    181181
    182 <screen><userinput>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;' \
    183   ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc              &amp;&amp;
    184 
    185 sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;' ipc/chromium/src/base/time_posix.cc &amp;&amp;
    186 make -f client.mk</userinput></screen>
     182<screen><userinput>make -f client.mk</userinput></screen>
    187183
    188184    <para>
     
    199195ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
    200196
    201 for library in /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so; do
    202   ln -sfv ${library#/usr/lib/} /usr${library#*sdk}
     197for library in /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so
     198do ln -sfv ${library#/usr/lib/} /usr${library#*sdk}
    203199done</userinput></screen>
    204200  </sect2>
  • 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.