Changeset 01e945a1 for xsoft


Ignore:
Timestamp:
05/17/2015 04:53:52 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8de1221f
Parents:
d8f0d47
Message:

Update to thunderbird-31.7.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rd8f0d47 r01e945a1  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "692e40f0070de37f3e84ccee4359e799">
     11  <!ENTITY thunderbird-md5sum            "dcf14a6d4aaba2f695a1ec30c296e356">
    1212  <!ENTITY thunderbird-size              "164 MB">
    13   <!ENTITY thunderbird-buildsize         "4.7 GB (63 MB installed)">
    14   <!ENTITY thunderbird-time              "13 SBU (with -j5)">
     13  <!ENTITY thunderbird-buildsize         "4.9 GB (62 MB installed)">
     14  <!ENTITY thunderbird-time              "15 SBU (with -j4)">
    1515]>
    1616
     
    3838    </para>
    3939
    40     &lfs77_checked;
     40    &lfs77_checked; &gcc5_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7070        <para>
    7171          Estimated build time: &thunderbird-time;
     72        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch, if building with gcc-5:
     81          <ulink url="&patch-root;/thunderbird-&thunderbird-version;-gcc5-1.patch"/>
    7282        </para>
    7383      </listitem>
     
    232242ac_add_options --with-system-jpeg
    233243ac_add_options --with-system-png
    234 ac_add_options --with-system-zlib
    235 
    236 # Presently, this option is broken
    237 #mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild</literal>
     244ac_add_options --with-system-zlib</literal>
    238245EOF</userinput></screen>
    239246<!--
     
    254261      -i  vp8_impl.cc               &amp;&amp;
    255262cd -</userinput></screen>
     263
     264    <para>Fix some code when building with gcc-5:</para>
     265
     266<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc5-1.patch</userinput></screen>
    256267
    257268    <para>
Note: See TracChangeset for help on using the changeset viewer.