update rep-gtk intro

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1066 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-09-14 01:44:54 +00:00
parent 7cdb9a4521
commit 8e72009866
4 changed files with 42 additions and 23 deletions

View File

@ -1,14 +1,17 @@
<sect2>
<title>Contents</title>
<para>The rep-gtk package contains Lisp bindings.</para>
<para>The <application>rep-gtk</application> package contains Lisp bindings.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>Lisp bindings</title>
<para>Lisp bindings are libraries stored in <filename>/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications between Lisp and the GTK libraries.</para></sect3>
<para>Lisp bindings are libraries stored in <filename>
/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications
between Lisp and the GTK libraries.</para></sect3>
</sect2>

View File

@ -1,11 +1,12 @@
<sect2>
<title>Installation of rep-gtk</title>
<title>Installation of <application>rep-gtk</application></title>
<para>Install rep-gtk by running the following commands:</para>
<para>Install <application>rep-gtk</application> by running the following
commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
make install</command></userinput></screen>
</sect2>

View File

@ -1,18 +1,32 @@
<sect2>
<title>Introduction to rep-gtk</title>
<title>Introduction to <application>rep-gtk</application></title>
<screen>Download location (HTTP): <ulink url="&rep-gtk-download-http;"/>
Download location (FTP): <ulink url="&rep-gtk-download-ftp;"/>
Version used: &rep-gtk-version;
Package size: &rep-gtk-size;
Estimated Disk space required: &rep-gtk-buildsize;</screen>
<para>The <application>rep-gtk</application> package contains a <application>
Lisp</application> and <application>GTK</application> binding. This is useful
for extending <application>GTK-2</application> and <application>GDK
</application> libraries with <application>Lisp</application>. The
<application>rep-gtk</application>-0.15 package contains the bindings to
<application>GTK</application> and uses the same instructions. They can both
can be installed, if needed. </para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&rep-gtk-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&rep-gtk-download-ftp;"/></para></listitem>
<listitem><para>Download size: &rep-gtk-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&rep-gtk-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&rep-gtk-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>template</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref
linkend="librep"/></para></sect4>
</sect3>
<para>The rep-gtk package contains a Lisp and GTK binding. This is
useful for extending GTK-2 and GDK libraries with Lisp. The rep-gtk-0.15
package contains the bindings to GTK and uses the same instructions.
They can both can be installed, if needed. </para>
<screen>rep-gtk depends on:
<xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref linkend="librep"/>
</screen>
</sect2>

View File

@ -4,8 +4,9 @@
<!ENTITY rep-gtk-exp SYSTEM "rep-gtk-exp.xml">
<!ENTITY rep-gtk-desc SYSTEM "rep-gtk-desc.xml">
<!ENTITY rep-gtk-config SYSTEM "rep-gtk-config.xml">
<!ENTITY rep-gtk-buildsize "2.7 MB">
<!ENTITY rep-gtk-version "0.17">
<!ENTITY rep-gtk-download-http "http://telia.dl.sourceforge.net/sourceforge/rep-gtk/rep-gtk-0.17.tar.gz">
<!ENTITY rep-gtk-buildsize "7.7 MB">
<!ENTITY rep-gtk-version "0.18">
<!ENTITY rep-gtk-download-http "http://telia.dl.sourceforge.net/sourceforge/rep-gtk/rep-gtk-0.18.tar.gz">
<!ENTITY rep-gtk-download-ftp "">
<!ENTITY rep-gtk-size "144 KB">
<!ENTITY rep-gtk-size "152 KB">
<!ENTITY rep-gtk-time "0.18 SBU">