added gnome-vfs-1.0.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@239 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-09-18 03:13:11 +00:00
parent d4d3709d97
commit addd36a563
10 changed files with 83 additions and 3 deletions

View File

@ -36,6 +36,7 @@
<!ENTITY % gtk-engines SYSTEM "lib/gtk-engines/gtk-engines.ent">
<!ENTITY % oaf SYSTEM "lib/oaf/oaf.ent">
<!ENTITY % gconf1 SYSTEM "lib/gconf/gconf1.ent">
<!ENTITY % gnome-vfs1 SYSTEM "lib/gnome-vfs/gnome-vfs1.ent">
%libglade;
%intltool;
%scrollkeeper;
@ -69,6 +70,7 @@
%libgtkhtml;
%gtk-engines;
%gconf1;
%gnome-vfs1;
<!-- Gnome Core -->
<!ENTITY gnome-core SYSTEM "core/core.xml">

View File

@ -1,4 +1,4 @@
<sect1 id="GConf1" xreflabel="GConf1-&GConf1-version;">
<sect1 id="GConf1" xreflabel="GConf-&GConf1-version;">
<?dbhtml filename="gconf1.html" dir="gnome"?>
<title>GConf-&GConf1-version;</title>

View File

@ -0,0 +1,11 @@
<sect2>
<title>Configuring gnome-vfs</title>
<sect3><title>Configuration Information</title>
&library-config;
</sect3>
</sect2>

View File

@ -0,0 +1,15 @@
<sect2>
<title>Contents</title>
<para>The gnome-vfs package contains <userinput>libgnomevfs libraries</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libgnomevfs libraries</title>
<para>No description available.</para></sect3>
</sect2>

View File

@ -0,0 +1,11 @@
<sect2>
<title>Installation of gnome-vfs</title>
<para>Install gnome-vfs by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>

View File

@ -0,0 +1,18 @@
<sect2>
<title>Introduction to gnome-vfs</title>
<screen>Download location (HTTP): <ulink url="&gnome-vfs1-download-http;"/>
Download location (FTP): <ulink url="&gnome-vfs1-download-ftp;"/>
Version used: &gnome-vfs1-version;
Package size: &gnome-vfs1-size;
Estimated Disk space required: &gnome-vfs1-buildsize;</screen>
<para>The gnome-vfs package contains file system libraries.</para>
<screen>gnome-vfs depends on:
<xref linkend="GConf1"/> and <xref linkend="gnome-libs"/>
gnome-vfs will utilize:
<xref linkend="openssl"/>, <xref linkend="gtk-doc"/> and <xref
linkend="CDParanoia"/></screen>
</sect2>

View File

@ -0,0 +1,11 @@
<!ENTITY gnome-vfs1 SYSTEM "../gnome-vfs1.xml">
<!ENTITY gnome-vfs1-intro SYSTEM "gnome-vfs1-intro.xml">
<!ENTITY gnome-vfs1-inst SYSTEM "gnome-vfs1-inst.xml">
<!ENTITY gnome-vfs1-exp SYSTEM "gnome-vfs1-exp.xml">
<!ENTITY gnome-vfs1-desc SYSTEM "gnome-vfs1-desc.xml">
<!ENTITY gnome-vfs1-config SYSTEM "gnome-vfs1-config.xml">
<!ENTITY gnome-vfs1-buildsize "9.2 MB">
<!ENTITY gnome-vfs1-version "1.0.5">
<!ENTITY gnome-vfs1-download-http "http://ftp.gnome.org/pub/GNOME/stable/gnome-vfs/gnome-vfs-1.0.5.tar.gz">
<!ENTITY gnome-vfs1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/stable/gnome-vfs/gnome-vfs-1.0.5.tar.gz">
<!ENTITY gnome-vfs1-size "1 MB">

11
gnome/lib/gnome-vfs1.xml Normal file
View File

@ -0,0 +1,11 @@
<sect1 id="gnome-vfs1" xreflabel="gnome-vfs-&gnome-vfs1-version;">
<?dbhtml filename="gnome-vfs1.html" dir="gnome"?>
<title>gnome-vfs-&gnome-vfs1-version;</title>
&gnome-vfs1-intro;
&gnome-vfs1-inst;
&gnome-vfs1-config;
&gnome-vfs1-desc;
</sect1>

View File

@ -22,6 +22,7 @@
&libzvt;
&libbonobo;
&gnome-mime-data;
&gnome-vfs1;
&gnome-vfs;
&libglade;
&libgnome;

View File

@ -10,8 +10,8 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>September 17th, 2002 [larry]: Gnome: Added oaf-0.6.10
and GConf-1.0.9 for Gnome 1.4.</para></listitem>
<listitem><para>September 17th, 2002 [larry]: Gnome: Added oaf-0.6.10,
GConf-1.0.9 and gnome-vfs-1.0.5 for Gnome 1.4.</para></listitem>
<listitem><para>September 16th, 2002 [larry]: pst: applied patch to Tex
submitted by Billy.</para></listitem>