Changeset 7f30c72 for gnome/platform


Ignore:
Timestamp:
10/24/24 00:22:10 (20 hours ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
cf18594
Parents:
c43d764
Message:

Update to mutter-47.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    rc43d764 r7f30c72  
    55  %general-entities;
    66
    7   <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-46;/mutter-&mutter-version;.tar.xz">
     7  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-47;/mutter-&mutter-version;.tar.xz">
    88  <!ENTITY mutter-download-ftp  " ">
    9   <!ENTITY mutter-md5sum        "022716bf531a4953a74910fef09019ed">
    10   <!ENTITY mutter-size          "6.4 MB">
     9  <!ENTITY mutter-md5sum        "20477e4f95d0a73e415f9ce86bfdd61e">
     10  <!ENTITY mutter-size          "6.5 MB">
    1111  <!ENTITY mutter-buildsize     "83 MB (with tests)">
    1212  <!ENTITY mutter-time          "0.5 SBU (Using parallelism=4; add 1.4 SBU for tests)">
     
    173173      linkend='xwayland'/>.
    174174
    175       You should also replace <parameter>-D tests=false</parameter> in the
     175      You should also replace <parameter>-D tests=disabled</parameter> in the
    176176      <command>meson</command> command, with
    177       <parameter>-D tests=true -D clutter_tests=false</parameter>.  The test
     177      <parameter>-D tests=enabled -D clutter_tests=false</parameter>.  The test
    178178      suite requires the mutter schema to be installed on the system, so it is
    179179      better to run the tests after installing the package.
     
    225225
    226226    <para>
    227       <parameter>-D tests=false</parameter>: Prevents building the tests,
     227      <parameter>-D tests=disabled</parameter>: Prevents building the tests,
    228228      and removes a hard requirement on <command>xvfb-run</command>.
    229229    </para>
     
    237237
    238238    <para>
    239       <option>-D tests=true -D clutter_tests=false</option>: This builds all of
    240       the tests except for the tests for the shipped
     239      <option>-D tests=enabled -D clutter_tests=false</option>: This builds all
     240      of the tests except for the tests for the shipped
    241241      <application>Clutter</application> library. The
    242242      <application>Clutter</application> tests are known to
     
    297297        </seg>
    298298        <seg>
    299           libmutter-14.so and libmutter-test-14.so (optional)
     299          libmutter-15.so and libmutter-test-15.so (optional)
    300300        </seg>
    301301        <seg>
    302           /usr/{lib,include,libexec/installed-tests,share/{,installed-tests}}/mutter-14
     302          /usr/{lib,include,libexec/installed-tests,share/{,installed-tests}}/mutter-15
    303303        </seg>
    304304      </seglistitem>
     
    324324
    325325      <varlistentry id="libmutter">
    326         <term><filename class="libraryfile">libmutter-14.so</filename></term>
     326        <term><filename class="libraryfile">libmutter-15.so</filename></term>
    327327        <listitem>
    328328          <para>
     
    330330          </para>
    331331          <indexterm zone="mutter libmutter">
    332             <primary sortas="c-libmutter">libmutter-14.so</primary>
     332            <primary sortas="c-libmutter">libmutter-15.so</primary>
    333333          </indexterm>
    334334        </listitem>
     
    336336
    337337      <varlistentry id="libmutter-test">
    338         <term><filename class="libraryfile">libmutter-test-14.so</filename></term>
     338        <term><filename class="libraryfile">libmutter-test-15.so</filename></term>
    339339        <listitem>
    340340          <para>
     
    345345          </para>
    346346          <indexterm zone="mutter libmutter-test">
    347             <primary sortas="c-libmutter-test">libmutter-test-14.so</primary>
     347            <primary sortas="c-libmutter-test">libmutter-test-15.so</primary>
    348348          </indexterm>
    349349        </listitem>
Note: See TracChangeset for help on using the changeset viewer.