Changeset 66370fc for xsoft


Ignore:
Timestamp:
07/24/2014 06:31:35 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
9c19c84
Parents:
8e7e549
Message:

Update to thunderbird-31.0.
Update to gnutls-3.3.6.
Update to audacious-3.5.1.
Update to poppler-0.26.3.
Reordered again Apache configure switches.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r8e7e549 r66370fc  
    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.