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.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/tracker/2.0/tracker-2.0.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/tracker/2.0/tracker-2.0.3.tar.xz
Download MD5 sum: 8fe16374c5a7e50cd7166e204a6371cd
Download size: 2.5 MB
Estimated disk space required: 93 MB (with tests)
Estimated build time: 1.2 SBU (with tests)
JSON-GLib-1.4.2, libseccomp-2.3.3, libsoup-2.60.3, Python-2.7.14, and Vala-0.38.8
ICU-60.2, NetworkManager-1.10.4, SQLite-3.22.0, and UPower-0.99.7
GTK-Doc-1.27, GVDB, 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. Six tests are known to error.
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.4 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 2018-02-26 09:06:34 -0800