Ignore:
Timestamp:
06/06/2012 12:35:15 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:
eaa4f878
Parents:
aa4778c4
Message:

thunderbird-13.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    raa4778c4 r604ba3d8  
    99  <!ENTITY thunderbird-download-ftp
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "7b30b72472a65bce74ba0ae60e4d4e6c">
    12   <!ENTITY thunderbird-size              "97 MB">
     11  <!ENTITY thunderbird-md5sum            "0134c67c30e8598f2a64ea004d5bc4bc">
     12  <!ENTITY thunderbird-size              "99 MB">
    1313  <!ENTITY thunderbird-buildsize         "3.1 GB (41 MB installed)">
    1414  <!ENTITY thunderbird-time              "26 SBU">
     
    3535    <para>
    3636      <application>Thunderbird</application> is a stand-alone mail/news client
    37       based on the <application>Mozilla</application> codebase.
     37      based on the <application>Mozilla</application> codebase. It uses the
     38      Gecko rendering engine to enable it to display and compose HTML emails.
    3839    </para>
    3940
     
    7071        <para>
    7172          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:
    81           <ulink url="&patch-root;/thunderbird-&thunderbird-version;_gcc-4.7-1.patch"/>
    8273        </para>
    8374      </listitem>
     
    160151ac_add_options --disable-crashreporter
    161152ac_add_options --disable-debug
     153ac_add_options --disable-debug-symbols
    162154ac_add_options --disable-installer
    163155ac_add_options --disable-static
     
    180172    </para>
    181173
    182 <screen><userinput>patch -p1 &lt; ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch &amp;&amp;
    183 make -f client.mk &amp;&amp;
     174<screen><userinput>make -f client.mk &amp;&amp;
    184175make -C thunderbuild/mail/installer</userinput></screen>
    185176
    186     <para>
    187       This package does not come with a test suite.
    188     </para>
     177    <para>This package does not come with a test suite.</para>
    189178
    190179    <para>
     
    202191      <application>Thunderbird</application>. Alternatively, if you want to
    203192      install the full <application>Thunderbird</application> development
    204       environment (Note, this installs more than half a gigabyte of extra files
    205       and so is not recommended) as the
    206       <systemitem class="username">root</systemitem> user:
     193      environment, as the <systemitem class="username">root</systemitem> user:
    207194    </para>
    208195
     
    212199  <sect2 role="commands">
    213200    <title>Command Explanations</title>
    214 
    215     <para>
    216       <command>patch -p1 &lt;
    217       ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch</command>: This
    218       patch fixes various files to ensure that
    219       <application>Thunderbird</application> compiles with     
    220       <application>GCC 4.7</application>.
    221     </para>
    222201
    223202    <para>
     
    286265      </para>
    287266
    288     <tip>
    289       <para>
    290         There is a multitude of configuration parameters you can tweak to
    291         customize <application>Thunderbird</application>. A very extensive, but
    292         not so up-to-date list of these parameters can be found at
    293         <ulink url="http://preferential.mozdev.org/preferences.html"/>.
    294       </para>
    295     </tip>
     267      <tip>
     268        <para>
     269          There is a multitude of configuration parameters you can tweak to
     270          customize <application>Thunderbird</application>. A very extensive,
     271          but not so up-to-date list of these parameters can be found at
     272          <ulink url="http://preferential.mozdev.org/preferences.html"/>.
     273        </para>
     274      </tip>
    296275
    297276    <para>
     
    318297Terminal=false
    319298EOF
    320 ln -sv -f /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
     299ln -svf /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
    321300  /usr/share/pixmaps/thunderbird.png</userinput></screen>
    322301    </sect3>
Note: See TracChangeset for help on using the changeset viewer.