# gnome-vfs
# =========
# Slackware 9.0's 'gnome-vfs' package includes 2.2.2, 9.1's includes 2.4.0,
# 10.0 and 10.1's include 2.6.1.1 As of Slackware 10.2, GNOME is no longer
# included.
# I include several different versions here, each one for different major
# release of Gnome, but keep in mind that I only actually use the Gnome
# 2.16.x version myself.
# Obviously if you use IPv6 and you come across a configure line below with
# --disable-ipv6 below on it, you'll want to skip that.
# Below, I remove gnome-vfs-2.0.mo files that get installed because I am
# in the USA and I only read/write (well) English. If that is not the case
# for you, skip that part (find /usr/share/locale ...).
# Recent versions of gnome-vfs (or at least their configure script) require
# the XML::Parser Perl module:
su -c "perl -MCPAN -e shell"
o conf prerequisites_policy follow
o conf make_install_arg UNINST=1
install Bundle::CPAN
install XML::Parser
exit
# gnome-vfs 2.2.5 (for Gnome 2.2.x)
# ===============
# Prerequisites (beyond those listed above):
# gtkdoc-mkdb, gtk-doc, db2html (Slackware includes these in it's sgml-tools
# or linuxdoc-tools packages)
cd
test -f installed/gnome-vfs-2.2.5.tar.bz2 &&
mv installed/gnome-vfs-2.2.5.tar.bz2 .
test ! -f gnome-vfs-2.2.5.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/\
gnome-vfs-2.2.5.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-vfs-*" -exec rm -r {} \;
tar xjvf ~/gnome-vfs-2.6.2.tar.bz2
cd gnome-vfs-2.6.2
test $UID = 0 && chown -R root:root .
# I use the source-installed Samba which gets installed into /usr/local/samba.
# If you don't, leave off the --with-samba-(includes|libs) configure flags
# below.
# gnome-vfs 2.12.2 (for Gnome 2.12.x)
# ================
# Prerequisites (beyond those listed above):
# intltool >= 0.29
# samba
# ORBit-2.0 >= 2.9.0
# ssh
# gtkdoc-mkdb, gtk-doc, db2html (Slackware includes these in it's sgml-tools
# or linuxdoc-tools packages; used if you pass --enable-gtk-doc to
# configure)
# This version can use OpenSSL or GnuTLS (--enable-gnutls)
# HAL (optional)
cd
test -f installed/gnome-vfs-2.12.2.tar.bz2 &&
mv installed/gnome-vfs-2.12.2.tar.bz2 .
test ! -f gnome-vfs-2.12.2.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.12/\
gnome-vfs-2.12.2.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-vfs-*" -exec rm -r {} \;
tar xjvf ~/gnome-vfs-2.12.2.tar.bz2
cd gnome-vfs-2.12.2
test $UID = 0 && chown -R root:root .
# I use the source-installed Samba which gets installed into
# /usr/local/samba. If you don't, leave off the
# --with-samba-(includes|libs) configure flags below.
# gnome-vfs 2.14.2 (for Gnome 2.14.x)
# ================
# Prerequisites (beyond those listed above):
# intltool >= 0.29
# samba
# ORBit-2.0 >= 2.9.0
# ssh
# gtkdoc-mkdb, gtk-doc, db2html (Slackware includes these in it's sgml-tools
# or linuxdoc-tools packages; used if you pass --enable-gtk-doc to
# configure)
# This version can use OpenSSL or GnuTLS (--enable-gnutls)
# HAL (optional)
cd
test -f installed/gnome-vfs-2.14.2.tar.bz2 &&
mv installed/gnome-vfs-2.14.2.tar.bz2 .
test ! -f gnome-vfs-2.14.2.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.14/\
gnome-vfs-2.14.2.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-vfs-*" -exec rm -r {} \;
tar xjvf ~/gnome-vfs-2.14.2.tar.bz2
cd gnome-vfs-2.14.2
test $UID = 0 && chown -R root:root .
# I use the source-installed Samba which gets installed into
# /usr/local/samba. If you don't, leave off the
# --with-samba-(includes|libs) configure flags below.
# gnome-vfs 2.16.3 (for Gnome 2.16.x)
# ================
# Prerequisites (beyond those listed above):
# intltool >= 0.29
# samba
# ORBit-2.0 >= 2.9.0
# ssh
# gtkdoc-mkdb, gtk-doc, db2html (Slackware includes these in it's sgml-tools
# or linuxdoc-tools packages; used if you pass --enable-gtk-doc to
# configure)
# This version can use OpenSSL or GnuTLS (--enable-gnutls)
# HAL (optional)
# D-Bus' glib bindings
cd
test -f installed/gnome-vfs-2.16.3.tar.bz2 &&
mv installed/gnome-vfs-2.16.3.tar.bz2 .
test ! -f gnome-vfs-2.16.3.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.16/\
gnome-vfs-2.16.3.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-vfs-*" -exec rm -r {} \;
tar xjvf ~/gnome-vfs-2.16.3.tar.bz2
cd gnome-vfs-2.16.3
test $UID = 0 && chown -R root:root .
# I use the source-installed Samba which gets installed into
# /usr/local/samba. If you don't, leave off the
# --with-samba-(includes|libs) configure flags below.