Changeset 6b2a913
- Timestamp:
- 03/28/2021 05:27:16 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 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:
- c7f6a7e1
- Parents:
- 195f473c
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/gegl.xml
r195f473c r6b2a913 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <para role="required"> 77 <xref linkend="babl"/> and 78 <xref linkend="json-glib"/> 77 <xref linkend="babl"/>, 78 <xref linkend="json-glib"/>, 79 <xref linkend="libjpeg"/>, and 80 <xref linkend="libpng"/> 79 81 </para> 80 82 … … 110 112 <xref linkend="jasper"/>, 111 113 <xref linkend="lcms2"/>, 112 <xref linkend="libjpeg"/>113 <xref linkend="libpng"/>,114 114 <xref linkend="librsvg"/>, 115 115 <xref linkend="libtiff"/>, -
introduction/welcome/changelog.xml
r195f473c r6b2a913 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Adapted the instructions for backgrounds in Fluxbox 49 to be able to copy themes that are stored in directories.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Fix a syntax error that causes MariaDB to fail to 53 build with CMake-3.20.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to webkitgtk-2.30.6 (Security Update). Fixes 57 <ulink url="&blfs-ticket-root;14811">#14811</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to gnumeric-1.12.49. Fixes 61 <ulink url="&blfs-ticket-root;14810">#14810</ulink>.</para> 62 </listitem> 63 <listitem> 48 64 <para>[timtas] - Update to gegl-0.4.30. Fixes 49 65 <ulink url="&blfs-ticket-root;14830">#14830</ulink>.</para> … … 55 71 </itemizedlist> 56 72 </listitem> 73 57 74 <listitem> 58 75 <para>March 27th, 2021</para> -
packages.ent
r195f473c r6b2a913 769 769 <!ENTITY startup-notification-version "0.12"> 770 770 <!ENTITY tepl-version "5.0.1"> 771 <!ENTITY webkitgtk-version "2.30. 5"> <!-- Even minors only -->771 <!ENTITY webkitgtk-version "2.30.6"> <!-- Even minors only --> 772 772 773 773 <!ENTITY gtk2-libdir "2.0/2.10.0"> … … 910 910 <!-- Chapter 39 --> 911 911 <!ENTITY AbiWord-version "3.0.4"> 912 <!ENTITY gnumeric-version "1.12.4 8">912 <!ENTITY gnumeric-version "1.12.49"> 913 913 <!ENTITY gnucash-version "2.4.11"> 914 914 -
server/databases/mariadb.xml
r195f473c r6b2a913 143 143 <screen role="root"><userinput>groupadd -g 40 mysql && 144 144 useradd -c "MySQL Server" -d /srv/mysql -g mysql -s /bin/false -u 40 mysql</userinput></screen> 145 146 <para> 147 Fix a syntax error that causes CMake to fail: 148 </para> 149 150 <screen><userinput remap="pre">sed -i 's/END()/ENDIF()/' libmariadb/cmake/ConnectorName.cmake</userinput></screen> 145 151 146 152 <para> -
x/lib/webkitgtk.xml
r195f473c r6b2a913 7 7 <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz"> 8 8 <!ENTITY webkitgtk-download-ftp " "> 9 <!ENTITY webkitgtk-md5sum " c8291af0c5102fff1f73e67f0bff6c87">9 <!ENTITY webkitgtk-md5sum "11148c4ed400c58fe330ac94208cbc4d"> 10 10 <!ENTITY webkitgtk-size "21 MB"> 11 <!ENTITY webkitgtk-buildsize "8 32MB (121 MB installed)">12 <!ENTITY webkitgtk-time "24 SBU (using parallelism=4, estimated 79SBU using one core)">11 <!ENTITY webkitgtk-buildsize "829 MB (121 MB installed)"> 12 <!ENTITY webkitgtk-time "24 SBU (using parallelism=4, estimated 80 SBU using one core)"> 13 13 ]> 14 14 -
x/wm/fluxbox.xml
r195f473c r6b2a913 224 224 </para> 225 225 226 <screen role="nodump"><userinput>cp /usr/share/fluxbox/styles/<theme> ~/.fluxbox/theme &&226 <screen role="nodump"><userinput>cp -r /usr/share/fluxbox/styles/<theme> ~/.fluxbox/theme && 227 227 228 228 sed -i 's,\(session.styleFile:\).*,\1 ~/.fluxbox/theme,' ~/.fluxbox/init && -
xsoft/office/gnumeric.xml
r195f473c r6b2a913 7 7 <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz"> 8 8 <!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz"> 9 <!ENTITY gnumeric-md5sum " 6141a2ff1790484933aafec2d0dce129">9 <!ENTITY gnumeric-md5sum "eec230a9fbd7388f856570e3f9648531"> 10 10 <!ENTITY gnumeric-size "17 MB"> 11 <!ENTITY gnumeric-buildsize "370 MB (add 4MB for tests)">12 <!ENTITY gnumeric-time "0.9 SBU (Using parallelism=4; add 7.7SBU for tests)">11 <!ENTITY gnumeric-buildsize "370 MB (add 10 MB for tests)"> 12 <!ENTITY gnumeric-time "0.9 SBU (Using parallelism=4; add 3.9 SBU for tests)"> 13 13 ]> 14 14 … … 179 179 /usr/lib/gnumeric, 180 180 /usr/lib/goffice/0.10/plugins/gnumeric, 181 /usr/share/gnumeric, 182 /usr/share/help/{C,cs,de,es}/gnumeric, and 183 /usr/share/pixmaps/gnumeric 181 /usr/share/gnumeric, and 182 /usr/share/help/{C,cs,de,es}/gnumeric 184 183 </seg> 185 184 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.