Changeset c2c16c9 for xsoft/other


Ignore:
Timestamp:
07/25/2014 10:46:43 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
c7dbf3e
Parents:
c378e51
Message:

Merge trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rc378e51 rc2c16c9  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "3e5d44c7e716e132601a40e865a13ef8">
    12   <!ENTITY thunderbird-size              "134 MB">
    13   <!ENTITY thunderbird-buildsize         "3.8 GB (58 MB installed)">
    14   <!ENTITY thunderbird-time              "64 SBU">
     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">
    1515]>
    1616
     
    112112      <xref linkend="gst-plugins-good"/> and
    113113      <xref linkend="gst-ffmpeg"/>,
    114       <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    115114      <xref linkend="libnotify"/>,
    116115      <xref linkend="openjdk"/>,
    117116      <xref linkend="startup-notification"/>,
    118       <xref linkend="wget"/> and
    119       <xref linkend="wireless_tools"/>
     117      <xref linkend="wget"/>,
     118      <xref linkend="wireless_tools"/>, and
     119      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
    120120    </para>
    121121
     
    210210
    211211    <para>
     212      First, a bug needs to be fixed. Notice that thunderbuild needs to match
     213      the value used in mozconfig (above) for the object directory (MOZ_OBJDIR):
     214    </para>
     215
     216<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
     217
     218    <para>
    212219      Compile <application>Thunderbird</application> by issuing the following
    213220      commands:
     
    251258  <sect2 role="commands">
    252259    <title>Command Explanations</title>
     260
     261    <para>
     262      <command>mkdir -vp mozilla/thunderbuild</command>: fixes a build failure
     263      of Makefile at the beginning of build, where a file cannot be found.
     264    </para>
    253265
    254266    <para>
Note: See TracChangeset for help on using the changeset viewer.