source: gnome/platform/tracker.xml@ d809816

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 d809816 was dbea07b, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to tracker-2.2.0
Update to libchamplain-0.12.17
Add security patches for GDM Authentication Bypasses. This includes patches to gnome-shell and GDM.
Move gnome-video-effects to before gnome-online-accounts. This only affects systemd because gnome-online-accounts isn't present in sysv.
Tag the entirety of GNOME Platform up to a working Desktop. Applications to come later on this morning.

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

  • Property mode set to 100644
File size: 6.7 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 tracker-download-http
8 "&gnome-download-http;/tracker/2.2/tracker-&tracker-version;.tar.xz">
9 <!ENTITY tracker-download-ftp
10 "&gnome-download-ftp;/tracker/2.2/tracker-&tracker-version;.tar.xz">
11 <!ENTITY tracker-md5sum "e4c637cbc1aa2f4d03e09c8e6b318d6d">
12 <!ENTITY tracker-size "2.7 MB">
13 <!ENTITY tracker-buildsize "211 MB (with tests)">
14 <!ENTITY tracker-time "1.0 SBU (with tests)">
15]>
16
17<sect1 id="tracker" xreflabel="Tracker-&tracker-version;">
18 <?dbhtml filename="tracker.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Tracker-&tracker-version;</title>
26
27 <indexterm zone="tracker">
28 <primary sortas="a-Tracker">Tracker</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 &lfs84_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&tracker-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&tracker-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &tracker-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &tracker-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &tracker-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &tracker-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="json-glib"/>,
80 <xref linkend="libseccomp"/>,
81 <xref linkend="libsoup"/>, and
82 <xref linkend="vala"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>,
88 <xref linkend="icu"/>,
89 <xref linkend="NetworkManager"/>,
90 <xref linkend="sqlite"/>, and
91 <xref linkend="upower"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/>,
97 <xref linkend="python2"/> (for the <quote>functional</quote> tests), and
98 <ulink url="https://github.com/snowballstem/snowball/">Snowball</ulink>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/tracker"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Tracker</title>
108
109 <para>
110 Install <application>Tracker</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
117meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
118ninja</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>ninja test</command>. The tests
122 should be run from a graphical session. Several tests may output an error
123 due to the Python 2 module for PyGObject3 not being available.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>ninja install</userinput></screen>
131
132 </sect2>
133<!-- Not needed. D-Bus files get installed in the proper location by default.
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
138 <parameter>- -with-session-bus-services-dir=/usr/share/dbus-1/services</parameter>:
139 This switch defines the location of the <xref linkend="dbus"/> service
140 directory.
141 </para>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/gtk-doc-rebuild.xml"/>
145
146 </sect2>
147-->
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Library</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 tracker
159 </seg>
160 <seg>
161 libtracker-control.so, libtracker-miner.so, and libtracker-sparql.so
162 </seg>
163 <seg>
164 /usr/{include,lib}/tracker-2.0, /usr/share/tracker, and
165 /usr/share/gtk-doc/libtracker-{control,miner,sparql}
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="tracker-prog">
176 <term><command>tracker</command></term>
177 <listitem>
178 <para>
179 is a control program for the indexer.
180 </para>
181 <indexterm zone="tracker tracker-prog">
182 <primary sortas="b-tracker">tracker</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="libtracker-control">
188 <term><filename class="libraryfile">libtracker-control.so</filename></term>
189 <listitem>
190 <para>
191 contains control and monitoring functions for miners.
192 </para>
193 <indexterm zone="tracker libtracker-control">
194 <primary sortas="c-libtracker-control">libtracker-control.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libtracker-miner">
200 <term><filename class="libraryfile">libtracker-miner.so</filename></term>
201 <listitem>
202 <para>
203 contains data mining functions.
204 </para>
205 <indexterm zone="tracker libtracker-miner">
206 <primary sortas="c-libtracker-miner">libtracker-miner.so</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="libtracker-sparql">
212 <term><filename class="libraryfile">libtracker-sparql.so</filename></term>
213 <listitem>
214 <para>
215 contains resource management and database functions.
216 </para>
217 <indexterm zone="tracker libtracker-sparql">
218 <primary sortas="c-libtracker-sparql">libtracker-sparql.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224
225 </sect2>
226
227</sect1>
Note: See TracBrowser for help on using the repository browser.