Ignore:
Timestamp:
12/23/2021 03:26:04 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5a0d9f1
Parents:
13c75b20
Message:

Package Updates and a buildfix

Update to Thunderbird-91.3.0
Update to Seamonkey-2.53.10
Update to webkitgtk-2.34.3
Update to nss-3.73.1
Fix building Firefox with wayland-1.20.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r13c75b20 r6968e3cb  
    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        "cc7b08841a4c417cadb0753db9d1f6a5">
    10   <!ENTITY thunderbird-size          "387 MB">
    11   <!ENTITY thunderbird-buildsize     "6.9 GB (202 MB installed)">
     9  <!ENTITY thunderbird-md5sum        "fd8d321bfb4dbe6f85fa2bf2d04150dc">
     10  <!ENTITY thunderbird-size          "390 MB">
     11  <!ENTITY thunderbird-buildsize     "7.0 GB (202 MB installed)">
    1212  <!ENTITY thunderbird-time          "30 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
     
    7373    </itemizedlist>
    7474
    75 <!-- keeping this for next patch :)
     75
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    7979        <para>
    8080          Required patch:
    81           <ulink url="&patch-root;/thunderbird-&thunderbird-version;-glibc234-1.patch"/>
     81          <ulink url="&patch-root;/thunderbird-&thunderbird-version;-buildfix-1.patch"/>
    8282        </para>
    8383      </listitem>
    8484    </itemizedlist>
    85 -->
     85
    8686    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
    8787
     
    217217ac_add_options --with-system-zlib</literal>
    218218EOF</userinput></screen>
    219 <!--
    220     <para>
    221       Apply a patch which allows compilation on systems running glibc-2.34:
    222     </para>
    223 
    224 <screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-glibc234-1.patch</userinput></screen>
    225 -->
     219
     220    <para>
     221      Apply a patch which allows compilation on systems with Wayland-1.20:
     222    </para>
     223
     224<screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-buildfix-1.patch</userinput></screen>
     225
    226226    <para>
    227227      Now invoke the Python <command>mach</command> script to compile
Note: See TracChangeset for help on using the changeset viewer.