Changeset 6b8a3b33
- Timestamp:
- 07/11/2019 09:53:10 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2033727
- Parents:
- c8e8f8e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc8e8f8e r6b8a3b33 46 46 <para>July 11th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[timtas] - Update to thunderbird-60.8.0. Fixes 50 <ulink url="&blfs-ticket-root;12253">#12253</ulink>.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[bdubbs] - Update to feh-3.2. Fixes -
packages.ent
rc8e8f8e r6b8a3b33 889 889 <!ENTITY rox-filer-version "2.11"> 890 890 <!ENTITY rxvt-unicode-version "9.22"> 891 <!ENTITY thunderbird-version "60. 7.2">891 <!ENTITY thunderbird-version "60.8.0"> 892 892 <!ENTITY tigervnc-version "1.9.0"> 893 893 <!ENTITY transmission-version "2.94"> -
xsoft/other/thunderbird.xml
rc8e8f8e r6b8a3b33 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 " 36e4e26ad89c0cf5cdcc18c72daac1dc">10 <!ENTITY thunderbird-size "27 1MB">11 <!ENTITY thunderbird-buildsize " 8.1GB (146 MB installed)">9 <!ENTITY thunderbird-md5sum "a8735a56f578c2690442ee26f60c488a"> 10 <!ENTITY thunderbird-size "273 MB"> 11 <!ENTITY thunderbird-buildsize "6.6 GB (146 MB installed)"> 12 12 <!ENTITY thunderbird-time "26 SBU (with -j4, estimated 84 SBU with -j1)"> 13 13 <!-- Verified the time at -j1 on another system for posterity's sake. --> … … 70 70 Estimated build time: &thunderbird-time; 71 71 </para> 72 </listitem>73 </itemizedlist>74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>76 <itemizedlist spacing="compact">77 <listitem>78 <para>Required patch: <ulink url="&patch-root;/thunderbird-&thunderbird-version;-rust_fix-1.patch"/></para>79 72 </listitem> 80 73 </itemizedlist> … … 237 230 </para></note> 238 231 239 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-rust_fix-1.patch && 240 ./mach build</userinput></screen> 232 <para> 233 First, disable failure for undocumeted rust macros: 234 </para> 235 236 <screen><userinput>sed -i -e '/#!\[deny(missing_docs)\]/d' servo/components/style/lib.rs</userinput></screen> 237 <screen><userinput>sed -i -e 's/#!\[deny(unsafe_code, missing_docs)\]/#!\[deny(unsafe_code)\]/g' servo/components/style_traits/lib.rs</userinput></screen> 238 239 240 241 241 242 242 <para> … … 280 280 out-of-specification and allow it to produce a working program. 281 281 </para>--> 282 283 <para>284 <command>patch -Np1 -i ../thunderbird-&thunderbird-version;-rust_fix-1.patch</command>:285 Rustc-1.33.0 breaks the build of this version of Thunderbird by requiring286 that a macro must have documentation. The patch adds this.287 </para>288 282 289 283 <para>
Note:
See TracChangeset
for help on using the changeset viewer.