Ignore:
Timestamp:
10/03/2014 11:29:03 AM (10 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.7, 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, krejzi/svn, 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:
582944a
Parents:
9812278
Message:

Update to thunderbird-31.1.2.
Thunar-1.6.3, Firefox-32.0.1 and SeaMonkey-2.29.1: fixes and tweaks.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r9812278 r4def8b6  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "92a36f2e4916529c1226aa283dc160a6">
    12   <!ENTITY thunderbird-size              "163 MB">
    13   <!ENTITY thunderbird-buildsize         "4.6 GB (62 MB installed)">
    14   <!ENTITY thunderbird-time              "50 SBU">
     11  <!ENTITY thunderbird-md5sum            "1c8061066e42cef89fe5eed7a0d25dcd">
     12  <!ENTITY thunderbird-size              "164 MB">
     13  <!ENTITY thunderbird-buildsize         " 3.7 GB (68 MB installed)">
     14  <!ENTITY thunderbird-time              "47 SBU">
    1515]>
    1616
     
    236236    </para>
    237237
     238<!-- might be necessary
     239test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    238240<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
    239241
     
    280282  <sect2 role="commands">
    281283    <title>Command Explanations</title>
     284<!-- might be necessary
     285    <para>
     286      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>: On this
     287      version of thunderbird, an old bug has reappeared in 32-bit builds.  With
     288      optimization, the install fails with a Python error.  This command will
     289      fix i686 builds and preserve the optimization on x86_64.
     290    </para>-->
    282291
    283292    <para>
     
    354363    </para>
    355364
    356 <screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
    357 mkdir -pv /usr/share/pixmaps &amp;&amp;
     365<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
    358366
    359367cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.