Changeset 53f790a


Ignore:
Timestamp:
09/21/2014 06:56:24 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0cd81e41
Parents:
0d0d5896
Message:

Update and tag thunderbird-31.1.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0d0d5896 r53f790a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 20th, &year;">
     9<!ENTITY releasedate  "September 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r0d0d5896 r53f790a  
    4545-->
    4646    <listitem>
    47       <para>September 19th, 2014</para>
     47      <para>September 21st, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[pierre] - Update to thunderbird-31.1.1. Fixes
     51          <ulink url="&blfs-ticket-root;5461">#5461</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
     57      <para>September 20th, 2014</para>
    4858      <itemizedlist>
    4959        <listitem>
  • packages.ent

    r0d0d5896 r53f790a  
    600600<!ENTITY rox-filer-version            "2.11">
    601601<!ENTITY rxvt-unicode-version         "9.20">
    602 <!ENTITY thunderbird-version          "31.0">
     602<!ENTITY thunderbird-version          "31.1.1">
    603603<!ENTITY tigervnc-version             "1.3.1">
    604604<!ENTITY transmission-version         "2.84">
  • xsoft/other/thunderbird.xml

    r0d0d5896 r53f790a  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "195ea7d3887eb49402ea7b3875b7ce15">
    12   <!ENTITY thunderbird-size              "164 MB">
    13   <!ENTITY thunderbird-buildsize         "3.7 GB (68 MB installed)">
    14   <!ENTITY thunderbird-time              "45 SBU">
     11  <!ENTITY thunderbird-md5sum            "92a36f2e4916529c1226aa283dc160a6">
     12  <!ENTITY thunderbird-size              "163 MB">
     13  <!ENTITY thunderbird-buildsize         "4.6 GB (62 MB installed)">
     14  <!ENTITY thunderbird-time              "50 SBU">
    1515]>
    1616
     
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    150150      accomplished by creating a <filename>mozconfig</filename> file containing
    151151      the desired configuration options. A default
    152       <filename>mozconfig</filename> is created below. To see the entire list of
    153       available configuration options (and a brief description of each), issue
    154       <command>./configure --help</command>. Create the file with the following
    155       command:
     152      <filename>mozconfig</filename> is created below. To see the entire list
     153      of available configuration options (and a brief description of each),
     154      issue <command>mozilla/configure --help</command>. Create the file with
     155      the following command:
    156156    </para>
    157157
    158158<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    159 # If you have a multicore machine you can speed up the build by running
    160 # several jobs at once by uncommenting the following line and setting the
    161 # value to number of CPU cores:
    162 #mk_add_options MOZ_MAKE_FLAGS="-j4"
     159# If you have a multicore machine, the build may be faster if using parallel
     160# jobs. The build system automatically adds -jN to the "make" flags, where N
     161# is the number of CPU cores. The option below is therefore useless, unless
     162# you want to use a smaller number of jobs:
     163#mk_add_options MOZ_MAKE_FLAGS="-j1"
    163164
    164165# If you have installed DBus-Glib comment out this line:
Note: See TracChangeset for help on using the changeset viewer.