Changeset 221dfeb2


Ignore:
Timestamp:
09/21/2014 09:55:06 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
d699558
Parents:
541a7515
Message:

Merged thunderbird update from trunk and attempting to fix extra blank line in inkscape build instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14360 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r541a7515 r221dfeb2  
    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 systemd 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 "systemd">              <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r541a7515 r221dfeb2  
    4444
    4545-->
     46    <listitem>
     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
    4656    <listitem>
    4757      <para>September 19th, 2014</para>
  • packages.ent

    r541a7515 r221dfeb2  
    599599<!ENTITY rox-filer-version            "2.11">
    600600<!ENTITY rxvt-unicode-version         "9.20">
    601 <!ENTITY thunderbird-version          "31.0">
     601<!ENTITY thunderbird-version          "31.1.1">
    602602<!ENTITY tigervnc-version             "1.3.1">
    603603<!ENTITY transmission-version         "2.84">
  • xsoft/other/inkscape.xml

    r541a7515 r221dfeb2  
    138138<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch &amp;&amp;
    139139
    140 ./configure --prefix=/usr  &amp;&amp;
     140./configure --prefix=/usr  &amp;&amp; 
    141141make</userinput></screen>
    142142
  • xsoft/other/thunderbird.xml

    r541a7515 r221dfeb2  
    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
     
    154154      accomplished by creating a <filename>mozconfig</filename> file containing
    155155      the desired configuration options. A default
    156       <filename>mozconfig</filename> is created below. To see the entire list of
    157       available configuration options (and a brief description of each), issue
    158       <command>./configure --help</command>. Create the file with the following
    159       command:
     156      <filename>mozconfig</filename> is created below. To see the entire list
     157      of available configuration options (and a brief description of each),
     158      issue <command>mozilla/configure --help</command>. Create the file with
     159      the following command:
    160160    </para>
    161161
Note: See TracChangeset for help on using the changeset viewer.