Changeset 5a8de59 for xsoft/other


Ignore:
Timestamp:
05/09/2022 04:39:07 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f71be678
Parents:
9e86338
Message:

Update to thunderbird-91.9.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r9e86338 r5a8de59  
    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        "23f6da0d3eb12630a7870536cb2790d7">
     9  <!ENTITY thunderbird-md5sum        "fc2586bc8b7e88f8b6abb394e6de289f">
    1010  <!ENTITY thunderbird-size          "385 MB">
    11   <!ENTITY thunderbird-buildsize     "6.9 GB (192 MB installed)">
     11  <!ENTITY thunderbird-buildsize     "6.9 GB (191 MB installed)">
    1212  <!ENTITY thunderbird-time          "24 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
     
    7373    </itemizedlist>
    7474
    75 <!--
    7675    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7776    <itemizedlist spacing="compact">
     
    7978        <para>
    8079          Required patch:
    81           <ulink url="&patch-root;/thunderbird-&thunderbird-version;-buildfix-1.patch"/>
     80          <ulink url="&patch-root;/thunderbird-&thunderbird-version;-gcc12_fix-1.patch"/>
    8281        </para>
    8382      </listitem>
    8483    </itemizedlist>
    85 -->
    8684
    8785    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
     
    219217EOF</userinput></screen>
    220218
    221 <!-- no longer needed with 91.6
    222     <para>
    223       Apply a patch which allows compilation on systems with Wayland-1.20:
    224     </para>
    225 
    226 <screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-buildfix-1.patch</userinput></screen>
    227 -->
     219
     220    <para>
     221      Apply a patch which allows compilation on systems with gcc-12:
     222    </para>
     223
     224<screen><userinput remap="pre">patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc12_fix-1.patch</userinput></screen>
    228225
    229226<!-- applying this for 11.1: upstream haven't make their mind yet
    230      https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 -->
     227     https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
     228     Still not fixed in 91.9.0. -->
    231229    <para>
    232230      If building on a 32 bit machine, the following sed works around
Note: See TracChangeset for help on using the changeset viewer.