Ignore:
Timestamp:
11/17/2022 07:58:32 AM (18 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:
11c62aa
Parents:
41f908a (diff), 84f972c1 (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

    r41f908a r4f406ea  
    387387<screen><userinput>sed -e '/link_pulseaudio/s/false/true/' \
    388388    -i src/3rdparty/chromium/media/media_options.gni</userinput></screen>
     389
     390    <para>
     391      Next, fix the build tools so they can be run with Python-3.11+:
     392    </para>
     393
     394<screen><userinput>sed -e 's/\^(?i)/(?i)^/' \
     395    -i src/3rdparty/chromium/tools/metrics/ukm/ukm_model.py &amp;&amp;
     396sed -e "s/'rU'/'r'/" \
     397    -i src/3rdparty/chromium/tools/grit/grit/util.py</userinput></screen>
    389398
    390399    <para>
Note: See TracChangeset for help on using the changeset viewer.