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
  • xsoft/other/thunderbird.xml

    r41f908a r4f406ea  
    255255<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
    256256
     257    <para>
     258      Then fix an issue with regular expressions in python-3.11:
     259    </para>
     260
     261<screen><userinput>sed -e 's/?s)\./?s:.)/'               \
     262    -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
     263    -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
     264    -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
     265
     266     <para>
     267       Now invoke the Python <command>mach</command> script to compile the
     268       package.
     269     </para>
     270
    257271<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    258 export MOZBUILD_STATE_PATH=./mozbuild                 &amp;&amp;
    259 ./mach configure                                      &amp;&amp;
     272export MOZBUILD_STATE_PATH=./mozbuild               &amp;&amp;
     273./mach configure                                    &amp;&amp;
    260274./mach build</userinput></screen>
    261275
Note: See TracChangeset for help on using the changeset viewer.