Changeset d360c59


Ignore:
Timestamp:
09/05/2006 03:44:27 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:
3254d63
Parents:
d9402bb4
Message:

Updated to thunderbird-1.5.0.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd9402bb4 rd360c59  
    1 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     1<!ENTITY day          "05">                   <!-- Always 2 digits -->
    22<!ENTITY month        "09">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    531531
    532532<!-- Chapter 37 -->
    533 <!ENTITY thunderbird-version          "1.5.0.4">
     533<!ENTITY thunderbird-version          "1.5.0.5">
    534534<!ENTITY pan-version                  "0.14.2">
    535535<!ENTITY balsa-version                "2.3.12">
  • introduction/welcome/changelog.xml

    rd9402bb4 rd360c59  
    4343
    4444    <listitem>
     45      <para>September 5th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Updated to Thunderbird-1.5.0.5. Reordered
     49          the patches so that they can apply cleanly.</para>
     50        </listitem>
     51     </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 4th, 2006</para>
    4656      <itemizedlist>
  • xsoft/other/thunderbird.xml

    rd9402bb4 rd360c59  
    1717    <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    1818
    19   <!ENTITY thunderbird-download-http     "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
     19  <!ENTITY thunderbird-download-http     "http://releases.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            "ada9c163f5b26fe81958e7a85340811e">
    22   <!ENTITY thunderbird-size              "34.2 MB">
     21  <!ENTITY thunderbird-md5sum            "b09d29f912c2133a75b44f4801fc62b0">
     22  <!ENTITY thunderbird-size              "34.3 MB">
    2323  <!ENTITY thunderbird-buildsize         "597 MB">
    2424  <!ENTITY thunderbird-time              "18.1 SBU">
     
    252252EOF</userinput></screen>
    253253
     254    <para>If you wish to use <application>Pango</application> for font
     255    rendering and have uncommented the appropriate option in
     256    <filename>.mozconfig</filename>, apply the following patch:</para>
     257
     258<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-pangoxft-1.patch</userinput></screen>
     259
    254260    <para>If you have system-installed Network Security Services (NSS) and
    255261    Netscape Portable Runtime (NSPR) libraries and you uncommented the
     
    258264
    259265<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-system_nss-1.patch</userinput></screen>
    260 
    261     <para>If you wish to use <application>Pango</application> for font
    262     rendering and have uncommented the appropriate option in
    263     <filename>.mozconfig</filename>, apply the following patch:</para>
    264 
    265 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-pangoxft-1.patch</userinput></screen>
    266266
    267267    <para>Compile <application>Thunderbird</application> by
Note: See TracChangeset for help on using the changeset viewer.