Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    rbf96a53 r2bd19a3  
    66
    77  <!ENTITY nautilus-download-http
    8            "&gnome-download-http;/nautilus/&gnome-40;/nautilus-&nautilus-version;.tar.xz">
     8           "&gnome-download-http;/nautilus/&gnome-minor-38;/nautilus-&nautilus-version;.tar.xz">
    99  <!ENTITY nautilus-download-ftp
    10            "&gnome-download-ftp;/nautilus/&gnome-40;/nautilus-&nautilus-version;.tar.xz">
    11   <!ENTITY nautilus-md5sum        "62f856359dcb2964b5cb2e02e90ad2dd">
     10           "&gnome-download-ftp;/nautilus/&gnome-minor-38;/nautilus-&nautilus-version;.tar.xz">
     11  <!ENTITY nautilus-md5sum        "a94c730fe79104859035ae51e0ba0bd7">
    1212  <!ENTITY nautilus-size          "3.1 MB">
    13   <!ENTITY nautilus-buildsize     "160 MB (with tests)">
     13  <!ENTITY nautilus-buildsize     "154 MB (with tests)">
    1414  <!ENTITY nautilus-time          "0.3 SBU (with tests, at -j4)">
    1515]>
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8081      <xref linkend="gnome-autoar"/>,
    8182      <xref linkend="gnome-desktop"/>,
    82       <xref linkend="libhandy1"/>,
    8383      <xref linkend="libnotify"/>,
    8484      <xref linkend="libseccomp"/>, and
     
    9191      <xref linkend="exempi"/>,
    9292      <xref linkend="gobject-introspection"/>,
    93       <xref linkend="gst10-plugins-base"/>,
    94       <xref linkend="libexif"/>, and
    95       <xref linkend="libportal"/>
     93      <xref linkend="gst10-plugins-base"/>, and
     94      <xref linkend="libexif"/>
    9695    </para>
    9796
     
    124123cd    build &amp;&amp;
    125124
    126 meson --prefix=/usr       \
    127       --buildtype=release \
    128       -Dselinux=false     \
    129       -Dpackagekit=false  \
     125meson --prefix=/usr      \
     126      -Dselinux=false    \
     127      -Dpackagekit=false \
    130128      .. &amp;&amp;
    131129
     
    151149    <title>Command Explanations</title>
    152150
    153     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    154       href="../../xincludes/meson-buildtype-release.xml"/>
    155 
    156151    <para>
    157152      <parameter>-Dselinux=false</parameter>: This switch disables the use
     
    162157      <parameter>-Dpackagekit=false</parameter>: This switch disables the use
    163158      of PackageKit which isn't suitable for BLFS.
    164     </para>
    165 
    166     <para>
    167       <option>-Dlibportal=false</option>: Use this switch if you do not
    168       have <xref linkend="libportal"/> installed.
    169159    </para>
    170160
     
    203193        <listitem>
    204194          <para>
    205             is the <application>GNOME</application> file manager
     195            is the <application>GNOME</application> file manager.
    206196          </para>
    207197          <indexterm zone="nautilus nautilus-prog">
     
    215205        <listitem>
    216206          <para>
    217             supplies the functions needed by the file manager extensions
     207            supplies the functions needed by the file manager extensions.
    218208          </para>
    219209          <indexterm zone="nautilus libnautilus-extension">
Note: See TracChangeset for help on using the changeset viewer.