Changeset a8d75eea
- Timestamp:
- 05/11/2020 11:20:21 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7f057ac
- Parents:
- 1bc79e3b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r1bc79e3b ra8d75eea 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[thomas] - Added a patch to fix building QT-5.14.2 49 with GCC-10.</para> 50 </listitem> 51 <listitem> 52 <para>[thomas] - Fix building xf86-video-ati and 53 xf86-video-intel with GCC-10.</para> 54 </listitem> 55 <listitem> 48 56 <para>[pierre] - Update to libcap-pam-2.34. Fixes 49 57 <ulink url="&blfs-ticket-root;13497">#13497</ulink>.</para> … … 55 63 <para>May 10th, 2020</para> 56 64 <itemizedlist> 65 <listitem> 66 <para>[thomas] - Fix building ntp with GCC-10.</para> 67 </listitem> 57 68 <listitem> 58 69 <para>[pierre] - Make a consolidated patch for gpm.</para> -
x/lib/qt5.xml
r1bc79e3b ra8d75eea 79 79 </itemizedlist> 80 80 81 <!--82 81 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 83 82 <itemizedlist spacing='compact'> … … 85 84 <para> 86 85 Required Patch: <ulink url= 87 "&patch-root;/qt- &qt5-version;-qtwayland_cursor_fix-1.patch"/>86 "&patch-root;/qt-everywhere-src-&qt5-version;-gcc10-1.patch"/> 88 87 </para> 89 88 </listitem> 90 </itemizedlist> -->89 </itemizedlist> 91 90 92 91 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead> … … 247 246 </note> 248 247 249 <!-- 250 <para> 251 First fix some issues with the cursor when using Wayland: 252 </para> 253 254 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-qtwayland_cursor_fix-1.patch</userinput></screen> --> 248 <para> 249 First fix an issues using gcc-10: 250 </para> 251 252 <screen><userinput>patch -Np1 -i ../qt-everywhere-src-&qt5-version;-gcc10-1.patch</userinput></screen> 255 253 256 254 <para>
Note:
See TracChangeset
for help on using the changeset viewer.