Nautilus パッケージは GNOME のファイルマネージャーを提供します。
本パッケージは LFS-10.1 において正しくビルドでき動作することが確認されています。
ダウンロード (HTTP): https://download.gnome.org/sources/nautilus/3.38/nautilus-3.38.2.tar.xz
ダウンロード (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/nautilus/3.38/nautilus-3.38.2.tar.xz
ダウンロード MD5 sum: a94c730fe79104859035ae51e0ba0bd7
ダウンロードサイズ: 3.1 MB
必要ディスク容量: 154 MB (with tests)
概算ビルド時間: 0.3 SBU (with tests, at -j4)
bubblewrap-0.4.1, gexiv2-0.12.2, gnome-autoar-0.3.0, gnome-desktop-3.38.4, libnotify-0.7.9, libseccomp-2.5.1, tracker-miners-3.0.4
desktop-file-utils-0.26, Exempi-2.5.2, gobject-introspection-1.66.1, gst-plugins-base-1.18.3, libexif-0.6.22
adwaita-icon-theme-3.38.0, Gvfs-1.46.2 (ホットプラグ、デバイスマッピングを動作させるため)
以下のコマンドを実行して Nautilus をビルドします。
mkdir build && cd build && meson --prefix=/usr \ -Dselinux=false \ -Dpackagekit=false \ .. && ninja
ビルド結果をテストする場合は ninja check を実行します。 テストはグラフィック環境にて実行する必要があります。
root
ユーザーになって以下を実行します。
ninja install
「DESTDIR」
手法により本パッケージをインストールする場合 /usr/share/glib-2.0/schemas/gschemas.compiled
は生成更新されません。 このファイルを生成更新するためには root
ユーザーになって以下のコマンドを実行します。
glib-compile-schemas /usr/share/glib-2.0/schemas
-Dselinux=false
: This
switch disables the use of selinux which isn't supported by BLFS.
-Dpackagekit=false
: This
switch disables the use of PackageKit which isn't suitable for
BLFS.
最終更新日: 2021-02-26 03:01:25 +0900