Changeset 64c41e6 for x/lib/qt6.xml


Ignore:
Timestamp:
04/09/2024 10:16:09 PM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
43b45a17
Parents:
b4609782
Message:

Update to qt6-6.7.0 and qtwebengine-6.7.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.