Ignore:
Timestamp:
09/14/2003 01:44:54 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5259206
Parents:
7cdb9a45
Message:

update rep-gtk intro

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1066 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/genutils/rep-gtk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/rep-gtk/rep-gtk-desc.xml

    r7cdb9a45 r8e72009  
    22<title>Contents</title>
    33
    4 <para>The rep-gtk package contains Lisp bindings.</para>
     4<para>The <application>rep-gtk</application> package contains Lisp bindings.
     5</para>
    56
    67</sect2>
     
    910
    1011<sect3><title>Lisp bindings</title>
    11 <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>
     12<para>Lisp bindings are libraries stored in <filename>
     13/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications
     14between Lisp and the GTK libraries.</para></sect3>
    1215
    1316</sect2>
  • general/genutils/rep-gtk/rep-gtk-inst.xml

    r7cdb9a45 r8e72009  
    11<sect2>
    2 <title>Installation of rep-gtk</title>
     2<title>Installation of <application>rep-gtk</application></title>
    33
    4 <para>Install rep-gtk by running the following commands:</para>
     4<para>Install <application>rep-gtk</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • general/genutils/rep-gtk/rep-gtk-intro.xml

    r7cdb9a45 r8e72009  
    11<sect2>
    2 <title>Introduction to rep-gtk</title>
     2<title>Introduction to <application>rep-gtk</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&rep-gtk-download-http;"/>
    5 Download location (FTP):        <ulink url="&rep-gtk-download-ftp;"/>
    6 Version used:                   &rep-gtk-version;
    7 Package size:                   &rep-gtk-size;
    8 Estimated Disk space required:  &rep-gtk-buildsize;</screen>
     4<para>The <application>rep-gtk</application> package contains a <application>
     5Lisp</application> and <application>GTK</application> binding. This is useful
     6for extending <application>GTK-2</application> and <application>GDK
     7</application> libraries with <application>Lisp</application>. The
     8<application>rep-gtk</application>-0.15 package contains the bindings to
     9<application>GTK</application> and uses the same instructions. They can both
     10can be installed, if needed. </para>
    911
    10 <para>The rep-gtk package contains a Lisp and GTK binding. This is
    11 useful for extending GTK-2 and GDK libraries with Lisp. The rep-gtk-0.15
    12 package contains the bindings to GTK and uses the same instructions.
    13 They can both can be installed, if needed. </para>
     12<sect3><title>Package information</title>
     13<itemizedlist spacing='compact'>
     14<listitem><para>Download (HTTP): <ulink
     15url="&rep-gtk-download-http;"/></para></listitem>
     16<listitem><para>Download (FTP): <ulink
     17url="&rep-gtk-download-ftp;"/></para></listitem>
     18<listitem><para>Download size: &rep-gtk-size;</para></listitem>
     19<listitem><para>Estimated Disk space required:
     20&rep-gtk-buildsize;</para></listitem>
     21<listitem><para>Estimated build time:
     22&rep-gtk-time;</para></listitem></itemizedlist>
     23</sect3>
     24                                                                               
     25<sect3><title><application>template</application> dependencies</title>
     26<sect4><title>Required</title>
     27<para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref
     28linkend="librep"/></para></sect4>
     29</sect3>
    1430
    15 <screen>rep-gtk depends on:
    16 <xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref linkend="librep"/>
    17 </screen>
     31
    1832</sect2>
  • general/genutils/rep-gtk/rep-gtk.ent

    r7cdb9a45 r8e72009  
    55<!ENTITY rep-gtk-desc SYSTEM "rep-gtk-desc.xml">
    66<!ENTITY rep-gtk-config SYSTEM "rep-gtk-config.xml">
    7 <!ENTITY rep-gtk-buildsize "2.7 MB">
    8 <!ENTITY rep-gtk-version "0.17">
    9 <!ENTITY rep-gtk-download-http "http://telia.dl.sourceforge.net/sourceforge/rep-gtk/rep-gtk-0.17.tar.gz">
     7<!ENTITY rep-gtk-buildsize "7.7 MB">
     8<!ENTITY rep-gtk-version "0.18">
     9<!ENTITY rep-gtk-download-http "http://telia.dl.sourceforge.net/sourceforge/rep-gtk/rep-gtk-0.18.tar.gz">
    1010<!ENTITY rep-gtk-download-ftp "">
    11 <!ENTITY rep-gtk-size "144 KB">
     11<!ENTITY rep-gtk-size "152 KB">
     12<!ENTITY rep-gtk-time "0.18 SBU">
Note: See TracChangeset for help on using the changeset viewer.