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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c93c620c was c93c620c, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags

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