Changeset 11bfef5


Ignore:
Timestamp:
04/17/2022 06:58:05 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
fde1abe
Parents:
81bb3c9d
Message:

Add a fix for meson in gnome-nettool

Amazingly, when porting gnome-nettool to meson, devs have used the
old (undocumented) syntax for i18n.merge_file...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-nettool.xml

    r81bb3c9d r11bfef5  
    118118
    119119    <para>
     120      Then add a fix for newer versions of meson:
     121    </para>
     122
     123<screen><userinput>sed -i '/merge_file/s/(.*/(/' data/meson.build</userinput></screen>
     124
     125    <para>
    120126      Install <application>GNOME Nettool</application> by running
    121127      the following commands:
Note: See TracChangeset for help on using the changeset viewer.