Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker3.xml

    r6a4996f r21d18f7e  
    66
    77  <!ENTITY tracker3-download-http
    8            "&gnome-download-http;/tracker/3.1/tracker-&tracker3-version;.tar.xz">
     8           "&gnome-download-http;/tracker/3.0/tracker-&tracker3-version;.tar.xz">
    99  <!ENTITY tracker3-download-ftp
    10            "&gnome-download-ftp;/tracker/3.1/tracker-&tracker3-version;.tar.xz">
    11   <!ENTITY tracker3-md5sum        "c2a38ecdfb792b25f6190092b69b15d3">
     10           "&gnome-download-ftp;/tracker/3.0/tracker-&tracker3-version;.tar.xz">
     11  <!ENTITY tracker3-md5sum        "d1cb71cb69aac7a8f98b360aef438d0b">
    1212  <!ENTITY tracker3-size          "1.4 MB">
    13   <!ENTITY tracker3-buildsize     "82 MB (with tests)">
    14   <!ENTITY tracker3-time          "0.8 SBU (with tests)">
     13  <!ENTITY tracker3-buildsize     "79 MB (with tests)">
     14  <!ENTITY tracker3-time          "0.3 SBU (with tests)">
    1515]>
    1616
     
    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>
     
    7273    </itemizedlist>
    7374
    74 <!-- Not needed with 3.0.3, but keep around just in case
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 -->
    8584
    8685    <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
     
    9796    <para role="recommended">
    9897      <xref linkend="gobject-introspection"/>,
    99       <xref linkend="icu"/>, and
    100       <xref linkend="sqlite"/>
     98      <xref linkend="icu"/>,
     99      <xref linkend="NetworkManager"/>,
     100      <xref linkend="sqlite"/>, and
     101      <xref linkend="upower"/>
    101102    </para>
    102103
     
    107108      <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
    108109      <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
    109       <!--<ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
    110       (for tests)-->
     110      <!-- Python2 used to be a dependency until 2.2.1 -->
    111111    </para>
    112112
     
    120120
    121121    <para>
     122      First, fix an incompatibility between Tracker and SQLite-3.34.0:
     123    </para>
     124
     125<screen><userinput remap="pre">patch -Np1 -i ../tracker-&tracker3-version;-upstream_fixes-1.patch</userinput></screen>
     126
     127    <para>
    122128      Install <application>Tracker</application> by running the following
    123129      commands:
     
    127133cd    build &amp;&amp;
    128134
    129 meson --prefix=/usr       \
    130       --buildtype=release \
    131       -Ddocs=false        \
    132       -Dman=false ..      &amp;&amp;
     135meson --prefix=/usr -Ddocs=false -Dman=false .. &amp;&amp;
    133136ninja</userinput></screen>
    134137
     
    136139cd    build &amp;&amp;
    137140
    138 meson --prefix=/usr      \
    139       --buildtype=release \
    140       -Ddocs=false       \
    141       -Dman=false        \
    142       -Dsystemd_user_services=false .. &amp;&amp;
     141meson --prefix=/usr -Ddocs=false -Dman=false -Dsystemd_user_services=false .. &amp;&amp;
    143142ninja</userinput></screen>
    144143
    145144    <para>
    146145      To test the results, issue: <command>ninja test</command>. The tests
    147       should be run from a graphical session. One test,
    148       <filename>tracker:functional/portal</filename>, is known to timeout.
    149       <!--14 tests will fail if the Python 3 module tap.py is not installed.-->
     146      should be run from a graphical session.
    150147    </para>
    151148
     
    161158  <sect2 role="commands">
    162159    <title>Command Explanations</title>
    163 
    164     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    165       href="../../xincludes/meson-buildtype-release.xml"/>
    166160
    167161    <para>
     
    204198        </seg>
    205199        <seg>
    206           /usr/{include,lib}/tracker-3.0,
    207           /usr/libexec/tracker3,
    208           /usr/share/tracker3, and
     200          /usr/{include,lib,libexec}/tracker-3.0, /usr/share/tracker3, and
    209201          /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3
    210202        </seg>
     
    221213        <listitem>
    222214          <para>
    223             is a control program for the indexer
     215            is a control program for the indexer.
    224216          </para>
    225217          <indexterm zone="tracker3 tracker3-prog">
     
    233225        <listitem>
    234226          <para>
    235             contains resource management and database functions
     227            contains resource management and database functions.
    236228          </para>
    237229          <indexterm zone="tracker3 libtracker3-sparql">
Note: See TracChangeset for help on using the changeset viewer.