Changeset 6be5958a
- Timestamp:
- 07/26/2020 08:43:58 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6e5b1606
- Parents:
- 99f86349
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r99f86349 r6be5958a 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 5"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 2 5th, &year;">9 <!ENTITY releasedate "July 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
r99f86349 r6be5958a 43 43 --> 44 44 <listitem> 45 <para>July 26th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Remove '--disable-dbus' option from thunderbird, 49 it breaks the build. Therefore, require dbus-glib. Fixes 50 <ulink url="&blfs-ticket-root;13843">#13843</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>July 25th, 2020</para> 46 57 <itemizedlist> -
xsoft/other/thunderbird.xml
r99f86349 r6be5958a 81 81 <xref linkend="autoconf213"/>, 82 82 <xref linkend="cbindgen"/>, 83 <xref linkend="dbus-glib"/>, 83 84 both <xref linkend="gtk3"/> 84 85 and <xref linkend="gtk2"/>, … … 123 124 <!-- <xref linkend="curl"/>, not in build log--> 124 125 <xref linkend="cyrus-sasl"/>, 125 <xref linkend="dbus-glib"/>,126 126 <xref linkend="doxygen"/>, 127 127 <xref linkend="GConf"/>, … … 162 162 <screen><userinput>cat > mozconfig << "EOF" 163 163 <literal># If you have a multicore machine, all cores will be used. 164 165 # If you have installed dbus-glib, comment out this line:166 ac_add_options --disable-dbus167 164 168 165 # If you have installed wireless-tools comment out this line:
Note:
See TracChangeset
for help on using the changeset viewer.