Ignore:
Timestamp:
09/19/2020 09:15:55 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1a27983
Parents:
b56f4046
Message:

Adapt NetworkManager to changes in pygobject3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23734 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    rb56f4046 r96ce7d5  
    190190<screen><userinput>grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
    191191
     192<!-- I am really uncomfortable with the length of this sed statement, but I
     193     can't find an easy way to trim it since it's using an extended regular
     194     expression. See https://pastebin.com/gRDeqPs8 and
     195     https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/7d26773138dd4270c45e131761d4e6be58f64d12
     196     for more details. -->
     197
     198    <para>
     199      Adapt an internal tool to the latest pygobject:
     200    </para>
     201
     202<screen><userinput remap="pre">sed -i -E '/(setting name)/{s/(description=).%s./\1%s/; N; s/(class_desc)/xml_quoteattr(\1)/}' tools/generate-docs-nm-settings-docs-gir.py</userinput></screen>
     203
    192204    <para>
    193205      Install <application>NetworkManager</application> by running the
Note: See TracChangeset for help on using the changeset viewer.