Changeset 6e73c37


Ignore:
Timestamp:
12/11/2013 04:46:38 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
a4448ba1
Parents:
151bd690
Message:

Update Thunderbird-24.2.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r151bd690 r6e73c37  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 10th, &year;">
     9<!ENTITY releasedate  "December 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    734734<!ENTITY pidgin-version               "2.10.7">
    735735<!ENTITY rox-filer-version            "2.11">
    736 <!ENTITY thunderbird-version          "24.1.1">
     736<!ENTITY thunderbird-version          "24.2.0">
    737737<!ENTITY transmission-version         "2.82">
    738738<!ENTITY xchat-version                "2.8.8">
  • introduction/welcome/changelog.xml

    r151bd690 r6e73c37  
    4545-->
    4646    <listitem>
     47      <para>December 11th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Update to Thunderbird-24.2.0. Fix
     51          <ulink url="&blfs-ticket-root;4439">#4439</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>December 10th, 2013</para>
    4858      <itemizedlist>
  • xsoft/other/thunderbird.xml

    r151bd690 r6e73c37  
    88  <!ENTITY thunderbird-download-ftp
    99           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    10   <!ENTITY thunderbird-md5sum            "55540c5a5b5c30fa1002bbaa76c22546">
     10  <!ENTITY thunderbird-md5sum            "53d457a8ff97a305d975c20d1bebff04">
    1111  <!ENTITY thunderbird-size              "134 MB">
    12   <!ENTITY thunderbird-buildsize         "4.3 GB (52 MB installed)">
    13   <!ENTITY thunderbird-time              "49 SBU">
     12  <!ENTITY thunderbird-buildsize         "4.2 GB (52 MB installed)">
     13  <!ENTITY thunderbird-time              "51 SBU">
    1414]>
    1515
     
    6969        <para>
    7070          Estimated build time: &thunderbird-time;
    71         </para>
    72       </listitem>
    73     </itemizedlist>
    74 
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/thunderbird-&thunderbird-version;-freetype-1.patch"/>
    8171        </para>
    8272      </listitem>
     
    119109      <xref linkend="dbus-glib"/>,
    120110      <xref linkend="doxygen"/>,
     111      <xref linkend="gst-plugins-good"/> and
     112      <xref linkend="gst-ffmpeg"/>,
    121113      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    122114      <xref linkend="libnotify"/>,
     
    159151ac_add_options --disable-libnotify
    160152
     153# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
     154# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
     155# in about:config. If you have installed GStreamer comment out this line:
     156ac_add_options --disable-gstreamer
     157
    161158# Uncomment these lines if you have installed optional dependencies:
    162159#ac_add_options --enable-system-hunspell
     
    222219    </para></note>
    223220
    224 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-freetype-1.patch &amp;&amp;
    225 make -f client.mk &amp;&amp;
     221<screen><userinput>make -f client.mk &amp;&amp;
    226222make -C thunderbuild/mail/installer</userinput></screen>
    227223
Note: See TracChangeset for help on using the changeset viewer.