Update to qt-everywhere-src-6.6.1.

This commit is contained in:
Bruce Dubbs 2023-11-28 13:41:53 -06:00
parent d8aa0d27cb
commit 46c8991baa
3 changed files with 8 additions and 11 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>November 28th, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to qt-everywhere-src-6.6.1. Fixes
<ulink url="&blfs-ticket-root;18921">#18921</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to thunderbird-115.5.1. Fixes
<ulink url="&blfs-ticket-root;18928">#18928</ulink>.</para>

View File

@ -846,7 +846,7 @@
<!ENTITY pangomm-version "2.46.3">
<!ENTITY qt5-version "5.15.11">
<!ENTITY qtwebengine-version "5.15.16">
<!ENTITY qt6-version "6.6.0">
<!ENTITY qt6-version "6.6.1">
<!ENTITY startup-notification-version "0.12">
<!ENTITY tepl-version "6.8.0">
<!ENTITY webkitgtk-version "2.42.2"> <!-- Even minors only -->

View File

@ -9,9 +9,9 @@
<!ENTITY qt6-download-http "&qt6-url;/qt-everywhere-src-&qt6-version;.tar.xz">
<!ENTITY qt6-download-ftp " ">
<!ENTITY qt6-md5sum "efc59647689c2548961a7312d075baf6">
<!ENTITY qt6-size "775 MB">
<!ENTITY qt6-buildsize "32 GB (376 MB installed)">
<!ENTITY qt6-md5sum "91aad0b55cf01be5a08ca9bece490f39">
<!ENTITY qt6-size "776 MB">
<!ENTITY qt6-buildsize "31 GB (356 MB installed)">
<!ENTITY qt6-time "14 SBU (using parallelism=8)">
]>
@ -275,13 +275,6 @@ ln -sfnv qt-&qt6-version; /opt/qt6</userinput></screen>
</para>
</note>
<para>
The libxkbcommon-1.6.0 package removes some definitions that are not used. Remove
those here:
</para>
<screen><userinput>sed -i '242,245d' qtbase/src/gui/platform/unix/qxkbcommon.cpp</userinput></screen>
<para>
Install <application>Qt6</application> by running the following commands:
</para>