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-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/tracker/2.1/tracker-2.1.7.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/tracker/2.1/tracker-2.1.7.tar.xz
Download MD5 sum: f8bae98922d5fcc7b1fab7ce4dd80c83
Download size: 2.5 MB
Estimated disk space required: 254 MB (with tests)
Estimated build time: 2.1 SBU (with tests)
JSON-GLib-1.4.4, libseccomp-2.3.3, libsoup-2.64.2, and Vala-0.42.5
gobject-introspection-1.58.3, ICU-63.1, NetworkManager-1.14.4, SQLite-3.27.1, and UPower-0.99.9
GTK-Doc-1.29, Python-2.7.15 (for the “functional” tests), and Snowball
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/tracker
Install Tracker by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --with-session-bus-services-dir=/usr/share/dbus-1/services && make
To test the results, issue: make -k check. The tests should be run from a graphical session. Several tests may output an error if tracker is not already installed.
Now, as the root
user:
make install
--with-session-bus-services-dir=/usr/share/dbus-1/services
:
This switch defines the location of the dbus-1.12.12
service directory.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2019-02-06 13:00:07 -0600