source: gnome/platform/tracker3.xml@ 15edee5

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since 15edee5 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 7.1 KB
Line 
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 tracker3-download-http
8 "&gnome-download-http;/tracker/3.1/tracker-&tracker3-version;.tar.xz">
9 <!ENTITY tracker3-download-ftp
10 "&gnome-download-ftp;/tracker/3.1/tracker-&tracker3-version;.tar.xz">
11 <!ENTITY tracker3-md5sum "c7a502802f213a6cb9a7b2fc94ef47d1">
12 <!ENTITY tracker3-size "1.4 MB">
13 <!ENTITY tracker3-buildsize "81 MB (with tests)">
14 <!ENTITY tracker3-time "0.8 SBU (with tests)">
15]>
16
17<sect1 id="tracker3" xreflabel="Tracker-&tracker3-version;">
18 <?dbhtml filename="tracker3.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Tracker-&tracker3-version;</title>
25
26 <indexterm zone="tracker3">
27 <primary sortas="a-Tracker3">Tracker3</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Tracker</title>
32
33 <para>
34 <application>Tracker</application> is the file indexing and search
35 provider used in the <application>GNOME</application> desktop environment.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&tracker3-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&tracker3-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &tracker3-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &tracker3-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &tracker3-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &tracker3-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74<!-- Not needed with 3.0.3, but keep around just in case
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/tracker-&tracker3-version;-upstream_fixes-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84-->
85
86 <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="json-glib"/>,
91 <xref linkend="libseccomp"/>,
92 <xref linkend="libsoup"/>, and
93 <xref linkend="vala"/>
94 </para>
95
96 <bridgehead renderas="sect4">Recommended</bridgehead>
97 <para role="recommended">
98 <xref linkend="gobject-introspection"/>,
99 <xref linkend="icu"/>,
100 <xref linkend="NetworkManager"/>,
101 <xref linkend="sqlite"/>, and
102 <xref linkend="upower"/>
103 </para>
104
105 <bridgehead renderas="sect4">Optional</bridgehead>
106 <para role="optional">
107 <xref linkend="asciidoc"/>,
108 <xref linkend="gtk-doc"/>,
109 <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>,
110 <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>, and
111 <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
112 (for tests)
113 <!-- Python2 used to be a dependency until 2.2.1 -->
114 </para>
115
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/tracker3"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of Tracker</title>
123
124 <para>
125 Install <application>Tracker</application> by running the following
126 commands:
127 </para>
128
129<screen revision="systemd"><userinput>mkdir build &amp;&amp;
130cd build &amp;&amp;
131
132meson --prefix=/usr -Ddocs=false -Dman=false .. &amp;&amp;
133ninja</userinput></screen>
134
135<screen revision="sysv"><userinput>mkdir build &amp;&amp;
136cd build &amp;&amp;
137
138meson --prefix=/usr -Ddocs=false -Dman=false -Dsystemd_user_services=false .. &amp;&amp;
139ninja</userinput></screen>
140
141 <para>
142 To test the results, issue: <command>ninja test</command>. The tests
143 should be run from a graphical session. One test,
144 <filename>tracker:functional/portal</filename>, is known to timeout.
145 14 tests will fail if the Python 3 module tap.py is not installed.
146 </para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>ninja install</userinput></screen>
153
154 </sect2>
155
156
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <para>
161 <parameter>-Ddocs=false</parameter>: This switch prevents the
162 build process from generating API documentation. Omit this switch if you
163 have <xref linkend="gtk-doc" role="nodep"/> installed and wish to
164 generate and install the API documentation.
165 </para>
166
167 <para>
168 <parameter>-Dman=false</parameter>: This switch prevents the build
169 process from generating man pages. Omit this switch if you have
170 <xref linkend="asciidoc" role="nodep"/> installed and wish to generate
171 and install the man pages.
172 </para>
173
174 <para revision="sysv">
175 <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
176 the build process from installing systemd user services since they are
177 useless on SysV systems.
178 </para>
179
180 </sect2>
181
182
183 <sect2 role="content">
184 <title>Contents</title>
185
186 <segmentedlist>
187 <segtitle>Installed Programs</segtitle>
188 <segtitle>Installed Library</segtitle>
189 <segtitle>Installed Directories</segtitle>
190
191 <seglistitem>
192 <seg>
193 tracker3
194 </seg>
195 <seg>
196 libtracker-sparql-3.0.so
197 </seg>
198 <seg>
199 /usr/{include,lib}/tracker-3.0,
200 /usr/libexec/tracker3,
201 /usr/share/tracker3, and
202 /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3
203 </seg>
204 </seglistitem>
205 </segmentedlist>
206
207 <variablelist>
208 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
209 <?dbfo list-presentation="list"?>
210 <?dbhtml list-presentation="table"?>
211
212 <varlistentry id="tracker3-prog">
213 <term><command>tracker3</command></term>
214 <listitem>
215 <para>
216 is a control program for the indexer
217 </para>
218 <indexterm zone="tracker3 tracker3-prog">
219 <primary sortas="b-tracker3">tracker3</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="libtracker3-sparql">
225 <term><filename class="libraryfile">libtracker-sparql-3.0.so</filename></term>
226 <listitem>
227 <para>
228 contains resource management and database functions
229 </para>
230 <indexterm zone="tracker3 libtracker3-sparql">
231 <primary sortas="c-libtracker3-sparql">libtracker-sparql-3.0.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 </variablelist>
237
238 </sect2>
239
240</sect1>
Note: See TracBrowser for help on using the repository browser.