glfs/gnome/core/gnome-vfs.xml
DJ Lucas fdca426642 Last of XML rewrite
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2325 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-15 04:33:15 +00:00

104 lines
3.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.6/gnome-vfs-&gnome-vfs-version;.tar.bz2">
<!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.6/gnome-vfs-&gnome-vfs-version;.tar.bz2">
<!ENTITY gnome-vfs-size "1.4 MB">
<!ENTITY gnome-vfs-buildsize "64.3 MB">
<!ENTITY gnome-vfs-time "1.36 SBU">
]>
<sect1 id="gnome-vfs" xreflabel="GNOME Virtual File System-&gnome-vfs-version;">
<?dbhtml filename="gnome-vfs.html"?>
<title>GNOME Virtual File System-&gnome-vfs-version;</title>
<sect2>
<title>Introduction to <application><acronym>GNOME</acronym> Virtual
File System</application></title>
<para>The <application><acronym>GNOME</acronym> 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>
<sect3><title>Package information</title>
<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 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>
</sect3>
<sect3><title><application><acronym>GNOME</acronym> Virtual File System</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="intltool"/>,
<xref linkend="GConf"/>,
<xref linkend="libbonobo"/>,
<xref linkend="gnome-mime-data"/> and
<xref linkend="shared-mime-info"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="samba3"/>,
<xref linkend="CDParanoia"/>,
<xref linkend="fam"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="openssl"/> or
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>, and
<ulink url="http://www.openafs.org/">OpenAFS</ulink>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>GNOME</acronym> Virtual
File System</application></title>
<para>Install <application><acronym>GNOME</acronym> Virtual File System</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<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><option>--disable-gtk-doc</option>: This switch will prevent
the rebuilding of documentation during the <command>make</command> command.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>GNOME</acronym> Virtual File
System</application> package contains <filename class="libraryfile">libgnomevfs</filename> libraries.</para>
</sect2>
</sect1>