Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    ra26e9db rbf96a53  
    66
    77  <!ENTITY gnome-shell-download-http
    8            "&gnome-download-http;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz">
     8           "&gnome-download-http;/gnome-shell/&gnome-40;/gnome-shell-&gnome-shell-version;.tar.xz">
    99  <!ENTITY gnome-shell-download-ftp
    10            "&gnome-download-ftp;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz">
    11   <!ENTITY gnome-shell-md5sum        "069511072eedd1934b762320467c0ab7">
    12   <!ENTITY gnome-shell-size          "1.7 MB">
    13   <!ENTITY gnome-shell-buildsize     "72 MB (including tests)">
     10           "&gnome-download-ftp;/gnome-shell/&gnome-40;/gnome-shell-&gnome-shell-version;.tar.xz">
     11  <!ENTITY gnome-shell-md5sum        "079b731cafd4db458b5d357c9a6ae697">
     12  <!ENTITY gnome-shell-size          "1.8 MB">
     13  <!ENTITY gnome-shell-buildsize     "69 MB (including tests)">
    1414  <!ENTITY gnome-shell-time          "0.2 SBU (Using parallelism=4, with tests)">
    1515]>
     
    1919
    2020  <sect1info>
    21     <othername>$LastChangedBy$</othername>
    2221    <date>$Date$</date>
    2322  </sect1info>
     
    3736    </para>
    3837
    39     &lfs10_checked;
     38    &lfs110a_checked;
    4039
    4140    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7271      </listitem>
    7372    </itemizedlist>
     73
     74    <!--
     75    <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact" revision="sysv">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/gnome-shell-&gnome-shell-version;-fix_xwayland-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84    -->
    7485
    7586    <bridgehead renderas="sect3">GNOME Shell Dependencies</bridgehead>
     
    8192      <xref linkend="gnome-autoar"/>,
    8293      <xref linkend="gnome-control-center"/>,
     94      <xref linkend="gtk4"/>,
    8395      <xref linkend="mutter"/>,
    8496      <xref linkend="sassc"/>,
     
    135147cd    build &amp;&amp;
    136148
    137 meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
     149meson --prefix=/usr --buildtype=release -Dsystemd=false .. &amp;&amp;
    138150ninja</userinput></screen>
    139151
     
    141153cd    build &amp;&amp;
    142154
    143 meson --prefix=/usr .. &amp;&amp;
     155meson --prefix=/usr --buildtype=release .. &amp;&amp;
    144156ninja</userinput></screen>
    145157
     
    160172  <sect2 role="commands">
    161173    <title>Command Explanations</title>
     174
     175    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     176      href="../../xincludes/meson-buildtype-release.xml"/>
     177
     178    <para revision="sysv">
     179      <command>patch ...</command>: This patch fixes a bug when trying to
     180      start an xwayland application on non systemd.
     181    </para>
    162182
    163183    <para revision="sysv">
     
    210230          <para>
    211231            provides the core user interface functions for the
    212             <application>GNOME</application> 3 Desktop.
     232            <application>GNOME</application> 3 Desktop
    213233          </para>
    214234          <indexterm zone="gnome-shell gnome-shell-prog">
Note: See TracChangeset for help on using the changeset viewer.