mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
01d1c3b016
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5125 af4574ff-66df-0310-9fd7-8a98e5e911e0
156 lines
5.7 KiB
XML
156 lines
5.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
|
|
<!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
|
|
<!ENTITY gnome-vfs-md5sum "88b520e5de748a310a2aef62fc095c8b">
|
|
<!ENTITY gnome-vfs-size "1.9 MB">
|
|
<!ENTITY gnome-vfs-buildsize "49 MB">
|
|
<!ENTITY gnome-vfs-time "1.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-vfs" xreflabel="GNOME Virtual File System-&gnome-vfs-version;">
|
|
<?dbhtml filename="gnome-vfs.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>GNOME Virtual File System-&gnome-vfs-version;</title>
|
|
|
|
<indexterm zone="gnome-vfs">
|
|
<primary sortas="a-GNOME-Virtual-File-System">GNOME Virtual File System</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Virtual File System</title>
|
|
|
|
<para>The <application>GNOME Virtual File System</application> package
|
|
contains virtual file system libraries. This is used as one of the
|
|
foundations of the <application>Nautilus</application> file manager.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnome-vfs-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gnome-vfs-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnome-vfs-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnome-vfs-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gnome-vfs-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gnome-vfs-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch if <application>HAL-0.5.4</application> is
|
|
installed: <ulink
|
|
url="&patch-root;/gnome-vfs-&gnome-vfs-version;-hal_0.5.0-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Virtual File System Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="intltool"/>,
|
|
<xref linkend="GConf"/>,
|
|
<xref linkend="libbonobo"/>,
|
|
<xref linkend="gnome-mime-data"/> and
|
|
<xref linkend="shared-mime-info"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="samba3"/>,
|
|
<xref linkend="cdparanoia"/>,
|
|
<xref linkend="fam"/>,
|
|
<xref linkend="hal"/>,
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="openssh"/>,
|
|
<xref linkend="openssl"/> or
|
|
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
|
|
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
|
|
<ulink url="http://www.openafs.org/">OpenAFS</ulink> and
|
|
<ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Virtual File System</title>
|
|
|
|
<para>Install <application>GNOME Virtual File System</application>
|
|
by running the following commands:</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../gnome-vfs-&gnome-vfs-version;-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</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
|
configuration files in <filename class="directory">/etc/gnome</filename>
|
|
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
|
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
|
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
<para><command>rmdir `pkg-config --variable=prefix ORBit-2.0`/doc</command>:
|
|
Use this command if <envar>$GNOME_PREFIX</envar> is anything other than
|
|
<filename class='directory'>/usr</filename> as the directory is unneeded and
|
|
unpopulated.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gnomevfs-cat, gnomevfs-copy, gnomevfs-info, gnomevfs-ls,
|
|
gnomevfs-mkdir, gnomevfs-mv, gnomevfs-rm, and gnome-vfs-daemon</seg>
|
|
<seg>libgnomevfs-2.[so,a] and modules</seg>
|
|
<seg>/etc/gnome/gconf/schemas,
|
|
/etc/gnome/gconf/gconf.xml.defaults/[desktop,schemas,system],
|
|
/etc/gnome/gnome-vfs-2.0,
|
|
$GNOME_PREFIX/include/gnome-vfs-2.0,
|
|
$GNOME_PREFIX/include/gnome-vfs-module-2.0,
|
|
$GNOME_PREFIX/lib/gnome-vfs-2.0, and
|
|
$GNOME_PREFIX/share/gtk-doc/html/gnome-vfs-2.0</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|