source: gnome/platform/tracker3.xml@ a1836490

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

Tag GNOME Libraries, off to GNOME Desktop next.
Update test expectations for tracker*

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

  • Property mode set to 100644
File size: 6.8 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.0/tracker-&tracker3-version;.tar.xz">
9 <!ENTITY tracker3-download-ftp
10 "&gnome-download-ftp;/tracker/3.0/tracker-&tracker3-version;.tar.xz">
11 <!ENTITY tracker3-md5sum "9ba66827bb5271c9e477980639d9873b">
12 <!ENTITY tracker3-size "1.4 MB">
13 <!ENTITY tracker3-buildsize "79 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 <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 &lfs101_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
75<!-- Not needed with 3.0.3, but keep around just in case
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
78 <listitem>
79 <para>
80 Required patch:
81 <ulink url="&patch-root;/tracker-&tracker3-version;-upstream_fixes-1.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
85-->
86
87 <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="json-glib"/>,
92 <xref linkend="libseccomp"/>,
93 <xref linkend="libsoup"/>, and
94 <xref linkend="vala"/>
95 </para>
96
97 <bridgehead renderas="sect4">Recommended</bridgehead>
98 <para role="recommended">
99 <xref linkend="gobject-introspection"/>,
100 <xref linkend="icu"/>,
101 <xref linkend="NetworkManager"/>,
102 <xref linkend="sqlite"/>, and
103 <xref linkend="upower"/>
104 </para>
105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="asciidoc"/>,
109 <xref linkend="gtk-doc"/>,
110 <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
111 <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
112 <!-- Python2 used to be a dependency until 2.2.1 -->
113 </para>
114
115 <para condition="html" role="usernotes">User Notes:
116 <ulink url="&blfs-wiki;/tracker3"/>
117 </para>
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Installation of Tracker</title>
122
123 <para>
124 Install <application>Tracker</application> by running the following
125 commands:
126 </para>
127
128<screen revision="systemd"><userinput>mkdir build &amp;&amp;
129cd build &amp;&amp;
130
131meson --prefix=/usr -Ddocs=false -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 -Ddocs=false -Dman=false -Dsystemd_user_services=false .. &amp;&amp;
138ninja</userinput></screen>
139
140 <para>
141 To test the results, issue: <command>ninja test</command>. The tests
142 should be run from a graphical session.
143 </para>
144
145 <para>
146 Now, as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>ninja install</userinput></screen>
150
151 </sect2>
152
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para>
158 <parameter>-Ddocs=false</parameter>: This switch prevents the
159 build process from generating API documentation. Omit this switch if you
160 have <xref linkend="gtk-doc" role="nodep"/> installed and wish to
161 generate and install the API documentation.
162 </para>
163
164 <para>
165 <parameter>-Dman=false</parameter>: This switch prevents the build
166 process from generating man pages. Omit this switch if you have
167 <xref linkend="asciidoc" role="nodep"/> installed and wish to generate
168 and install the man pages.
169 </para>
170
171 <para revision="sysv">
172 <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
173 the build process from installing systemd user services since they are
174 useless on SysV systems.
175 </para>
176
177 </sect2>
178
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Programs</segtitle>
185 <segtitle>Installed Library</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 tracker3
191 </seg>
192 <seg>
193 libtracker-sparql-3.0.so
194 </seg>
195 <seg>
196 /usr/{include,lib,libexec}/tracker-3.0, /usr/share/tracker3, and
197 /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="tracker3-prog">
208 <term><command>tracker3</command></term>
209 <listitem>
210 <para>
211 is a control program for the indexer
212 </para>
213 <indexterm zone="tracker3 tracker3-prog">
214 <primary sortas="b-tracker3">tracker3</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="libtracker3-sparql">
220 <term><filename class="libraryfile">libtracker-sparql-3.0.so</filename></term>
221 <listitem>
222 <para>
223 contains resource management and database functions
224 </para>
225 <indexterm zone="tracker3 libtracker3-sparql">
226 <primary sortas="c-libtracker3-sparql">libtracker-sparql-3.0.so</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 </variablelist>
232
233 </sect2>
234
235</sect1>
Note: See TracBrowser for help on using the repository browser.