Ignore:
Timestamp:
10/27/2017 11:30:31 PM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b04efb5d
Parents:
0a95cfcf
Message:

Update to Network Manager and network-manager-applet-1.8.4. Fixes #9796.
Add Tracker-2.0.1.
Update to Nautilus-3.26.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19399 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    r0a95cfcf reccacf7  
    66
    77  <!ENTITY nautilus-download-http
    8            "&gnome-download-http;/nautilus/&gnome-minor-24;/nautilus-&nautilus-version;.tar.xz">
     8           "&gnome-download-http;/nautilus/&gnome-minor-26;/nautilus-&nautilus-version;.tar.xz">
    99  <!ENTITY nautilus-download-ftp
    10            "&gnome-download-ftp;/nautilus/&gnome-minor-24;/nautilus-&nautilus-version;.tar.xz">
    11   <!ENTITY nautilus-md5sum        "21a352c815bef6b72f8a68237ef8743c">
    12   <!ENTITY nautilus-size          "5.0 MB">
    13   <!ENTITY nautilus-buildsize     "156 MB">
    14   <!ENTITY nautilus-time          "1.5 SBU">
     10           "&gnome-download-ftp;/nautilus/&gnome-minor-26;/nautilus-&nautilus-version;.tar.xz">
     11  <!ENTITY nautilus-md5sum        "1b1d05e4d734e2e0710275849e83b85e">
     12  <!ENTITY nautilus-size          "3.2 MB">
     13  <!ENTITY nautilus-buildsize     "117 MB (with tests)">
     14  <!ENTITY nautilus-time          "0.6 SBU (with tests)">
    1515]>
    1616
     
    7878    <para role="required">
    7979      <xref linkend="gnome-autoar"/>,
    80       <xref linkend="gnome-desktop"/>, and
     80      <xref linkend="gnome-desktop"/>,
     81      <xref linkend="tracker"/>, and
    8182      <xref linkend="libnotify"/>
    8283    </para>
     
    9192    <bridgehead renderas="sect4">Optional</bridgehead>
    9293    <para role="optional">
    93       <xref linkend="gtk-doc"/> and
    94       <ulink url="http://projects.gnome.org/tracker/">Tracker</ulink>
     94      <xref linkend="gtk-doc"/>
    9595    </para>
    9696
     
    115115    </para>
    116116
    117 <screen><userinput>./configure --prefix=/usr        \
    118             --sysconfdir=/etc    \
    119             --disable-selinux    \
    120             --disable-tracker    \
    121             --disable-packagekit &amp;&amp;
    122 make</userinput></screen>
    123 
    124     <para>
    125       This package does not come with a test suite.
     117<screen><userinput>mkdir build &amp;&amp;
     118cd build &amp;&amp;
     119meson --prefix=/usr          \
     120      --sysconfdir=/etc      \
     121      -Denable-selinux=false .. &amp;&amp;
     122ninja</userinput></screen>
     123
     124    <para>
     125      To test the results, issue: <command>ninja test</command>. The tests
     126      need to be run in a graphical environment.
    126127    </para>
    127128
     
    130131    </para>
    131132
    132 <screen role="root"><userinput>make install</userinput></screen>
    133 <!--
    134     <para>
    135       To test the results, issue: <command>make check</command>. The tests
    136       need to be run in a graphical environment.
    137     </para>-->
     133<screen role="root"><userinput>ninja install</userinput></screen>
    138134
    139135  </sect2>
Note: See TracChangeset for help on using the changeset viewer.