source: gnome/platform/tracker3.xml@ c248601

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c248601 was dec2fe3, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Update to tracker-3.4.2

Note that this package is now libsoup3 only.

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