Difference between revisions of "Gvfs"

From CBLFS
Jump to navigationJump to search
(Added page)
 
Line 28: Line 28:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${GNOME_PREFIX} --libexecdir=${GNOME_PREFIX}/lib/gvfs &&
+
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
 +
      --libexecdir=${GNOME_PREFIX}/lib/gvfs &&
 
  make
 
  make
  
Line 41: Line 42:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD32}"  ./configure --prefix=${GNOME_PREFIX} \
+
  CC="gcc ${BUILD32}"  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
 
  --libexecdir=${GNOME_PREFIX}/lib/gvfs &&
 
  --libexecdir=${GNOME_PREFIX}/lib/gvfs &&
 
  make
 
  make
Line 53: Line 54:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILDN32}"  ./configure --prefix=${GNOME_PREFIX} \
+
  CC="gcc ${BUILDN32}"  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
 
     --libdir=${GNOME_PREFIX}/lib32 --libexecdir=${GNOME_PREFIX}/lib32/gvfs &&
 
     --libdir=${GNOME_PREFIX}/lib32 --libexecdir=${GNOME_PREFIX}/lib32/gvfs &&
 
  make
 
  make
Line 65: Line 66:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD64}" ./configure --prefix=${GNOME_PREFIX} \
+
  CC="gcc ${BUILD64}" ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
 
     --libdir=${GNOME_PREFIX}/lib64 --libexecdir=${GNOME_PREFIX}/lib64/gvfs &&
 
     --libdir=${GNOME_PREFIX}/lib64 --libexecdir=${GNOME_PREFIX}/lib64/gvfs &&
 
  make
 
  make

Revision as of 06:32, 2 July 2008

Download Source: http://ftp.gnome.org/pub/gnome/sources/gvfs/0.2/gvfs-1.7.0.tar.bz2

Introduction to Gvfs

This is the GNOME Virtual Filesystem Layer. It replaces the deprecated GNOME VFS package from earlier releases.

Project Homepage: http://www.gnome.org

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
     --libexecdir=${GNOME_PREFIX}/lib/gvfs &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}"  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
--libexecdir=${GNOME_PREFIX}/lib/gvfs &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}"  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
    --libdir=${GNOME_PREFIX}/lib32 --libexecdir=${GNOME_PREFIX}/lib32/gvfs &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
    --libdir=${GNOME_PREFIX}/lib64 --libexecdir=${GNOME_PREFIX}/lib64/gvfs &&
make

Install the package:

make install

Configuring

Contents

Installed Directories: None
Installed Programs: gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file, gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm, gvfs-save, gvfs-trash, gvfs-tree
Installed Libraries: libgvfscommon, libgiogconf, libgiohal-volume-monitor, libgvfsdbus

Short Descriptions