Changeset 28eef64


Ignore:
Timestamp:
11/10/2022 05:24:09 PM (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:
9883ebe6
Parents:
0a91797
git-author:
Pierre Labastie <pierre.labastie@…> (11/10/2022 12:25:22 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/10/2022 05:24:09 PM)
Message:

Fix seamonkey for python-3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r0a91797 r28eef64  
    276276
    277277<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
     278
     279    <para>
     280      Then fix an issue with regular expressions in python-3.11:
     281    </para>
     282
     283<screen><userinput>sed -e 's/?s)\./?s:.)/'               \
     284    -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
     285    -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
     286    -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
    278287
    279288    <para>
Note: See TracChangeset for help on using the changeset viewer.