source: general/genutils/rep-gtk.xml@ 43b1dad3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 43b1dad3 was 43b1dad3, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to logrotate-3.14.0
Most remaining tags in genlib, genutils, and sysutils

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

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