Ignore:
Timestamp:
06/12/2004 10:56:28 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d3edf27
Parents:
bfe245f
Message:

XML Updates to Part III from DJ

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

File:
1 edited

Legend:

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

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY rep-gtk-download-http "http://prdownloads.sourceforge.net/rep-gtk/rep-gtk-&rep-gtk-version;.tar.gz">
     8  <!ENTITY rep-gtk-download-ftp  " ">
     9  <!ENTITY rep-gtk-size          "152 KB">
     10  <!ENTITY rep-gtk-buildsize     "7.7 MB">
     11  <!ENTITY rep-gtk-time          "0.18 SBU">
     12]>
     13
    114<sect1 id="rep-gtk" xreflabel="rep-gtk-&rep-gtk-version;">
    215<?dbhtml filename="rep-gtk.html"?>
    316<title>rep-gtk-&rep-gtk-version;</title>
    417
    5 &rep-gtk-intro;
    6 &rep-gtk-inst;
    7 &rep-gtk-desc;
     18<sect2>
     19<title>Introduction to <application>rep-gtk</application></title>
     20
     21<para>The <application>rep-gtk</application> package contains a <application>
     22Lisp</application> and <application>GTK</application> binding. This is useful
     23for extending <application>GTK-2</application> and <application>GDK
     24</application> libraries with <application>Lisp</application>. Starting at
     25<application>rep-gtk</application>-0.15, the package contains the bindings to
     26<application>GTK</application> and uses the same instructions. Both
     27can be installed, if needed. </para>
     28
     29<sect3><title>Package information</title>
     30<itemizedlist spacing='compact'>
     31<listitem><para>Download (HTTP): <ulink
     32url="&rep-gtk-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP): <ulink
     34url="&rep-gtk-download-ftp;"/></para></listitem>
     35<listitem><para>Download size: &rep-gtk-size;</para></listitem>
     36<listitem><para>Estimated Disk space required:
     37&rep-gtk-buildsize;</para></listitem>
     38<listitem><para>Estimated build time:
     39&rep-gtk-time;</para></listitem></itemizedlist>
     40</sect3>
     41
     42<sect3><title>Additional downloads</title>
     43<itemizedlist spacing='compact'>
     44<listitem><para>Required Patch: <ulink
     45url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4.patch"/></para></listitem>
     46</itemizedlist></sect3>
     47
     48
     49<sect3><title><application>rep-gtk</application> dependencies</title>
     50<sect4><title>Required</title>
     51<para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref
     52linkend="librep"/></para></sect4>
     53</sect3>
     54
     55</sect2>
     56
     57<sect2>
     58<title>Installation of <application>rep-gtk</application></title>
     59
     60<para>Install <application>rep-gtk</application> by running the following
     61commands:</para>
     62
     63<screen><userinput><command>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4.patch &amp;&amp;
     64./configure --prefix=/usr &amp;&amp;
     65make &amp;&amp;
     66make install</command></userinput></screen>
     67                                                                               
     68</sect2>
     69
     70<sect2>
     71<title>Contents</title>
     72                                                                               
     73<para>The <application>rep-gtk</application> package contains Lisp bindings.
     74</para>
     75                                                                               
     76</sect2>
     77                                                                               
     78<sect2><title>Description</title>
     79                                                                               
     80<sect3><title>Lisp bindings</title>
     81<para>Lisp bindings are libraries stored in <filename>
     82/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications
     83between Lisp and the GTK libraries.</para></sect3>
     84                                                                               
     85</sect2>
    886
    987</sect1>
Note: See TracChangeset for help on using the changeset viewer.