source: gnome/platform/tracker3.xml@ 21d18f7e

10.1 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 21d18f7e was 21d18f7e, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to curl-7.74.0
Update to tracker-miners-3.0.3
Update to tracker-3.0.2
Update to NetworkManager-1.28.0
Update to fuse3-3.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23975 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[ec047148]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.0/tracker-&tracker3-version;.tar.xz">
9 <!ENTITY tracker3-download-ftp
10 "&gnome-download-ftp;/tracker/3.0/tracker-&tracker3-version;.tar.xz">
[21d18f7e]11 <!ENTITY tracker3-md5sum "d1cb71cb69aac7a8f98b360aef438d0b">
[ec047148]12 <!ENTITY tracker3-size "1.4 MB">
[21d18f7e]13 <!ENTITY tracker3-buildsize "79 MB (with tests)">
14 <!ENTITY tracker3-time "0.3 SBU (with tests)">
[ec047148]15]>
16
17<sect1 id="tracker3" xreflabel="Tracker-&tracker3-version;">
18 <?dbhtml filename="tracker3.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Tracker-&tracker3-version;</title>
26
27 <indexterm zone="tracker3">
28 <primary sortas="a-Tracker3">Tracker3</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 &lfs10_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&tracker3-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&tracker3-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &tracker3-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &tracker3-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &tracker3-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &tracker3-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
[21d18f7e]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
[ec047148]85 <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="json-glib"/>,
90 <xref linkend="libseccomp"/>,
91 <xref linkend="libsoup"/>, and
92 <xref linkend="vala"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="gobject-introspection"/>,
98 <xref linkend="icu"/>,
99 <xref linkend="NetworkManager"/>,
100 <xref linkend="sqlite"/>, and
101 <xref linkend="upower"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
[21d18f7e]106 <xref linkend="asciidoc"/>,
[ec047148]107 <xref linkend="gtk-doc"/>,
108 <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
109 <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
110 <!-- Python2 used to be a dependency until 2.2.1 -->
111 </para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/tracker3"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of Tracker</title>
120
[21d18f7e]121 <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
[ec047148]127 <para>
128 Install <application>Tracker</application> by running the following
129 commands:
130 </para>
131
132<screen revision="systemd"><userinput>mkdir build &amp;&amp;
133cd build &amp;&amp;
134
[21d18f7e]135meson --prefix=/usr -Ddocs=false -Dman=false .. &amp;&amp;
[ec047148]136ninja</userinput></screen>
137
138<screen revision="sysv"><userinput>mkdir build &amp;&amp;
139cd build &amp;&amp;
140
[21d18f7e]141meson --prefix=/usr -Ddocs=false -Dman=false -Dsystemd_user_services=false .. &amp;&amp;
[ec047148]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 <para>
162 <parameter>-Ddocs=false</parameter>: This switch prevents the
163 build process from generating API documentation. Omit this switch if you
164 have <xref linkend="gtk-doc" role="nodep"/> installed and wish to
165 generate and install the API documentation.
166 </para>
167
[21d18f7e]168 <para>
169 <parameter>-Dman=false</parameter>: This switch prevents the build
170 process from generating man pages. Omit this switch if you have
171 <xref linkend="asciidoc" role="nodep"/> installed and wish to generate
172 and install the man pages.
173 </para>
174
[ec047148]175 <para revision="sysv">
176 <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
177 the build process from installing systemd user services since they are
178 useless on SysV systems.
179 </para>
180
181 </sect2>
182
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Programs</segtitle>
189 <segtitle>Installed Library</segtitle>
190 <segtitle>Installed Directories</segtitle>
191
192 <seglistitem>
193 <seg>
194 tracker3
195 </seg>
196 <seg>
197 libtracker-sparql-3.0.so
198 </seg>
199 <seg>
[21d18f7e]200 /usr/{include,lib,libexec}/tracker-3.0, /usr/share/tracker3, and
[ec047148]201 /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3
202 </seg>
203 </seglistitem>
204 </segmentedlist>
205
206 <variablelist>
207 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
208 <?dbfo list-presentation="list"?>
209 <?dbhtml list-presentation="table"?>
210
211 <varlistentry id="tracker3-prog">
212 <term><command>tracker3</command></term>
213 <listitem>
214 <para>
215 is a control program for the indexer.
216 </para>
217 <indexterm zone="tracker3 tracker3-prog">
218 <primary sortas="b-tracker3">tracker3</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libtracker3-sparql">
224 <term><filename class="libraryfile">libtracker-sparql-3.0.so</filename></term>
225 <listitem>
226 <para>
227 contains resource management and database functions.
228 </para>
229 <indexterm zone="tracker3 libtracker3-sparql">
230 <primary sortas="c-libtracker3-sparql">libtracker-sparql-3.0.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 </variablelist>
236
237 </sect2>
238
239</sect1>
Note: See TracBrowser for help on using the repository browser.