Changeset 72230702 for xsoft/other/thunderbird.xml
- Timestamp:
- 08/13/2021 11:55:07 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ba9f84c
- Parents:
- 51a7abb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/other/thunderbird.xml
r51a7abb7 r72230702 7 7 <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz"> 8 8 <!ENTITY thunderbird-download-ftp " "> 9 <!ENTITY thunderbird-md5sum " fdab4c936a7b61378365a3bddda30f32">10 <!ENTITY thunderbird-size "3 37 MB">11 <!ENTITY thunderbird-buildsize " 5.1 GB (178MB installed)">12 <!ENTITY thunderbird-time " 31SBU (on a 4-core machine)">9 <!ENTITY thunderbird-md5sum "b128813e8d4ba1216bd0246adf9a2bfb"> 10 <!ENTITY thunderbird-size "387 MB"> 11 <!ENTITY thunderbird-buildsize "6.9 GB (202 MB installed)"> 12 <!ENTITY thunderbird-time "29 SBU (on a 4-core machine)"> 13 13 <!-- Removed the -j1 time because python and rust do not obey it, although 14 14 the C/C++ code appears to obey it --> … … 72 72 </listitem> 73 73 </itemizedlist> 74 <!-- 74 75 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 76 <itemizedlist spacing="compact"> … … 78 78 <para> 79 79 Required patch: 80 <ulink url="&patch-root;/thunderbird-&thunderbird-version;- rustc1470-1.patch"/>80 <ulink url="&patch-root;/thunderbird-&thunderbird-version;-glibc234-1.patch"/> 81 81 </para> 82 82 </listitem> 83 83 </itemizedlist> 84 --> 84 85 85 <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead> 86 86 … … 216 216 EOF</userinput></screen> 217 217 218 <!-- 219 <para> 220 Apply a patch to allow this to be compiled with <xref linkend="rust"/>: 221 </para> 222 223 <screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-rustc1470-1.patch</userinput></screen> 224 --> 218 <para> 219 Apply a patch which allows compilation on systems running glibc-2.34: 220 </para> 221 222 <screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-glibc234-1.patch</userinput></screen> 225 223 226 224 <para> … … 239 237 240 238 <screen><userinput>export CC=gcc CXX=g++ && 239 ./mach create-mach-environment && 241 240 ./mach configure && 242 241 ./mach build</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.