Changeset d1d2511
- Timestamp:
- 05/31/2023 03:20:33 AM (4 months ago)
- Branches:
- 12.0, kea, lazarus, lxqt, trunk, xry111/xf86-video-removal
- Children:
- 5fda0ab
- Parents:
- cda852a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rcda852a rd1d2511 40 40 --> 41 41 <listitem> 42 <para>May 30th, 2023</para> 43 <itemizedlist> 44 <listitem> 45 <para>[bdubbs] - Update to webkitgtk-2.40.2. Fixes 46 <ulink url="&blfs-ticket-root;18099">#18099</ulink>.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 42 52 <para>May 29th, 2023</para> 43 53 <itemizedlist> -
packages.ent
rcda852a rd1d2511 844 844 <!ENTITY startup-notification-version "0.12"> 845 845 <!ENTITY tepl-version "6.4.0"> 846 <!ENTITY webkitgtk-version "2.40. 1"> <!-- Even minors only -->846 <!ENTITY webkitgtk-version "2.40.2"> <!-- Even minors only --> 847 847 848 848 <!ENTITY gtk2-libdir "2.0/2.10.0"> -
x/lib/webkitgtk.xml
rcda852a rd1d2511 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 " 20aa14992701802a58bb5e333296a963">9 <!ENTITY webkitgtk-md5sum "9fb1e6d919f29662ee3e741421fd0b71"> 10 10 <!ENTITY webkitgtk-size "38 MB"> 11 <!ENTITY webkitgtk-buildsize " 1.1 GB (174 MB installed)">12 <!ENTITY webkitgtk-time " 34 SBU (for GTK-3, using parallelism=4, add 36SBU for GTK-4)">11 <!ENTITY webkitgtk-buildsize "998 MB (174 MB installed)"> 12 <!ENTITY webkitgtk-time "28 SBU (for GTK-3, using parallelism=4, add 29 SBU for GTK-4)"> 13 13 ]> 14 14 … … 142 142 143 143 <para> 144 Fix a non-standard grammar construction rejected by GCC 13: 145 </para> 146 147 <screen><userinput>sed '/m_brush =/s/{/Brush {/' \ 148 -i Source/WebCore/platform/graphics/SourceBrush.cpp</userinput></screen> 144 First, fix a problem when not using BUBBLEWRAP_SANDBOX: 145 </para> 146 147 <screen><userinput>sed -i '39,66 s:^://:' Source/WTF/wtf/glib/Sandbox.cpp</userinput></screen> 149 148 150 149 <important>
Note:
See TracChangeset
for help on using the changeset viewer.