Changeset 64c41e6


Ignore:
Timestamp:
04/09/2024 10:16:09 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
43b45a17
Parents:
b4609782
Message:

Update to qt6-6.7.0 and qtwebengine-6.7.0.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb4609782 r64c41e6  
    4242      <para>April 9th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to qt6-6.7.0 and qtwebengine-6.7.0. Fixes
     46          <ulink url="&blfs-ticket-root;19575">#19575</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Update to gnome-maps-46.0. Fixes
  • packages.ent

    rb4609782 r64c41e6  
    877877<!ENTITY pangomm-version              "2.46.4">
    878878<!ENTITY qt5-version                  "5.15.12">
    879 <!ENTITY qtwebengine-major            "6.6">
    880 <!ENTITY qtwebengine-version          "6.6.3">
    881 <!ENTITY qt6-version                  "6.6.3">
     879<!ENTITY qtwebengine-major            "6.7">
     880<!ENTITY qtwebengine-version          "6.7.0">
     881<!ENTITY qt6-version                  "6.7.0">
    882882<!ENTITY startup-notification-version "0.12">
    883883<!ENTITY tepl-version                 "6.9.0">
  • x/lib/qt6.xml

    rb4609782 r64c41e6  
    55  %general-entities;
    66
    7   <!ENTITY qt6-major "6.6">
     7  <!ENTITY qt6-major "6.7">
    88  <!ENTITY qt6-url   "https://download.qt.io/archive/qt/&qt6-major;/&qt6-version;/single">
    99
    1010  <!ENTITY qt6-download-http "&qt6-url;/qt-everywhere-src-&qt6-version;.tar.xz">
    1111  <!ENTITY qt6-download-ftp  " ">
    12   <!ENTITY qt6-md5sum        "0e2c9dd87cbc6768da2bfc7f776c272f">
    13   <!ENTITY qt6-size          "764 MB">
    14   <!ENTITY qt6-buildsize     "33 GB (354 MB installed)">
    15   <!ENTITY qt6-time          "16 SBU (using parallelism=8)">
     12  <!ENTITY qt6-md5sum        "4468b457adb3a96294947e601fc877ca">
     13  <!ENTITY qt6-size          "891 MB">
     14  <!ENTITY qt6-buildsize     "35 GB (358 MB installed)">
     15  <!ENTITY qt6-time          "17 SBU (using parallelism=8)">
    1616]>
    1717
     
    225225        If <application>Qt6</application> is being reinstalled into the
    226226        same directory as an existing instance, run the commands done by
    227         <systemitem class="username">root</systemitem>, such as
     227        &root;, such as
    228228        <command>make install</command>, from a console or non-Qt6 based
    229229        window manager. It overwrites <application>Qt6</application>
     
    272272      </para>
    273273    </note>
     274
     275    <para>
     276      First make a correction identified uostream:
     277    </para>
     278
     279<screen><userinput>sed -i '/if __cpp_lib_span/s/if/ifdef/' qtbase/src/corelib/tools/qspan.h</userinput></screen>
    274280
    275281    <para>
     
    314320
    315321<screen role="root"><userinput>ninja install</userinput></screen>
    316 
    317     <!-- Not sure this is correct for Qt6
    318 
    319          EDITORS NOTE: This package uses INSTALL_ROOT= instead of DESTDIR= for
    320          installing in a temporary directory. -->
    321322
    322323    <para>
  • x/lib/qtwebengine.xml

    rb4609782 r64c41e6  
    77  <!ENTITY qtwebengine-download-http "https://download.qt.io/official_releases/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-everywhere-src-&qtwebengine-version;.tar.xz">
    88  <!ENTITY qtwebengine-download-ftp  " ">
    9   <!ENTITY qtwebengine-md5sum        "ba3fe1cb32f2a495d586bf573abec93a">
    10   <!ENTITY qtwebengine-size          "402 MB">
    11   <!ENTITY qtwebengine-buildsize     "7.6 GB (231 MB installed)">
    12   <!ENTITY qtwebengine-time          "58 SBU (Using parallelism=8)">
     9  <!ENTITY qtwebengine-md5sum        "d2a509bd4dc6bbf1272217292546cfce">
     10  <!ENTITY qtwebengine-size          "525 MB">
     11  <!ENTITY qtwebengine-buildsize     "8.5 GB (319 MB installed)">
     12  <!ENTITY qtwebengine-time          "60 SBU (Using parallelism=8)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.