Changeset d24c31e8 for xsoft


Ignore:
Timestamp:
07/25/2020 05:46:02 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
a41a3ea9
Parents:
6629008
Message:

Update to Thunderbird-78.0.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r6629008 rd24c31e8  
    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        "b92652deac6adc0be11f5e4f09c62842">
    10   <!ENTITY thunderbird-size          "338 MB">
    11   <!ENTITY thunderbird-buildsize     "10.8 GB (173 MB installed)">
    12   <!ENTITY thunderbird-time          "44 SBU (on a 4-core machine)">
     9  <!ENTITY thunderbird-md5sum        "14c0bff157f26553568855ff8075e42e">
     10  <!ENTITY thunderbird-size          "337 MB">
     11  <!ENTITY thunderbird-buildsize     "10.9 GB (173 MB installed)">
     12  <!ENTITY thunderbird-time          "42 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
    1414       the C/C++ code appears to obey it -->
     
    8585      <xref linkend="llvm"/>, <!-- Searched for and used a few times -->
    8686      <xref linkend="nodejs"/>,
     87      <xref linkend="pulseaudio"/> (or <xref linkend="alsa-lib"/> if you edit
     88      the mozconfig; although it is now deprecated by mozilla),
    8789      <xref linkend="python3"/> (rebuilt with the sqlite module),
    8890      <xref linkend="startup-notification"/>,
     
    128130      <xref linkend="gst10-libav"/> at runtime),-->
    129131      <!-- <xref linkend="openjdk"/>, not in build log -->
    130       <xref linkend="pulseaudio"/>,
     132      <!--<xref linkend="pulseaudio"/>,-->
    131133      <xref linkend="wget"/>, and
    132134      <xref linkend="wireless_tools"/>
     
    160162<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    161163<literal># If you have a multicore machine, all cores will be used.
    162 # The option below may cause parts of the build to only use one core
    163 # if you want to use a smaller number of jobs:
    164 #mk_add_options MOZ_MAKE_FLAGS="-j1"
    165164
    166165# If you have installed dbus-glib, comment out this line:
     
    170169ac_add_options --disable-necko-wifi
    171170
    172 # Comment out following option if you have PulseAudio installed
    173 ac_add_options --disable-pulseaudio
    174 
    175 # Comment out following option if you have gconf installed
    176 ac_add_options --disable-gconf
     171# Uncomment the following option if you have not installed PulseAudio
     172#ac_add_options --disable-pulseaudio
     173# and uncomment this if you installed alsa-lib instead of PulseAudio
     174#ac_add_options --enable-alsa
    177175
    178176# If you want to compile the Mozilla Calendar, uncomment this line:
     
    299297    <para>
    300298      <command>./mach build</command>: <application>Thunderbird</application>
    301       now uses this <application>python2</application> script to run the
     299      now uses this <application>python3</application> script to run the
    302300      build and install.
    303301    </para>
     
    407405        <seg>
    408406          libldap60.so, libldif60.so, liblgpllibs.so, libmozgtk.so,
    409           libmozsandbox.so, libmozsqlite3.so, libmozwayland.so, libmp.so,
    410           libprldap60.so, and libxul.so, all in the /usr/lib/thunderbird
    411           directory
     407          libmozsandbox.so, libmozsqlite3.so, libmozwayland.so,
     408          libprldap60.so, libnrp.so, and libxul.so, all in the
     409          /usr/lib/thunderbird directory
    412410        </seg>
    413411        <seg>
Note: See TracChangeset for help on using the changeset viewer.