Ignore:
Timestamp:
06/27/2019 01:34:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
3ecbab71
Parents:
b72ee6a
Message:

Merge to HEAD 21736.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rb72ee6a rdba5b87  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "d5e1f8e084a56b5591506b619c6e3a2e">
    10   <!ENTITY thunderbird-size          "272 MB">
    11   <!ENTITY thunderbird-buildsize     "8.1 GB (142 MB installed)">
    12   <!ENTITY thunderbird-time          "28 SBU (with -j4, estimated 75 SBU with -j1)">
     9  <!ENTITY thunderbird-md5sum        "36e4e26ad89c0cf5cdcc18c72daac1dc">
     10  <!ENTITY thunderbird-size          "271 MB">
     11  <!ENTITY thunderbird-buildsize     "8.1 GB (146 MB installed)">
     12  <!ENTITY thunderbird-time          "26 SBU (with -j4, estimated 84 SBU with -j1)">
    1313  <!-- Verified the time at -j1 on another system for posterity's sake. -->
    1414]>
     
    108108      </para>
    109109    </note>
    110 <!--
    111     <note>
    112       <para>
    113         With <application>Thunderbird-31.0</application> and later versions,
    114         you must have installed <application>Openssl</application> before
    115         <application>Python 2</application>, or the build system will quickly
    116         fail with output including "ImportError: cannot import name
    117         HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
    118         an older version of Thunderbird), check if
    119         <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
    120         exists.  If it does not, reinstall <xref linkend="python2"/> (after
    121         installing <xref linkend="openssl"/>  - the latest version of any
    122         <emphasis>currently maintained</emphasis> version of Openssl should be
    123         satisfactory if already installed - if that package has not already
    124         been installed).
    125       </para>
    126     </note>
    127 -->
     110
    128111    <bridgehead renderas="sect4">Optional</bridgehead>
    129112    <para role="optional">
     
    381364EOF
    382365
    383 ln -sfv /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
     366ln -sfv /usr/lib/thunderbird/chrome/icons/default/default256.png \
    384367        /usr/share/pixmaps/thunderbird.png</userinput></screen>
    385368    </sect3>
     
    403386        </seg>
    404387        <seg>
    405           /usr/lib/thunderbird-&thunderbird-version;
     388          /usr/lib/thunderbird
    406389        </seg>
    407390      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.