Ignore:
Timestamp:
09/28/2022 10:34:01 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
3d48ae4
Parents:
5fe69261 (diff), 87065037 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r5fe69261 r1ff0f0c  
    1111  <!ENTITY qtwebengine-download-http "&sources-anduin-http;/qtwebengine/qtwebengine-&qtwebengine-version;.tar.xz">
    1212  <!ENTITY qtwebengine-download-ftp  " ">
    13   <!ENTITY qtwebengine-md5sum        "d963e40e47449d7a11f83d0249e7643a">
    14   <!ENTITY qtwebengine-size          "307 MB">
     13  <!ENTITY qtwebengine-md5sum        "1302667c7e8a045fb0cc776f7e3627ad">
     14  <!ENTITY qtwebengine-size          "306 MB">
    1515  <!ENTITY qtwebengine-buildsize     "5.1 GB (152 MB installed)">
    16   <!ENTITY qtwebengine-time          "93 SBU (typical, Using parallelism=4)">
     16  <!ENTITY qtwebengine-time          "103 SBU (typical, Using parallelism=4)">
    1717]>
    1818
     
    106106      git checkout origin/87-branch (or whatever)
    107107       Use git log or git tk to look at its HEAD and check it seems appropriate.
     108       If this doesn't work, use 'git submodule update'
    108109
    109110      To decide when it might be worth creating a new tarball, periodically keep
     
    138139      tarball, go down to src/3rdparty and untar the submodule tarball.
    139140      Decide on what to call the result and create a full xz tarball using tar -cJf.
     141
     142      NOTE: To use git archive, use something like this:
     143      git archive - -format tar.gz - -output qtwebengine.tar.gz HEAD
     144      git archive - -format tar.gz - -output chromium.tar.gz HEAD
    140145
    141146      UPDATE: Since we have to host the tarball, and it is over 300MB, it makes
Note: See TracChangeset for help on using the changeset viewer.