source: general/genutils/rep-gtk.xml@ 22ac237

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 22ac237 was 22ac237, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. General.

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

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]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 " ">
[93d2c72]9 <!ENTITY rep-gtk-md5sum "220b0d728656472c068e40823f0a3b22">
[52d29f7]10 <!ENTITY rep-gtk-size "152 KB">
11 <!ENTITY rep-gtk-buildsize "7.7 MB">
12 <!ENTITY rep-gtk-time "0.18 SBU">
13]>
14
[7bc6e00]15<sect1 id="rep-gtk" xreflabel="rep-gtk-&rep-gtk-version;">
[88a311cd]16 <?dbhtml filename="rep-gtk.html"?>
[fc7afd0c]17
[88a311cd]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[52d50d5]21 <keywordset>
22 <keyword role="package">rep-gtk-&rep-gtk-version;.tar</keyword>
[22ac237]23 <keyword role="ftpdir">rep-gtk</keyword>
[52d50d5]24 </keywordset>
[88a311cd]25 </sect1info>
[fc7afd0c]26
[88a311cd]27 <title>Rep-gtk-&rep-gtk-version;</title>
[fc7afd0c]28
[88a311cd]29 <indexterm zone="rep-gtk">
30 <primary sortas="a-Rep-gtk">Rep-gtk</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Rep-gtk</title>
[fc7afd0c]35
[8d77de6]36 <para>The <application>rep-gtk</application> package contains a
37 <application>Lisp</application> and <application>GTK</application> binding.
38 This is useful for extending <application>GTK-2</application> and
39 <application>GDK</application> libraries with <application>Lisp</application>.
40 Starting at <application>rep-gtk</application>-0.15, the package contains the
41 bindings to <application>GTK</application> and uses the same instructions.
[88a311cd]42 Both can be installed, if needed. </para>
[fc7afd0c]43
[88a311cd]44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&rep-gtk-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&rep-gtk-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &rep-gtk-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &rep-gtk-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &rep-gtk-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &rep-gtk-time;</para>
63 </listitem>
64 </itemizedlist>
[fc7afd0c]65
[88a311cd]66 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
67 <itemizedlist spacing='compact'>
68 <listitem>
69 <para>Required Patch: <ulink
70 url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4-1.patch"/></para>
71 </listitem>
72 </itemizedlist>
[fc7afd0c]73
[88a311cd]74 <bridgehead renderas="sect3">Rep-gtk Dependencies</bridgehead>
[fc7afd0c]75
[88a311cd]76 <bridgehead renderas="sect4">Required</bridgehead>
[52d50d5]77 <para role="required"><xref linkend="gtk2"/>,
[8d77de6]78 <xref linkend="libglade"/> and
[88a311cd]79 <xref linkend="librep"/></para>
[fc7afd0c]80
[88a311cd]81 </sect2>
[fc7afd0c]82
[88a311cd]83 <sect2 role="installation">
84 <title>Installation of Rep-gtk</title>
85
86 <para>Install <application>rep-gtk</application> by running the following
87 commands:</para>
88
89<screen><userinput>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4-1.patch &amp;&amp;
[52d29f7]90./configure --prefix=/usr &amp;&amp;
[a979ae53]91make</userinput></screen>
92
[d9962703]93 <para>This package does not come with a test suite.</para>
[a979ae53]94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
[fc7afd0c]98
[88a311cd]99 </sect2>
[fc7afd0c]100
[88a311cd]101 <sect2 role="content">
102 <title>Contents</title>
[fc7afd0c]103
[88a311cd]104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directory</segtitle>
[fc7afd0c]108
[88a311cd]109 <seglistitem>
110 <seg>None</seg>
111 <seg>Lisp bindings</seg>
112 <seg>/usr/lib/rep/i686-pc-linux-gnu/gui/</seg>
113 </seglistitem>
114 </segmentedlist>
[fc7afd0c]115
[88a311cd]116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
[fc7afd0c]120
[88a311cd]121 <varlistentry id="lisp-bindings">
122 <term><filename class='libraryfile'>Lisp bindings</filename></term>
123 <listitem>
[8d77de6]124 <para>are libraries stored in <filename
125 class="directory">/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist
[d9962703]126 communication between Lisp and the <application>GTK</application>
[88a311cd]127 libraries.</para>
128 <indexterm zone="rep-gtk lisp-bindings">
129 <primary sortas="c-Lisp-bindings">Lisp bindings</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
[fc7afd0c]133
[88a311cd]134 </variablelist>
[fc7afd0c]135
[88a311cd]136 </sect2>
[fc7afd0c]137
[7bc6e00]138</sect1>
Note: See TracBrowser for help on using the repository browser.