Changeset 8f16a204


Ignore:
Timestamp:
01/18/2022 12:53:48 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f56eb466
Parents:
5a828aaa
Message:

Fixes gcr and dconf-editor for building with meson 0.61

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    r5a828aaa r8f16a204  
    208208cd dconf-editor-&dconf-editor-version;                &amp;&amp;
    209209
     210sed -e '/  desktop,/d' \
     211    -e '/  appdata,/d' \
     212    -i editor/meson.build &amp;&amp;
     213
    210214mkdir build &amp;&amp;
    211215cd    build &amp;&amp;
     
    232236      <application>GTK-Doc</application> is installed and you wish to rebuild
    233237      and install the API documentation.
     238    </para>
     239
     240    <para><!-- Using screen so that spaces are output verbatim -->
     241      <screen><command>sed -e '/  desktop,/d' ...</command></screen>: This
     242      fixes a failure to build with newer versions of
     243      <application>meson</application>.
    234244    </para>
    235245
  • gnome/platform/gcr.xml

    r5a828aaa r8f16a204  
    114114    </caution>
    115115    -->
     116
     117    <para>
     118      First apply a fix for building with newer versions of
     119      <application>meson</application>:
     120    </para>
     121
     122<screen><userinput>find . -name meson.build | xargs sed -i /packages.\*deps/d</userinput></screen>
    116123
    117124    <para>
  • introduction/welcome/changelog.xml

    r5a828aaa r8f16a204  
    4343    -->
    4444    <listitem>
     45      <para>January 18th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Apply fixes to dconf-editor and gcr to be
     49          able to build with newer versions of meson.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>January 17th, 2022</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.