1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY tracker-download-http
|
---|
8 | "&gnome-download-http;/tracker/2.3/tracker-&tracker-version;.tar.xz">
|
---|
9 | <!ENTITY tracker-download-ftp
|
---|
10 | "&gnome-download-ftp;/tracker/2.3/tracker-&tracker-version;.tar.xz">
|
---|
11 | <!ENTITY tracker-md5sum "9937cf4812ca85078907324c7cdf7dd8">
|
---|
12 | <!ENTITY tracker-size "1.5 MB">
|
---|
13 | <!ENTITY tracker-buildsize "194 MB (with tests)">
|
---|
14 | <!ENTITY tracker-time "1.2 SBU (with tests)">
|
---|
15 | ]>
|
---|
16 |
|
---|
17 | <sect1 id="tracker" xreflabel="Tracker-&tracker-version;">
|
---|
18 | <?dbhtml filename="tracker.html"?>
|
---|
19 |
|
---|
20 | <sect1info>
|
---|
21 | <othername>$LastChangedBy$</othername>
|
---|
22 | <date>$Date$</date>
|
---|
23 | </sect1info>
|
---|
24 |
|
---|
25 | <title>Tracker-&tracker-version;</title>
|
---|
26 |
|
---|
27 | <indexterm zone="tracker">
|
---|
28 | <primary sortas="a-Tracker">Tracker</primary>
|
---|
29 | </indexterm>
|
---|
30 |
|
---|
31 | <sect2 role="package">
|
---|
32 | <title>Introduction to Tracker</title>
|
---|
33 |
|
---|
34 | <para>
|
---|
35 | <application>Tracker</application> is the file indexing and search
|
---|
36 | provider used in the <application>GNOME</application> desktop environment.
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs91_checked;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&tracker-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&tracker-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &tracker-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &tracker-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &tracker-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &tracker-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
78 | <para role="required">
|
---|
79 | <xref linkend="json-glib"/>,
|
---|
80 | <xref linkend="libseccomp"/>,
|
---|
81 | <xref linkend="libsoup"/>, and
|
---|
82 | <xref linkend="vala"/>
|
---|
83 | </para>
|
---|
84 |
|
---|
85 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
86 | <para role="recommended">
|
---|
87 | <xref linkend="gobject-introspection"/>,
|
---|
88 | <xref linkend="icu"/>,
|
---|
89 | <xref linkend="NetworkManager"/>,
|
---|
90 | <xref linkend="sqlite"/>, and
|
---|
91 | <xref linkend="upower"/>
|
---|
92 | </para>
|
---|
93 |
|
---|
94 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
95 | <para role="optional">
|
---|
96 | <xref linkend="gtk-doc"/>,
|
---|
97 | <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
|
---|
98 | <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
|
---|
99 | <!-- Python2 used to be a dependency until 2.2.1 -->
|
---|
100 | </para>
|
---|
101 |
|
---|
102 | <para condition="html" role="usernotes">User Notes:
|
---|
103 | <ulink url="&blfs-wiki;/tracker"/>
|
---|
104 | </para>
|
---|
105 | </sect2>
|
---|
106 |
|
---|
107 | <sect2 role="installation">
|
---|
108 | <title>Installation of Tracker</title>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | Install <application>Tracker</application> by running the following
|
---|
112 | commands:
|
---|
113 | </para>
|
---|
114 |
|
---|
115 | <screen><userinput>mkdir build &&
|
---|
116 | cd build &&
|
---|
117 |
|
---|
118 | meson --prefix=/usr .. &&
|
---|
119 | ninja</userinput></screen>
|
---|
120 |
|
---|
121 | <para>
|
---|
122 | To test the results, issue: <command>ninja test</command>. The tests
|
---|
123 | should be run from a graphical session. <!--The test named steroids may
|
---|
124 | fail but will pass if you rerun the tests after the installation. -->
|
---|
125 | </para>
|
---|
126 |
|
---|
127 | <para>
|
---|
128 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
129 | </para>
|
---|
130 |
|
---|
131 | <screen role="root"><userinput>ninja install</userinput></screen>
|
---|
132 |
|
---|
133 | </sect2>
|
---|
134 |
|
---|
135 | <!--
|
---|
136 | <sect2 role="commands">
|
---|
137 | <title>Command Explanations</title>
|
---|
138 | <para>
|
---|
139 | <command>glib-compile-schemas ...</command>: Compiles the settings
|
---|
140 | schema installed by this package to prevent a runtime error in
|
---|
141 | tracker-store.
|
---|
142 | </para>
|
---|
143 | </sect2>
|
---|
144 | -->
|
---|
145 |
|
---|
146 | <sect2 role="content">
|
---|
147 | <title>Contents</title>
|
---|
148 |
|
---|
149 | <segmentedlist>
|
---|
150 | <segtitle>Installed Programs</segtitle>
|
---|
151 | <segtitle>Installed Library</segtitle>
|
---|
152 | <segtitle>Installed Directories</segtitle>
|
---|
153 |
|
---|
154 | <seglistitem>
|
---|
155 | <seg>
|
---|
156 | tracker
|
---|
157 | </seg>
|
---|
158 | <seg>
|
---|
159 | libtracker-control.so, libtracker-miner.so, and libtracker-sparql.so
|
---|
160 | </seg>
|
---|
161 | <seg>
|
---|
162 | /usr/{include,lib}/tracker-2.0, /usr/share/tracker, and
|
---|
163 | /usr/share/gtk-doc/libtracker-{control,miner,sparql}
|
---|
164 | </seg>
|
---|
165 | </seglistitem>
|
---|
166 | </segmentedlist>
|
---|
167 |
|
---|
168 | <variablelist>
|
---|
169 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
170 | <?dbfo list-presentation="list"?>
|
---|
171 | <?dbhtml list-presentation="table"?>
|
---|
172 |
|
---|
173 | <varlistentry id="tracker-prog">
|
---|
174 | <term><command>tracker</command></term>
|
---|
175 | <listitem>
|
---|
176 | <para>
|
---|
177 | is a control program for the indexer.
|
---|
178 | </para>
|
---|
179 | <indexterm zone="tracker tracker-prog">
|
---|
180 | <primary sortas="b-tracker">tracker</primary>
|
---|
181 | </indexterm>
|
---|
182 | </listitem>
|
---|
183 | </varlistentry>
|
---|
184 |
|
---|
185 | <varlistentry id="libtracker-control">
|
---|
186 | <term><filename class="libraryfile">libtracker-control.so</filename></term>
|
---|
187 | <listitem>
|
---|
188 | <para>
|
---|
189 | contains control and monitoring functions for miners.
|
---|
190 | </para>
|
---|
191 | <indexterm zone="tracker libtracker-control">
|
---|
192 | <primary sortas="c-libtracker-control">libtracker-control.so</primary>
|
---|
193 | </indexterm>
|
---|
194 | </listitem>
|
---|
195 | </varlistentry>
|
---|
196 |
|
---|
197 | <varlistentry id="libtracker-miner">
|
---|
198 | <term><filename class="libraryfile">libtracker-miner.so</filename></term>
|
---|
199 | <listitem>
|
---|
200 | <para>
|
---|
201 | contains data mining functions.
|
---|
202 | </para>
|
---|
203 | <indexterm zone="tracker libtracker-miner">
|
---|
204 | <primary sortas="c-libtracker-miner">libtracker-miner.so</primary>
|
---|
205 | </indexterm>
|
---|
206 | </listitem>
|
---|
207 | </varlistentry>
|
---|
208 |
|
---|
209 | <varlistentry id="libtracker-sparql">
|
---|
210 | <term><filename class="libraryfile">libtracker-sparql.so</filename></term>
|
---|
211 | <listitem>
|
---|
212 | <para>
|
---|
213 | contains resource management and database functions.
|
---|
214 | </para>
|
---|
215 | <indexterm zone="tracker libtracker-sparql">
|
---|
216 | <primary sortas="c-libtracker-sparql">libtracker-sparql.so</primary>
|
---|
217 | </indexterm>
|
---|
218 | </listitem>
|
---|
219 | </varlistentry>
|
---|
220 |
|
---|
221 | </variablelist>
|
---|
222 |
|
---|
223 | </sect2>
|
---|
224 |
|
---|
225 | </sect1>
|
---|