Ignore:
Timestamp:
07/04/2006 04:57:19 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
4e4fa01
Parents:
ee05358
Message:

Updated to {firefox,thunderbird}-1.5.0.4. Added patches to fix
the builds with --enable-pango.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    ree05358 rb5155c56  
    1919  <!ENTITY thunderbird-download-http     "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    2020  <!ENTITY thunderbird-download-ftp      "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    21   <!ENTITY thunderbird-md5sum            "3f32b847330c9d58297147be19714962">
     21  <!ENTITY thunderbird-md5sum            "ada9c163f5b26fe81958e7a85340811e">
    2222  <!ENTITY thunderbird-size              "34.2 MB">
    2323  <!ENTITY thunderbird-buildsize         "597 MB">
     
    7979        <ulink
    8080        url="&patch-root;/thunderbird-&thunderbird-version;-system_nss-1.patch"/>
     81        </para>
     82      </listitem>
     83      <listitem>
     84        <para>Required patch (if enabling <application>Pango</application>
     85        font rendering):
     86        url="&patch-root;/thunderbird-&thunderbird-version;-pangoxft-1.patch"/>
    8187        </para>
    8288      </listitem>
     
    225231#ac_add_options --enable-xinerama
    226232
     233# Complex scripts such as Thai can only be rendered in Thunderbird with
     234# the help of Pango. This option significantly slows rendering, so only
     235# use it if necessary.
     236#ac_add_options --enable-pango
     237
    227238# These two options enable support for building Thunderbird with
    228239# system-installed versions of the Network Security Services (NSS)
     
    246257
    247258<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-system_nss-1.patch</userinput></screen>
     259
     260    <para>If you wish to use <application>Pango</application> for font
     261    rendering and have uncommented the appropriate option in
     262    <filename>.mozconfig</filename>, apply the following patch:</para>
     263
     264<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-pangoxft-1.patch</userinput></screen>
    248265
    249266    <para>Compile <application>Thunderbird</application> by
Note: See TracChangeset for help on using the changeset viewer.