Changeset d2beee42
- Timestamp:
- 07/23/2019 12:40:04 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.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:
- 7c57f82
- Parents:
- 5ce0218f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5ce0218f rd2beee42 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 1"> <!-- Always 2 digits -->3 <!ENTITY day "22"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- 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 "July 2 0st, &year;">9 <!ENTITY releasedate "July 22nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r5ce0218f rd2beee42 43 43 --> 44 44 45 <listitem> 46 <para>July 22nd, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Adapt Qt5 to API changes in the Linux Kernel 5.2+. 50 Fixes <ulink url="&blfs-ticket-root;12295">#12295</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 45 55 <listitem> 46 56 <para>July 21st, 2019</para> -
x/lib/qt5.xml
r5ce0218f rd2beee42 246 246 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-upstream_fixes-1.patch &&</userinput></screen> 247 247 248 <para> 249 Next, fix an issue caused by changes in the Kernel API Headers: 250 </para> 251 252 <screen><userinput remap="pre">sed -i 's/SIOCGSTAMP/0x8906/' \ 253 qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp</userinput></screen> 248 254 <para> 249 255 Install <application>Qt5</application> by running the following commands:
Note:
See TracChangeset
for help on using the changeset viewer.