Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    rbf96a53 ra26e9db  
    55  %general-entities;
    66
    7   <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-40;/mutter-&mutter-version;.tar.xz">
    8   <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-40;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "bbfb54fba942b4f388e5b89759f2e9a6">
    10   <!ENTITY mutter-size          "2.6 MB">
    11   <!ENTITY mutter-buildsize     "296 MB">
    12   <!ENTITY mutter-time          "2.1 SBU (Using parallelism=4)">
     7  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
     8  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
     9  <!ENTITY mutter-md5sum        "07307571f9f2bdb433894741222773e1">
     10  <!ENTITY mutter-size          "2.5 MB">
     11  <!ENTITY mutter-buildsize     "140 MB">
     12  <!ENTITY mutter-time          "1.3 SBU (Using parallelism=4)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8889      <!-- now using internal shipped clutter and cogl copies -->
    8990      <!-- <xref linkend="clutter"/>, -->
     91      <xref linkend="gnome-desktop"/>,
    9092      <xref linkend="gnome-settings-daemon"/>,
    9193      <xref linkend="graphene"/>,
     94      <xref linkend="libcanberra"/>,
     95      <xref linkend="libwacom"/>,
    9296      <xref linkend="libxkbcommon"/>,
    93       <xref linkend="pipewire"/>, and
     97      <xref linkend="pipewire"/>,
     98      <xref linkend="upower"/>, and
    9499      <xref linkend="zenity"/>
    95100    </para>
     
    142147
    143148    <para>
    144       First, fix a race condition that sometimes occurs due to meson dependency
    145       ordering:
    146     </para>
    147 
    148 <screen><userinput remap="pre">sed -i '/libmutter_dep = declare_dependency(/a sources: mutter_built_sources,' src/meson.build</userinput></screen>
    149 
    150     <para>
    151149      Install <application>Mutter</application> by running the following
    152150      commands:
     
    156154cd    build &amp;&amp;
    157155
    158 meson --prefix=/usr --buildtype=debugoptimized .. &amp;&amp;
     156meson --prefix=/usr .. &amp;&amp;
    159157ninja</userinput></screen>
    160158
     
    164162      require an active X session to run correctly. It is not necessary to
    165163      run a  separate D-bus session if not in a GNOME session, but it
    166       provides a clean environment in any case. One test,
    167       <filename>native-headless</filename>, is known to fail.
     164      provides a clean environment in any case.
    168165    </para>
    169166
     
    174171<screen role="root"><userinput>ninja install</userinput></screen>
    175172
    176   </sect2>
    177 
    178   <sect2 role="commands">
    179     <title>Command Explanations</title>
    180 
    181     <para>
    182       <parameter>--buildtype=debugoptimized</parameter>: Override the
    183       default buildtype (<quote>debug</quote>), which would produce
    184       unoptimized binaries.  The test suite of this package needs debug
    185       to be enabled.
    186     </para>
    187 
    188     <para>
    189       <option>-Dprofiler=false</option>: Use this option if
    190       <application>Sysprof</application> is not installed, and you don't
    191       want meson to download <application>Sysprof</application> source
    192       code.
    193     </para>
    194173  </sect2>
    195174
     
    207186        </seg>
    208187        <seg>
    209           libmutter-8.so
     188          libmutter-7.so
    210189        </seg>
    211190        <seg>
    212           /usr/{lib,include,libexec/installed-tests,share/{installed-tests}}/mutter-8
     191          /usr/{lib,include,libexec/installed-tests,share/{installed-tests}}/mutter-7
    213192        </seg>
    214193      </seglistitem>
     
    225204          <para>
    226205            is a <application>Clutter</application> based compositing
    227             <application>GTK+</application> Window Manager
     206            <application>GTK+</application> Window Manager.
    228207          </para>
    229208          <indexterm zone="mutter mutter-prog">
     
    234213
    235214      <varlistentry id="libmutter">
    236         <term><filename class="libraryfile">libmutter-8.so</filename></term>
     215        <term><filename class="libraryfile">libmutter-7.so</filename></term>
    237216        <listitem>
    238217          <para>
    239             contains the <application>Mutter</application> API functions
     218            contains the <application>Mutter</application> API functions.
    240219          </para>
    241220          <indexterm zone="mutter libmutter">
    242             <primary sortas="c-libmutter">libmutter-8.so</primary>
     221            <primary sortas="c-libmutter">libmutter-7.so</primary>
    243222          </indexterm>
    244223        </listitem>
Note: See TracChangeset for help on using the changeset viewer.