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.0/tracker-2.0.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/tracker/2.0/tracker-2.0.4.tar.xz
Download MD5 sum: ad1b14754828db76f3aeb47c9d03bb0a
Download size: 2.5 MB
Estimated disk space required: 124 MB (with tests)
Estimated build time: 1.3 SBU (with tests)
JSON-GLib-1.4.2, libseccomp-2.3.3, libsoup-2.62.3, Python-2.7.15, and Vala-0.40.8
gobject-introspection-1.56.1, ICU-62.1, NetworkManager-1.12.2, SQLite-3.24.0, and UPower-0.99.7
GTK-Doc-1.28 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.10
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-08-30 12:27:14 -0700