The GNOME Virtual File System package contains virtual file system libraries. This is used as one of the foundations of the Nautilus file manager.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.10/gnome-vfs-2.10.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.10/gnome-vfs-2.10.1.tar.bz2
Download MD5 sum: 88b520e5de748a310a2aef62fc095c8b
Download size: 1.9 MB
Estimated disk space required: 49 MB
Estimated build time: 1.3 SBU
Required patch if HAL-0.5.0 is installed: http://www.linuxfromscratch.org/blfs/downloads/6.1/gnome-vfs-2.10.1-hal_0.5.0-1.patch
intltool-0.33, GConf-2.10.0, libbonobo-2.8.1, GNOME MIME Data-2.4.2 and shared-mime-info-0.16
Samba-3.0.14a, CDParanoia-III-9.8, FAM-2.7.0, GTK-Doc-1.3, OpenSSH-4.1p1, OpenSSL-0.9.7g or GnuTLS, Heimdal-0.7 or MIT krb5-1.4.1, OpenAFS, Howl and HAL
Install GNOME Virtual File System by running the following commands:
patch -Np1 -i ../gnome-vfs-2.10.1-hal_0.5.0-1.patch && ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ --sysconfdir=/etc/gnome && make
To test the results, issue: make check.
Now, as the root user:
make install
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
rmdir `pkg-config --variable=prefix ORBit-2.0`/doc: Use this command if $GNOME_PREFIX is anything other than /usr as the directory is unneeded and unpopulated.
Last updated on 2005-08-01 13:29:19 -0600