Changeset 307a22f for xsoft


Ignore:
Timestamp:
08/14/2018 12:01:49 PM (6 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6b601a7b
Parents:
96c67a1
Message:

Update to thunderbird-60.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r96c67a1 r307a22f  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "dfef11976fd4284e438a42da55129ecd">
    10   <!ENTITY thunderbird-size          "220 MB">
    11   <!ENTITY thunderbird-buildsize     "4.1 GB (96 MB installed)">
     9  <!ENTITY thunderbird-md5sum        "aaba788a2eb99e0bac317047ebe61b45">
     10  <!ENTITY thunderbird-size          "270 MB">
     11  <!ENTITY thunderbird-buildsize     "6.9 GB (134 MB installed)">
    1212  <!ENTITY thunderbird-time          "17 SBU (with -j4, estimated 63 SBU with -j1)">
    1313  <!-- Verified the time at -j1 on another system for posterity's sake. -->
     
    8181      both <xref linkend="gtk3"/>
    8282      and <xref linkend="gtk2"/>,
     83      <xref linkend="rust"/>,
    8384      <xref linkend="zip"/>,
    8485      <xref linkend="unzip"/>, and
     
    202203# The BLFS editors recommend not changing anything below this line:
    203204ac_add_options --prefix=/usr
    204 ac_add_options --enable-application=mail
     205ac_add_options --enable-application=comm/mail
    205206
    206207ac_add_options --disable-crashreporter
     
    213214ac_add_options --enable-install-strip
    214215
    215 ac_add_options --enable-gio
    216216ac_add_options --enable-official-branding
    217 ac_add_options --enable-safe-browsing
    218 ac_add_options --enable-url-classifier
    219217
    220218# Using system cairo has been reported to make thunderbird execution unstable.
     
    242240    </para></note>
    243241
    244 <screen><userinput>make -f client.mk</userinput></screen>
     242<screen><userinput>./mach build</userinput></screen>
    245243
    246244    <para>
     
    253251    </para>
    254252
    255 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    256 chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
     253<screen role="root"><userinput>./mach install</userinput></screen>
    257254
    258255<!-- thunderbuild directory does not exist anymore. Leaving as comment,
     
    287284
    288285    <para>
    289       <command>make -f client.mk</command>: Mozilla products are packaged to
    290       allow the use of a configuration file which can be used to pass the
    291       configuration settings to the <command>configure</command> command.
    292       <command>make</command> uses the <filename>client.mk</filename> file to
    293       get initial configuration and setup parameters.
     286      <command>./mach build</command>: <application>Firefox</application>
     287      now uses this <application>python2</application> script to run the
     288      build and install.
     289    </para>
     290
     291    <para>
     292      <option>./mach build --verbose</option>: Use this alternative if you
     293      need details of which files are being compiled, together with any C or
     294      C++ flags being used.
    294295    </para>
    295296
Note: See TracChangeset for help on using the changeset viewer.