source: general/genutils/rep-gtk.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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