Changeset a8d75eea


Ignore:
Timestamp:
05/11/2020 11:20:21 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7f057ac
Parents:
1bc79e3b
Message:

Add gcc10-patch to QT; Add forgotten chglog entries

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23096 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1bc79e3b ra8d75eea  
    4646      <itemizedlist>
    4747        <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>
    4856          <para>[pierre] - Update to libcap-pam-2.34. Fixes
    4957          <ulink url="&blfs-ticket-root;13497">#13497</ulink>.</para>
     
    5563      <para>May 10th, 2020</para>
    5664      <itemizedlist>
     65        <listitem>
     66          <para>[thomas] - Fix building ntp with GCC-10.</para>
     67        </listitem>
    5768        <listitem>
    5869          <para>[pierre] - Make a consolidated patch for gpm.</para>
  • x/lib/qt5.xml

    r1bc79e3b ra8d75eea  
    7979    </itemizedlist>
    8080
    81 <!--
    8281   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8382    <itemizedlist spacing='compact'>
     
    8584        <para>
    8685          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"/>
    8887        </para>
    8988      </listitem>
    90     </itemizedlist>-->
     89    </itemizedlist>
    9190
    9291    <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
     
    247246    </note>
    248247
    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>
    255253
    256254    <para>
Note: See TracChangeset for help on using the changeset viewer.