source: gnome/platform/tracker3.xml@ 20f5274e

lazarus trunk
Last change on this file since 20f5274e was 91d30ad9, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Update to tracker-3.7.1

  • Property mode set to 100644
File size: 10.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 tracker3-download-http
8 "&gnome-download-http;/tracker/3.7/tracker-&tracker3-version;.tar.xz">
9 <!ENTITY tracker3-download-ftp " ">
10 <!ENTITY tracker3-md5sum "63357a4966867fa86b7f899283de075e">
11 <!ENTITY tracker3-size "1.7 MB">
12 <!ENTITY tracker3-buildsize "58 MB (with tests)">
13 <!ENTITY tracker3-time "0.4 SBU (with tests)">
14]>
15
16<sect1 id="tracker3" xreflabel="Tracker-&tracker3-version;">
17 <?dbhtml filename="tracker3.html"?>
18
19
20 <title>Tracker-&tracker3-version;</title>
21
22 <indexterm zone="tracker3">
23 <primary sortas="a-Tracker3">Tracker3</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Tracker</title>
28
29 <para>
30 <application>Tracker</application> is the file indexing and search
31 provider used in the <application>GNOME</application> desktop environment.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&tracker3-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&tracker3-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &tracker3-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &tracker3-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &tracker3-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &tracker3-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70<!-- Not needed with 3.0.3, but keep around just in case
71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch:
76 <ulink url="&patch-root;/tracker-&tracker3-version;-upstream_fixes-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
80-->
81
82 <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="json-glib"/>,
87 <xref linkend="libseccomp"/>, and
88 <xref linkend="vala"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 &gobject-introspection;,
94 <xref linkend="icu"/>,
95 <xref linkend="libsoup3"/>,
96 <xref linkend="pygobject3"/>,
97 <xref linkend="sqlite"/>, and
98 <xref linkend="tracker3-miners"/> (runtime)
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="asciidoc"/>,
104 <xref linkend="avahi"/>,
105<!-- It looks like not used even if docs=true,
106 the pre-built doc is shipped in tarball and will be installed
107 <xref linkend="gi-docgen"/>
108-->
109 <xref linkend="graphviz"/>,
110 <xref linkend="libsoup"/>,
111 <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
112 <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
113 <!--<ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
114 (for tests)-->
115 </para>
116
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Tracker</title>
121
122 <para>
123 Fix the location to install the documentation into:
124 </para>
125
126<screen><userinput>mv docs/reference/libtracker-sparql/doc/{Tracker-3.0,tracker-&tracker3-version;} &amp;&amp;
127sed '/docs_name/s/Tracker-3.0/tracker-&tracker3-version;/' \
128 -i docs/reference/libtracker-sparql/meson.build</userinput></screen>
129
130 <para>
131 Install <application>Tracker</application> by running the following
132 commands:
133 </para>
134
135<screen revision="systemd"><userinput>mkdir build &amp;&amp;
136cd build &amp;&amp;
137
138meson setup --prefix=/usr \
139 --buildtype=release \
140 -Dman=false \
141 .. &amp;&amp;
142ninja</userinput></screen>
143
144<screen revision="sysv"><userinput>mkdir build &amp;&amp;
145cd build &amp;&amp;
146
147meson setup --prefix=/usr \
148 --buildtype=release \
149 -Dman=false \
150 -Dsystemd_user_services=false \
151 .. &amp;&amp;
152ninja</userinput></screen>
153
154 <para>
155 Now, as the <systemitem class="username">root</systemitem> user:
156 </para>
157
158<screen role="root"><userinput>ninja install</userinput></screen>
159
160 <para>
161 To test the results, issue: <command>meson configure -Ddebug=true
162 &amp;&amp; ninja test</command>.
163 The test suite should be run from a graphical session. <!--One test,
164 <filename>tracker: fts / fts</filename>, is known to fail due to an
165 incompatibility with SQLite-3.42.-->
166 </para>
167
168 </sect2>
169
170
171 <sect2 role="commands">
172 <title>Command Explanations</title>
173
174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="../../xincludes/meson-buildtype-release.xml"/>
176
177 <para>
178 <parameter>-Dman=false</parameter>: This switch prevents the build
179 process from generating man pages. Omit this switch if you have
180 <xref linkend="asciidoc" role="nodep"/> installed and wish to generate
181 and install the man pages.
182 </para>
183
184 <para revision="sysv">
185 <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
186 the build process from installing systemd user services since they are
187 useless on SysV systems.
188 </para>
189
190 <para>
191 <command>meson configure -Ddebug=true</command>: This command enables
192 some debug checks necessary for the test suite. We don't want to
193 enable them for the installed Tracker 3 libraries and programs, so
194 we run the test suite after installation.
195 </para>
196
197 </sect2>
198
199
200 <sect2 role="content">
201 <title>Contents</title>
202
203 <segmentedlist>
204 <segtitle>Installed Programs</segtitle>
205 <segtitle>Installed Library</segtitle>
206 <segtitle>Installed Directories</segtitle>
207
208 <seglistitem>
209 <seg>
210 tracker3,
211 tracker3-endpoint,
212 tracker3-export,
213 tracker3-help,
214 tracker3-import,
215 tracker3-sparql, and
216 tracker3-sql
217 </seg>
218 <seg>
219 libtracker-sparql-3.0.so
220 </seg>
221 <seg>
222 /usr/{include,lib}/tracker-3.0,
223 /usr/libexec/tracker3,
224 /usr/share/tracker3, and
225 /usr/share/doc/tracker-&tracker3-version; (optional)
226 </seg>
227 </seglistitem>
228 </segmentedlist>
229
230 <variablelist>
231 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
232 <?dbfo list-presentation="list"?>
233 <?dbhtml list-presentation="table"?>
234
235 <varlistentry id="tracker3-prog">
236 <term><command>tracker3</command></term>
237 <listitem>
238 <para>
239 is a control program for the indexer
240 </para>
241 <indexterm zone="tracker3 tracker3-prog">
242 <primary sortas="b-tracker3">tracker3</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="tracker3-endpoint">
248 <term><command>tracker3-endpoint</command></term>
249 <listitem>
250 <para>
251 creates a SPARQL endpoint
252 </para>
253 <indexterm zone="tracker3 tracker3-endpoint">
254 <primary sortas="b-tracker3-endpoint">tracker3-endpoint</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="tracker3-export">
260 <term><command>tracker3-export</command></term>
261 <listitem>
262 <para>
263 exports all data from a Tracker database
264 </para>
265 <indexterm zone="tracker3 tracker3-export">
266 <primary sortas="b-tracker3-export">tracker3-export</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="tracker3-help">
272 <term><command>tracker3-help</command></term>
273 <listitem>
274 <para>
275 shows manual pages related to Tracker
276 </para>
277 <indexterm zone="tracker3 tracker3-help">
278 <primary sortas="b-tracker3-help">tracker3-help</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="tracker3-import">
284 <term><command>tracker3-import</command></term>
285 <listitem>
286 <para>
287 imports data into a Tracker database
288 </para>
289 <indexterm zone="tracker3 tracker3-import">
290 <primary sortas="b-tracker3-import">tracker3-import</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="tracker3-sparql">
296 <term><command>tracker3-sparql</command></term>
297 <listitem>
298 <para>
299 uses SparQL to query a Tracker database
300 </para>
301 <indexterm zone="tracker3 tracker3-sparql">
302 <primary sortas="b-tracker3-sparql">tracker3-sparql</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="tracker3-sql">
308 <term><command>tracker3-sql</command></term>
309 <listitem>
310 <para>
311 uses SQL to query a Tracker database
312 </para>
313 <indexterm zone="tracker3 tracker3-sql">
314 <primary sortas="b-tracker3-sql">tracker3-sql</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 <varlistentry id="libtracker3-sparql">
320 <term><filename class="libraryfile">libtracker-sparql-3.0.so</filename></term>
321 <listitem>
322 <para>
323 contains resource management and database functions
324 </para>
325 <indexterm zone="tracker3 libtracker3-sparql">
326 <primary sortas="c-libtracker3-sparql">libtracker-sparql-3.0.so</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
331 </variablelist>
332
333 </sect2>
334
335</sect1>
Note: See TracBrowser for help on using the repository browser.