Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker.xml

    r853ae3e5 re7d893b  
    99  <!ENTITY tracker-download-ftp
    1010           "&gnome-download-ftp;/tracker/2.2/tracker-&tracker-version;.tar.xz">
    11   <!ENTITY tracker-md5sum        "e4c637cbc1aa2f4d03e09c8e6b318d6d">
     11  <!ENTITY tracker-md5sum        "2ec18c6f9e877abdfe1f50bac0e9eade">
    1212  <!ENTITY tracker-size          "2.7 MB">
    13   <!ENTITY tracker-buildsize     "211 MB (with tests)">
    14   <!ENTITY tracker-time          "1.0 SBU (with tests)">
     13  <!ENTITY tracker-buildsize     "197 MB (including tests)">
     14  <!ENTITY tracker-time          "0.4 SBU (add 0.9 SBU for tests)">
    1515]>
    1616
     
    9494    <bridgehead renderas="sect4">Optional</bridgehead>
    9595    <para role="optional">
    96       <xref linkend="gtk-doc"/>,
    97       <xref linkend="python2"/> (for the <quote>functional</quote> tests), and
    98       <ulink url="https://github.com/snowballstem/snowball/">Snowball</ulink>
     96      <xref linkend="gtk-doc"/> and
     97      <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
     98      <!-- Python2 used to be a dependency until 2.2.1 -->
    9999    </para>
    100100
     
    113113
    114114<screen><userinput>mkdir build &amp;&amp;
    115 cd build &amp;&amp;
     115cd    build &amp;&amp;
    116116
    117117meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
     
    120120    <para>
    121121      To test the results, issue: <command>ninja test</command>. The tests
    122       should be run from a graphical session. Several tests may output an error
    123       due to the Python 2 module for PyGObject3 not being available.
     122      should be run from a graphical session.
    124123    </para>
    125124
Note: See TracChangeset for help on using the changeset viewer.