Tracker-3.1.1

Introduction to Tracker

Tracker is the file indexing and search provider used in the GNOME desktop environment.

This package is known to build and work properly using an LFS-10.1 platform.

Package Information

Tracker Dependencies

Required

JSON-GLib-1.6.2, libseccomp-2.5.1, libsoup-2.72.0, and Vala-0.52.0

Recommended

Optional

asciidoc-9.1.0, GTK-Doc-1.33.2, bash-completion, libstemmer, and tap.py (for tests)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/tracker3

Installation of Tracker

Install Tracker by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr -Ddocs=false -Dman=false -Dsystemd_user_services=false .. &&
ninja

To test the results, issue: ninja test. The tests should be run from a graphical session. One test, tracker:functional/portal, is known to timeout. 14 tests will fail if the Python 3 module tap.py is not installed.

Now, as the root user:

ninja install

Command Explanations

-Ddocs=false: This switch prevents the build process from generating API documentation. Omit this switch if you have GTK-Doc-1.33.2 installed and wish to generate and install the API documentation.

-Dman=false: This switch prevents the build process from generating man pages. Omit this switch if you have asciidoc-9.1.0 installed and wish to generate and install the man pages.

-Dsystemd_user_services=false: This switch prevents the build process from installing systemd user services since they are useless on SysV systems.

Contents

Installed Programs: tracker3
Installed Library: libtracker-sparql-3.0.so
Installed Directories: /usr/{include,lib}/tracker-3.0, /usr/libexec/tracker3, /usr/share/tracker3, and /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3

Short Descriptions

tracker3

is a control program for the indexer

libtracker-sparql-3.0.so

contains resource management and database functions

Last updated on 2021-04-08 03:32:05 -0500