Author: timtas
Date: Tue Aug 14 05:01:49 2018
New Revision: 20294

Log:
Update to thunderbird-60.0

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/other/thunderbird.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Aug 13 20:31:50 
2018        (r20293)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Aug 14 05:01:49 
2018        (r20294)
@@ -45,6 +45,10 @@
       <para>August 14th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[timtas] - Update to thunderbird-60.0. Fixes
+          <ulink url="&blfs-ticket-root;10997">#10997</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Update to xterm-334. Fixes
           <ulink url="&blfs-ticket-root;11011">#11011</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Aug 13 20:31:50 2018        (r20293)
+++ trunk/BOOK/packages.ent     Tue Aug 14 05:01:49 2018        (r20294)
@@ -757,7 +757,7 @@
 <!ENTITY pidgin-version               "2.13.0">
 <!ENTITY rox-filer-version            "2.11">
 <!ENTITY rxvt-unicode-version         "9.22">
-<!ENTITY thunderbird-version          "52.9.1">
+<!ENTITY thunderbird-version          "60.0">
 <!ENTITY tigervnc-version             "1.8.0">
 <!ENTITY transmission-version         "2.94">
 <!ENTITY xarchiver-version            "0.5.4">

Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml      Mon Aug 13 20:31:50 2018        
(r20293)
+++ trunk/BOOK/xsoft/other/thunderbird.xml      Tue Aug 14 05:01:49 2018        
(r20294)
@@ -6,9 +6,9 @@
 
   <!ENTITY thunderbird-download-http 
"&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
   <!ENTITY thunderbird-download-ftp  " ">
-  <!ENTITY thunderbird-md5sum        "dfef11976fd4284e438a42da55129ecd">
-  <!ENTITY thunderbird-size          "220 MB">
-  <!ENTITY thunderbird-buildsize     "4.1 GB (96 MB installed)">
+  <!ENTITY thunderbird-md5sum        "aaba788a2eb99e0bac317047ebe61b45">
+  <!ENTITY thunderbird-size          "270 MB">
+  <!ENTITY thunderbird-buildsize     "6.9 GB (134 MB installed)">
   <!ENTITY thunderbird-time          "17 SBU (with -j4, estimated 63 SBU with 
-j1)">
   <!-- Verified the time at -j1 on another system for posterity's sake. -->
 ]>
@@ -80,6 +80,7 @@
       <xref linkend="autoconf213"/>,
       both <xref linkend="gtk3"/>
       and <xref linkend="gtk2"/>,
+      <xref linkend="rust"/>,
       <xref linkend="zip"/>,
       <xref linkend="unzip"/>, and
       <xref linkend="yasm"/>
@@ -201,7 +202,7 @@
 -->
 # The BLFS editors recommend not changing anything below this line:
 ac_add_options --prefix=/usr
-ac_add_options --enable-application=mail
+ac_add_options --enable-application=comm/mail
 
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
@@ -212,10 +213,7 @@
 ac_add_options --enable-strip
 ac_add_options --enable-install-strip
 
-ac_add_options --enable-gio
 ac_add_options --enable-official-branding
-ac_add_options --enable-safe-browsing
-ac_add_options --enable-url-classifier
 
 # Using system cairo has been reported to make thunderbird execution unstable.
 # This appears to again work in thunderbird-52
@@ -241,7 +239,7 @@
       prepend <envar>SHELL=/bin/sh</envar> to the make command below.
     </para></note>
 
-<screen><userinput>make -f client.mk</userinput></screen>
+<screen><userinput>./mach build</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -252,8 +250,7 @@
       commands as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= 
&amp;&amp;
-chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
+<screen role="root"><userinput>./mach install</userinput></screen>
 
 <!-- thunderbuild directory does not exist anymore. Leaving as comment,
 in case an editor figures out how to install the development environment.
@@ -286,11 +283,15 @@
     </para>-->
 
     <para>
-      <command>make -f client.mk</command>: Mozilla products are packaged to
-      allow the use of a configuration file which can be used to pass the
-      configuration settings to the <command>configure</command> command.
-      <command>make</command> uses the <filename>client.mk</filename> file to
-      get initial configuration and setup parameters.
+      <command>./mach build</command>: <application>Firefox</application>
+      now uses this <application>python2</application> script to run the
+      build and install.
+    </para>
+
+    <para>
+      <option>./mach build --verbose</option>: Use this alternative if you
+      need details of which files are being compiled, together with any C or
+      C++ flags being used.
     </para>
 
   </sect2>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to