Changeset e3f35536
- Timestamp:
- 06/26/2019 04:59:31 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b17f923d
- Parents:
- 26bd673
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r26bd673 re3f35536 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 4"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 2 4th, &year;">9 <!ENTITY releasedate "June 26th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r26bd673 re3f35536 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>June 26th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to Thunderbird-60.7.2. Fixes 49 <ulink url="&blfs-ticket-root;12159">#12159</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>June 25th, 2019</para> -
packages.ent
r26bd673 re3f35536 888 888 <!ENTITY rox-filer-version "2.11"> 889 889 <!ENTITY rxvt-unicode-version "9.22"> 890 <!ENTITY thunderbird-version "60.7. 0">890 <!ENTITY thunderbird-version "60.7.2"> 891 891 <!ENTITY tigervnc-version "1.9.0"> 892 892 <!ENTITY transmission-version "2.94"> -
xsoft/other/thunderbird.xml
r26bd673 re3f35536 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 " d5e1f8e084a56b5591506b619c6e3a2e">10 <!ENTITY thunderbird-size "27 2MB">11 <!ENTITY thunderbird-buildsize "8.1 GB (14 2MB installed)">12 <!ENTITY thunderbird-time "2 8 SBU (with -j4, estimated 75SBU with -j1)">9 <!ENTITY thunderbird-md5sum "36e4e26ad89c0cf5cdcc18c72daac1dc"> 10 <!ENTITY thunderbird-size "271 MB"> 11 <!ENTITY thunderbird-buildsize "8.1 GB (146 MB installed)"> 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. --> 14 14 ]> … … 108 108 </para> 109 109 </note> 110 <!-- 111 <note> 112 <para> 113 With <application>Thunderbird-31.0</application> and later versions, 114 you must have installed <application>Openssl</application> before 115 <application>Python 2</application>, or the build system will quickly 116 fail with output including "ImportError: cannot import name 117 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from 118 an older version of Thunderbird), check if 119 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename> 120 exists. If it does not, reinstall <xref linkend="python2"/> (after 121 installing <xref linkend="openssl"/> - the latest version of any 122 <emphasis>currently maintained</emphasis> version of Openssl should be 123 satisfactory if already installed - if that package has not already 124 been installed). 125 </para> 126 </note> 127 --> 110 128 111 <bridgehead renderas="sect4">Optional</bridgehead> 129 112 <para role="optional"> … … 381 364 EOF 382 365 383 ln -sfv /usr/lib/thunderbird -&thunderbird-version;/chrome/icons/default/default256.png \366 ln -sfv /usr/lib/thunderbird/chrome/icons/default/default256.png \ 384 367 /usr/share/pixmaps/thunderbird.png</userinput></screen> 385 368 </sect3> … … 403 386 </seg> 404 387 <seg> 405 /usr/lib/thunderbird -&thunderbird-version;388 /usr/lib/thunderbird 406 389 </seg> 407 390 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.