Contents
$GNOME_PREFIX/{include/nautilus/libnautilus-extension,
share/{doc/nautilus-2.28.1,gtk-doc/html/libnautilus-extension,
nautilus,pixmaps/nautilus}}
The Nautilus package contains the GNOME shell and file manager.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/2.28/nautilus-2.28.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.28/nautilus-2.28.1.tar.bz2
Download MD5 sum: e759af11a0844828e2b484ff42ee0498
Download size: 5.7 MB
Estimated disk space required: 146 MB
Estimated build time: 1.0 SBU
EsounD-0.2.41, libexif-0.6.17, librsvg-2.26.0, and libunique-1.1.2
startup-notification-0.9, Tracker (see the Tracker README file for the extensive dependencies), Beagle (needs Gnome-Sharp which requires Mono), and DocBook-utils-0.6.14
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus
Install Nautilus by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=/etc/gnome/2.28.1 \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/nautilus &&
make
To test the results, issue: make check.
Now, as the root user:
make install &&
install -v -m755 -d $(pkg-config \
--variable=prefix ORBit-2.0)/share/doc/nautilus-2.28.1 &&
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} $(pkg-config \
--variable=prefix ORBit-2.0)/share/doc/nautilus-2.28.1
--prefix=$(pkg-config --variable=prefix
ORBit-2.0): Setting the prefix using this parameter
instead of with $GNOME_PREFIX will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--sysconfdir=/etc/gnome/2.28.1: This
parameter causes the configuration files to be installed in
/etc/gnome/2.28.1 instead of
$GNOME_PREFIX/etc. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
$GNOME_PREFIX/{include/nautilus/libnautilus-extension,
share/{doc/nautilus-2.28.1,gtk-doc/html/libnautilus-extension,
nautilus,pixmaps/nautilus}}
Last updated on 2009-10-25 12:37:44 +0000