gnome-vfs-extras - Gnome virtual file system ChangeLog

HOWTO


# gnome-vfs-extras 0.99.13 (for Gnome 2.2.x or 2.4.x)
# ========================
# Slackware 9.0's 'gnome-vfs' package also (in addition to gnome-vfs itself)
# includes gnome-vfs-extras version 0.99.10 and 9.1's includes 0.99.1
# Slackware 10.0's 'gnome-vfs' package does not include gnome-vfs-extras
# because gnome-vfs 2.6.x includes the functionality of gnome-vfs-extras.
# If you run Gnome 2.6.x or greater, don't install this.

# Be aware that I run Gnome 2.6.x and don't run any older version any more,
# so I'm only able to make sure that this compiles OK.

# Prerequisites (beyond those listed above):
# gnome-vfs
# samba (with libsmbclient installed)

cd
test -f installed/gnome-vfs-extras-0.99.13.tar.bz2 &&
mv installed/gnome-vfs-extras-0.99.13.tar.bz2 .
test ! -f gnome-vfs-extras-0.99.13.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs-extras/0.99/\
gnome-vfs-extras-0.99.13.tar.bz2

# Verify tarball w/ md5sum:
echo "fa1d8bf5afedd24f46556fff0198a276" ; md5sum \
gnome-vfs-extras-0.99.13.tar.bz2

cd /usr/local/src
find -type d -maxdepth 1 -name "gnome-vfs-extras-*" -exec rm -r {} \;
tar xjvf ~/gnome-vfs-extras-0.99.13.tar.bz2
cd gnome-vfs-extras-0.99.13
chown -R root.root .
CPPFLAGS="-I../samba-2.2.8a/source/include" \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--enable-static=no
make CPPFLAGS="-I../samba-2.2.8a/source/include" \
LDFLAGS="-L../samba-2.2.8a/source/bin"
make install
find /usr/share/locale -type f -name "gnome-vfs-extras.mo" -exex rm {} \;
cd
mkdir -p -m 0700 installed
rm -f installed/gnome-vfs-extras-*.tar.*
mv gnome-vfs-extras-0.99.13.tar.bz2 installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2004-10-06 3:51pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]