Tracker is the file indexing and search provider used in the GNOME desktop environment.
本パッケージは LFS-10.0 において正しくビルドでき動作することが確認されています。
ダウンロード (HTTP): https://download.gnome.org/sources/tracker/3.0/tracker-3.0.3.tar.xz
ダウンロード (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/tracker/3.0/tracker-3.0.3.tar.xz
ダウンロード MD5 sum: 9ba66827bb5271c9e477980639d9873b
ダウンロードサイズ: 1.4 MB
必要ディスク容量: 79 MB (テスト込み)
概算ビルド時間: 0.3 SBU (テスト込み)
JSON-GLib-1.6.2, libseccomp-2.5.1, libsoup-2.72.0, Vala-0.50.3
gobject-introspection-1.66.1, ICU-68.2, NetworkManager-1.28.0, SQLite-3.34.1, UPower-0.99.11
以下のコマンドを実行して Tracker をビルドします。
mkdir build && cd build && meson --prefix=/usr -Ddocs=false -Dman=false .. && ninja
ビルド結果をテストする場合は ninja test を実行します。 テストはグラフィックセッションから実行することが必要です。
root
ユーザーになって以下を実行します。
ninja install
-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.
最終更新日: 2021-02-20 00:20:16 +0900