Changeset 30339015


Ignore:
Timestamp:
02/12/2018 11:38:07 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17482b9
Parents:
da8e9f9
Message:

thunderbird-52.6.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rda8e9f9 r30339015  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "12">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 11th, &year;">
     9<!ENTITY releasedate  "February 12th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rda8e9f9 r30339015  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 12th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to thunderbird-52.6.0. Fixes
     49          <ulink url="&blfs-ticket-root;10305">#10306</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>February 11th, 2018</para>
  • packages.ent

    rda8e9f9 r30339015  
    750750<!ENTITY rox-filer-version            "2.11">
    751751<!ENTITY rxvt-unicode-version         "9.22">
    752 <!ENTITY thunderbird-version          "52.5.2">
     752<!ENTITY thunderbird-version          "52.6.0">
    753753<!ENTITY tigervnc-version             "1.8.0">
    754754<!ENTITY transmission-version         "2.93">
  • xsoft/other/thunderbird.xml

    rda8e9f9 r30339015  
    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        "25a3320778323c5c9ed32ef17f3963be">
     9  <!ENTITY thunderbird-md5sum        "ce4496f157050a711745c44acdd04385">
    1010  <!ENTITY thunderbird-size          "220 MB">
    11   <!ENTITY thunderbird-buildsize     "4.5 GB (112 MB installed)">
    12   <!ENTITY thunderbird-time          "15 SBU (with -j4, estimated 63 SBU with -j1)">
     11  <!ENTITY thunderbird-buildsize     "4.5 GB (111 MB installed)">
     12  <!ENTITY thunderbird-time          "16 SBU (with -j4, estimated 63 SBU with -j1)">
    1313  <!-- Verified the time at -j1 on another system for posterity's sake. -->
    1414]>
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="alsa-lib"/>,
     79<!--      <xref linkend="alsa-lib"/>, no mention in log -->
    8080      <xref linkend="autoconf213"/>,
    8181      <xref linkend="gtk3"/>,
     
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
     89      <xref linkend="icu"/>,
    8990      <xref linkend="libevent"/>,
    9091      <xref linkend="libvpx"/>,
     
    216217ac_add_options --enable-url-classifier
    217218
    218 # Use internal cairo due to reports of unstable execution with
    219 # system cairo
    220 #ac_add_options --enable-system-cairo
     219# Using system cairo has been reported to make thunderbird execution unstable.
     220# This appears to again work in thunderbird-52
     221ac_add_options --enable-system-cairo
    221222ac_add_options --enable-system-ffi
    222223ac_add_options --enable-system-pixman
     
    276277      optimization, the install fails with a Python error.  This command will
    277278      fix i686 builds and preserve the optimization on x86_64.
    278     </para>-->
     279    </para>
    279280
    280281    <para>
     
    282283      settings work around code which gcc6 would otherwise regard as
    283284      out-of-specification and allow it to produce a working program.
    284     </para>
     285    </para>-->
    285286
    286287    <para>
     
    391392        <seg>
    392393          libldap60.so, libldif60.so, liblgpllibs.so, libmozgtk.so,
    393           libmozsandbox.so, libmozsqlite3.so, libprldap60.so, and libxul.so
     394          libmozsandbox.so, libprldap60.so, and libxul.so
    394395        </seg>
    395396        <seg>
Note: See TracChangeset for help on using the changeset viewer.