Changeset 2b1fa01


Ignore:
Timestamp:
08/28/2019 03:42:08 PM (5 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
27d60dda
Parents:
07530745
Message:

Update to thunderbird-68.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r07530745 r2b1fa01  
    4242    </listitem>
    4343       -->
     44
     45    <listitem>
     46      <para>August 28th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[timtas] - Update to thunderbird-68.0. Fixes
     50          <ulink url="&blfs-ticket-root;12452">#12452</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • packages.ent

    r07530745 r2b1fa01  
    889889<!ENTITY rox-filer-version            "2.11">
    890890<!ENTITY rxvt-unicode-version         "9.22">
    891 <!ENTITY thunderbird-version          "60.8.0">
     891<!ENTITY thunderbird-version          "68.0">
    892892<!ENTITY tigervnc-version             "1.9.0">
    893893<!ENTITY transmission-version         "2.94">
  • xsoft/other/thunderbird.xml

    r07530745 r2b1fa01  
    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        "a8735a56f578c2690442ee26f60c488a">
    10   <!ENTITY thunderbird-size          "273 MB">
    11   <!ENTITY thunderbird-buildsize     "6.6 GB (146 MB installed)">
     9  <!ENTITY thunderbird-md5sum        "79fbff6edded2fce28026c617dec805c">
     10  <!ENTITY thunderbird-size          "323 MB">
     11  <!ENTITY thunderbird-buildsize     "7.9 GB (146 MB installed)">
    1212  <!ENTITY thunderbird-time          "26 SBU (with -j4, estimated 84 SBU with -j1)">
    1313  <!-- Verified the time at -j1 on another system for posterity's sake. -->
     
    122122      <xref linkend="pulseaudio"/>,
    123123      <xref linkend="startup-notification"/>,
    124       <xref linkend="wget"/>,
    125       <xref linkend="wireless_tools"/>, and
    126       <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
     124      <xref linkend="wget"/>, and
     125      <xref linkend="wireless_tools"/>
    127126    </para>
    128127
     
    166165
    167166# Uncomment these lines if you have installed optional dependencies:
    168 #ac_add_options --enable-system-hunspell
    169167#ac_add_options --enable-startup-notification
    170168
     
    212210ac_add_options --enable-system-pixman
    213211
    214 ac_add_options --with-pthreads
    215 
    216212ac_add_options --with-system-bz2
    217213ac_add_options --with-system-jpeg
Note: See TracChangeset for help on using the changeset viewer.