source: general/genutils/rep-gtk.xml@ 93d2c72

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 93d2c72 was 93d2c72, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 10 packages

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

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY rep-gtk-download-http "http://prdownloads.sourceforge.net/rep-gtk/rep-gtk-&rep-gtk-version;.tar.gz">
8 <!ENTITY rep-gtk-download-ftp " ">
9 <!ENTITY rep-gtk-md5sum "220b0d728656472c068e40823f0a3b22">
10 <!ENTITY rep-gtk-size "152 KB">
11 <!ENTITY rep-gtk-buildsize "7.7 MB">
12 <!ENTITY rep-gtk-time "0.18 SBU">
13]>
14
15<sect1 id="rep-gtk" xreflabel="rep-gtk-&rep-gtk-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="rep-gtk.html"?>
21<title>rep-gtk-&rep-gtk-version;</title>
22
23<sect2>
24<title>Introduction to <application>rep-gtk</application></title>
25
26<para>The <application>rep-gtk</application> package contains a
27<application>Lisp</application> and <application>GTK</application> binding.
28This is useful for extending <application>GTK-2</application> and
29<application>GDK</application> libraries with <application>Lisp</application>.
30Starting at <application>rep-gtk</application>-0.15, the package contains the
31bindings to <application>GTK</application> and uses the same instructions.
32Both can be installed, if needed. </para>
33
34<sect3><title>Package information</title>
35<itemizedlist spacing='compact'>
36<listitem><para>Download (HTTP): <ulink
37url="&rep-gtk-download-http;"/></para></listitem>
38<listitem><para>Download (FTP): <ulink
39url="&rep-gtk-download-ftp;"/></para></listitem>
40<listitem><para>Download MD5 sum: &rep-gtk-md5sum;</para></listitem>
41<listitem><para>Download size: &rep-gtk-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&rep-gtk-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&rep-gtk-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title>Additional downloads</title>
49<itemizedlist spacing='compact'>
50<listitem><para>Required Patch: <ulink
51url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4-1.patch"/></para></listitem>
52</itemizedlist></sect3>
53
54<sect3><title><application>rep-gtk</application> dependencies</title>
55<sect4><title>Required</title>
56<para><xref linkend="gtk2"/>,
57<xref linkend="libglade"/> and
58<xref linkend="librep"/></para>
59</sect4>
60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of <application>rep-gtk</application></title>
66
67<para>Install <application>rep-gtk</application> by running the following
68commands:</para>
69
70<screen><userinput><command>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4-1.patch &amp;&amp;
71./configure --prefix=/usr &amp;&amp;
72make &amp;&amp;
73make install</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Contents</title>
79
80<para>The <application>rep-gtk</application> package contains Lisp
81bindings.</para>
82
83</sect2>
84
85<sect2><title>Description</title>
86
87<sect3><title>Lisp bindings</title>
88<para>Lisp bindings are libraries stored in
89<filename>/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist
90communications between Lisp and the <application>GTK</application>
91libraries.</para></sect3>
92
93</sect2>
94
95</sect1>
96
Note: See TracBrowser for help on using the repository browser.