Ignore:
Timestamp:
10/05/2014 01:40:19 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
8a19a62
Parents:
f87a1fd
Message:

Merge more updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14500 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rf87a1fd r57d78e0  
    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
     
    240240    </para>
    241241
     242<!-- might be necessary
     243test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    242244<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
    243245
     
    274276  <sect2 role="commands">
    275277    <title>Command Explanations</title>
     278<!-- might be necessary
     279    <para>
     280      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>: On this
     281      version of thunderbird, an old bug has reappeared in 32-bit builds.  With
     282      optimization, the install fails with a Python error.  This command will
     283      fix i686 builds and preserve the optimization on x86_64.
     284    </para>-->
    276285
    277286    <para>
     
    343352    </para>
    344353
    345 <screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
     354<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
    346355
    347356cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.