added gconf-1.0.9 and oaf-0.6.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@238 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-09-18 02:07:23 +00:00
parent d02fad5254
commit d4d3709d97
17 changed files with 171 additions and 3 deletions

View File

@ -34,6 +34,8 @@
<!ENTITY % eel SYSTEM "lib/eel/eel.ent"> <!ENTITY % eel SYSTEM "lib/eel/eel.ent">
<!ENTITY % libgtkhtml SYSTEM "lib/libgtkhtml/libgtkhtml.ent"> <!ENTITY % libgtkhtml SYSTEM "lib/libgtkhtml/libgtkhtml.ent">
<!ENTITY % gtk-engines SYSTEM "lib/gtk-engines/gtk-engines.ent"> <!ENTITY % gtk-engines SYSTEM "lib/gtk-engines/gtk-engines.ent">
<!ENTITY % oaf SYSTEM "lib/oaf/oaf.ent">
<!ENTITY % gconf1 SYSTEM "lib/gconf/gconf1.ent">
%libglade; %libglade;
%intltool; %intltool;
%scrollkeeper; %scrollkeeper;
@ -46,6 +48,7 @@
%libIDL; %libIDL;
%orbit2; %orbit2;
%bonobo-activation; %bonobo-activation;
%oaf;
%gconf; %gconf;
%libart_lgpl; %libart_lgpl;
%libzvt; %libzvt;
@ -65,6 +68,7 @@
%eel; %eel;
%libgtkhtml; %libgtkhtml;
%gtk-engines; %gtk-engines;
%gconf1;
<!-- Gnome Core --> <!-- Gnome Core -->
<!ENTITY gnome-core SYSTEM "core/core.xml"> <!ENTITY gnome-core SYSTEM "core/core.xml">

View File

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

View File

@ -0,0 +1,16 @@
<sect2>
<title>Contents</title>
<para>The GConf package contains <userinput>libgconf libraries</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libgconf libraries</title>
<para>libgconf libraries provides the functions necessary to maintain
the configuration database.</para></sect3>
</sect2>

View File

@ -0,0 +1,11 @@
<sect2>
<title>Installation of GConf</title>
<para>Install GConf 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,17 @@
<sect2>
<title>Introduction to GConf</title>
<screen>Download location (HTTP): <ulink url="&GConf1-download-http;"/>
Download location (FTP): <ulink url="&GConf1-download-ftp;"/>
Version used: &GConf1-version;
Package size: &GConf1-size;
Estimated Disk space required: &GConf1-buildsize;</screen>
<para>The GConf package contains a configuration database system.</para>
<screen>GConf depends on:
<xref linkend="oaf"/>
GConf will utilize:
db3 and guile</screen>
</sect2>

View File

@ -0,0 +1,11 @@
<!ENTITY GConf1 SYSTEM "../gconf1.xml">
<!ENTITY GConf1-intro SYSTEM "gconf1-intro.xml">
<!ENTITY GConf1-inst SYSTEM "gconf1-inst.xml">
<!ENTITY GConf1-exp SYSTEM "gconf1-exp.xml">
<!ENTITY GConf1-desc SYSTEM "gconf1-desc.xml">
<!ENTITY GConf1-config SYSTEM "gconf1-config.xml">
<!ENTITY GConf1-buildsize "8.7 MB">
<!ENTITY GConf1-version "1.0.9">
<!ENTITY GConf1-download-http "http://ftp.gnome.org/pub/GNOME/stable/sources/GConf/GConf-1.0.9.tar.gz">
<!ENTITY GConf1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/stable/sources/GConf/GConf-1.0.9.tar.gz">
<!ENTITY GConf1-size "1.2 MB">

11
gnome/lib/gconf1.xml Normal file
View File

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

View File

@ -12,7 +12,9 @@
&ORBit; &ORBit;
&libIDL; &libIDL;
&ORBit2; &ORBit2;
&oaf;
&bonobo-activation; &bonobo-activation;
&GConf1;
&GConf; &GConf;
&gnome-libs; &gnome-libs;
&gdk; &gdk;

11
gnome/lib/oaf.xml Normal file
View File

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

View File

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

View File

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

View File

