Changeset 4584c7b for kde/kf5


Ignore:
Timestamp:
12/24/2019 09:19:28 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
9b51413
Parents:
81210e4
Message:

Patch Qt-5.14.0 for a cursor problem in Wayland
Fix building KDE Frameworks with Qt-5.14.0
Add a recommended dep to wpa_supplicant

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r81210e4 r4584c7b  
    320320    tar -xf $file
    321321    pushd $packagedir
    322    
     322<!-- the following statement may be not needed in 5.66+ -->
     323      case $name in
     324        kitemviews*) sed -i '/&lt;QList&gt;/a #include &lt;QPersistentModelIndex&gt;' \
     325          src/kwidgetitemdelegatepool_p.h ;;
     326        kplotting*) sed -i '/&lt;QHash&gt;/a #include &lt;QHelpEvent&gt;' \
     327          src/kplotwidget.cpp ;;
     328        knotifica*) sed -i '/&lt;QUrl&gt;/a #include &lt;QVariant&gt;' \
     329          src/knotification.h ;;
     330        kcompleti*) sed -i '/&lt;QClipboard&gt;/a #include &lt;QKeyEvent&gt;' \
     331          src/klineedit.cpp ;;
     332        kwayland*) sed -i '/&lt;wayland-xdg-output-server-proto/a #include &lt;QHash&gt;' \
     333          src/server/xdgoutput_interface.cpp ;;
     334      esac 
     335
    323336      mkdir build
    324337      cd    build
     
    357370    <title>Command Explanations</title>
    358371
     372<!-- the following statement may be not needed in 5.66+ -->
     373    <para>
     374      <command>case ...</command>: Those modifications are required to build
     375      with <xref linkend="qt5"/>.
     376    </para>
    359377    <para>
    360378      <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
Note: See TracChangeset for help on using the changeset viewer.