Changeset 1e6ae10c for gnome


Ignore:
Timestamp:
05/27/2021 05:06:28 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
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:
c1b3614
Parents:
96aff83f (diff), e010adb (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' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    r96aff83f r1e6ae10c  
    115115  <sect2 role="installation">
    116116    <title>Installation of Nautilus</title>
     117
     118    <!-- This is a known bug in meson-0.58.0, but seems (in LFS/BLFS) only
     119         affects nautilus.  Remove the workaround after meson-0.58.1. -->
     120    <para>
     121      Work around an issue in meson-0.58.0:
     122    </para>
     123
     124<screen><userinput>sed -e 's/test_env/#&amp;/' \
     125    -e 's/env: \[/env: test_env + [/' \
     126    -i test/automated/displayless/meson.build</userinput></screen>
    117127
    118128    <para>
Note: See TracChangeset for help on using the changeset viewer.