source: general/genutils/rep-gtk.xml@ c98ea2d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c98ea2d was e325e6e, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Tags for LXDE and Sawfish

  • Property mode set to 100644
File size: 4.3 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 &lfs113_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 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/rep-gtk"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Rep-gtk</title>
90
91 <para>
92 Install <application>rep-gtk</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>None</seg>
121 <seg>Lisp bindings</seg>
122 <seg>/usr/include/rep-gtk and /usr/lib/rep/gui</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="lisp-bindings">
132 <term><filename class="libraryfile">Lisp bindings</filename></term>
133 <listitem>
134 <para>
135 are libraries stored in
136 <filename class="directory">/usr/lib/rep/gui/</filename> that
137 assist communication between Lisp and the
138 <application>GTK</application> libraries
139 </para>
140 <indexterm zone="rep-gtk lisp-bindings">
141 <primary sortas="c-Lisp-bindings">Lisp bindings</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.