@ -0,0 +1,11 @@
<sect2>
<title>Installation of oaf</title>
<para>Install oaf 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,17 @@
<sect2>
<title>Introduction to oaf</title>
<screen>Download location (HTTP): <ulink url="&oaf-download-http;"/>
Download location (FTP): <ulink url="&oaf-download-ftp;"/>
Version used: &oaf-version;
Package size: &oaf-size;
Estimated Disk space required: &oaf-buildsize;</screen>
<para>The oaf package contains the Object Activation Framework for GNOME.</para>
<screen>oaf depends on:
<xref linkend="ORBit"/> and <xref linkend="libxml"/>
oaf will utilize:
<xref linkend="gtk-doc"/></screen>
</sect2>

11
gnome/lib/oaf/oaf.ent Normal file
View File

@ -0,0 +1,11 @@
<!ENTITY oaf SYSTEM "../oaf.xml">
<!ENTITY oaf-intro SYSTEM "oaf-intro.xml">
<!ENTITY oaf-inst SYSTEM "oaf-inst.xml">
<!ENTITY oaf-exp SYSTEM "oaf-exp.xml">
<!ENTITY oaf-desc SYSTEM "oaf-desc.xml">
<!ENTITY oaf-config SYSTEM "oaf-config.xml">
<!ENTITY oaf-buildsize "4.5 MB">
<!ENTITY oaf-version "0.6.10">
<!ENTITY oaf-download-http "http://ftp.gnome.org/pub/GNOME/stable/sources/oaf/oaf-0.6.10.tar.gz">
<!ENTITY oaf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/stable/sources/oaf/oaf-0.6.10.tar.gz">
<!ENTITY oaf-size "548 KB">

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [ "/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20020916"> <!ENTITY version "20020917">
<!ENTITY releasedate "September 16th, 2002"> <!ENTITY releasedate "September 17th, 2002">
<!ENTITY % book SYSTEM "book/book.ent"> <!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent"> <!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist> <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 16th, 2002 [larry]: pst: applied patch to Tex <listitem><para>September 16th, 2002 [larry]: pst: applied patch to Tex
submitted by Billy.</para></listitem> submitted by Billy.</para></listitem>

View File

@ -79,7 +79,13 @@ Tie-Ten-Quee</emphasis>.</para></listitem>
cdrdao, cdrtools, cpio, curl, dhcp, DocBook, enlightenment, eog, esound, cdrdao, cdrtools, cpio, curl, dhcp, DocBook, enlightenment, eog, esound,
fcron, fluxbox, FNLIB, gail, gcc, gdbm, gedit, GLib2, gmp, gnat, fcron, fluxbox, FNLIB, gail, gcc, gdbm, gedit, GLib2, gmp, gnat,
gnome-applets, gnome-common, gnome-desktop, gnome-games, gnome-libs, gnome-applets, gnome-common, gnome-desktop, gnome-games, gnome-libs,
gnome-media, gnome-mime-data, gnome-panel, gnome-session, gnome-system-monitor, gnome-terminal, gnome-utils, gnome-vfs, GTK+2, gtk-doc, gtk-engines, eel, imlib, intltool, j2sdk, lame, libao, libart_lgpl, libbonobo, libbonoboui, libglade, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg, libvorbis, libwnck, libxml2, libxslt, libzvt, linc, mutt, nautilus, OpenSSH, ORBit, ORBit2, Pango, pccts, pcre, gnome-media, gnome-mime-data, gnome-panel, gnome-session,
gnome-system-monitor, gnome-terminal, gnome-utils, gnome-vfs, GTK+2,
gtk-doc, gtk-engines, eel, imlib, intltool, j2sdk, lame, libao,
libart_lgpl, libbonobo, libbonoboui, libglade, libgnome, libgnomecanvas,
libgnomeprint, libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL,
libogg, librep, librsvg, libvorbis, libwnck, libxml2, libxslt, libzvt,
linc, mutt, nautilus, oaf, OpenSSH, ORBit, ORBit2, Pango, pccts, pcre,
pkgconfig, postfix, procmail, Python, QT, rep-gtk, ruby, sawfish, pkgconfig, postfix, procmail, Python, QT, rep-gtk, ruby, sawfish,
scrollkeeper, unzip, vorbis-tools, wget, XFce, yelp and zip: <emphasis>Larry Lawrence</emphasis></para></listitem> scrollkeeper, unzip, vorbis-tools, wget, XFce, yelp and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>