source: archive/rep-gtk.xml

trunk
Last change on this file was 39edc5a2, checked in by Bruce Dubbs <bdubbs@…>, 8 months ago

Archive sawfish and its dependency rep-gtk.

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