Changeset 53f790a for xsoft


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.