source: general/genutils/rep-gtk.xml@ 29efe05c

10.0 10.1 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 29efe05c was b7a85cd9, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format general/genutils

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

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