Changeset 4584c7b
- Timestamp:
- 12/24/2019 09:19:28 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9b51413
- Parents:
- 81210e4
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r81210e4 r4584c7b 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 2 2nd, &year;">9 <!ENTITY releasedate "December 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r81210e4 r4584c7b 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 24th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Patch Qt-5.14.0 to fix a cursor problem in Wayland, 49 and fix building KDE Frameworks with Qt-5.14.0.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>December 22nd, 2019</para> -
kde/kf5/kf5-frameworks.xml
r81210e4 r4584c7b 320 320 tar -xf $file 321 321 pushd $packagedir 322 322 <!-- the following statement may be not needed in 5.66+ --> 323 case $name in 324 kitemviews*) sed -i '/<QList>/a #include <QPersistentModelIndex>' \ 325 src/kwidgetitemdelegatepool_p.h ;; 326 kplotting*) sed -i '/<QHash>/a #include <QHelpEvent>' \ 327 src/kplotwidget.cpp ;; 328 knotifica*) sed -i '/<QUrl>/a #include <QVariant>' \ 329 src/knotification.h ;; 330 kcompleti*) sed -i '/<QClipboard>/a #include <QKeyEvent>' \ 331 src/klineedit.cpp ;; 332 kwayland*) sed -i '/<wayland-xdg-output-server-proto/a #include <QHash>' \ 333 src/server/xdgoutput_interface.cpp ;; 334 esac 335 323 336 mkdir build 324 337 cd build … … 357 370 <title>Command Explanations</title> 358 371 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> 359 377 <para> 360 378 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used -
networking/netprogs/wpa_supplicant.xml
r81210e4 r4584c7b 91 91 <bridgehead renderas="sect4">Recommended</bridgehead> 92 92 <para role="recommended"> 93 <xref linkend="libnl"/> 93 <xref linkend="desktop-file-utils"/> (for running 94 <command>update-desktop-database</command>) and 95 <xref linkend="libnl"/> 94 96 </para> 95 97 -
x/lib/qt5.xml
r81210e4 r4584c7b 78 78 </listitem> 79 79 </itemizedlist> 80 <!-- 80 81 81 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 82 82 <itemizedlist spacing='compact'> 83 83 <listitem> 84 84 <para>Required Patch: <ulink 85 url="&patch-root;/qt-&qt5-version;- upstream_fixes-1.patch"/></para>85 url="&patch-root;/qt-&qt5-version;-qtwayland_cursor_fix-1.patch"/></para> 86 86 </listitem> 87 87 </itemizedlist> 88 --> 88 89 89 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead> 90 90 … … 239 239 -examplesdir /usr/share/doc/qt5/examples</userinput></screen> 240 240 </note> 241 <!-- 242 <para> 243 First fix some issues found upstream:244 </para> 245 246 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;- upstream_fixes-1.patch &&</userinput></screen>247 --> 241 242 <para> 243 First fix some issues with the cursor when using Wayland: 244 </para> 245 246 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-qtwayland_cursor_fix-1.patch</userinput></screen> 247 248 248 <para> 249 249 Install <application>Qt5</application> by running the following commands:
Note:
See TracChangeset
for help on using the changeset viewer.