source: archive/xchat.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.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 xchat-download-http "http://www.xchat.org/files/source/2.8/xchat-&xchat-version;.tar.bz2">
8 <!ENTITY xchat-download-ftp "&gentoo-ftp-repo;/xchat-&xchat-version;.tar.bz2">
9 <!ENTITY xchat-md5sum "6775c44f38e84d06c06c336b32c4a452">
10 <!ENTITY xchat-size "1.4 MB">
11 <!ENTITY xchat-buildsize "40 MB">
12 <!ENTITY xchat-time "0.4 SBU">
13]>
14
15<sect1 id="xchat" xreflabel="XChat-&xchat-version;">
16 <?dbhtml filename="xchat.html"?>
17
18
19 <title>XChat-&xchat-version;</title>
20
21 <indexterm zone="xchat">
22 <primary sortas="a-XChat">XChat</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to XChat</title>
27
28 <para><application>XChat</application> is an IRC chat program. It allows
29 you to join multiple IRC channels (chat rooms) at the same time, talk
30 publicly, have private one-on-one conversations, etc. File transfers are
31 also possible.</para>
32
33 &lfs7a_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&xchat-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&xchat-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &xchat-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &xchat-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &xchat-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &xchat-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>
61 Required patch:
62 <ulink url="&patch-root;/xchat-&xchat-version;-glib-2.31-1.patch"/>
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">XChat Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="glib2"/></para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended"><xref linkend="gtk2"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="enchant"/> (runtime),
78 <xref linkend="dbus-glib"/>,
79 <xref linkend="GConf"/>,
80 <xref linkend="openssl"/>,
81 <xref linkend="python2"/>, and
82 <xref linkend="tcl"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/xchat"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of XChat</title>
92
93 <para>Install <application>XChat</application> by running the following
94 commands:</para>
95
96<screen><userinput>patch -Np1 -i ../xchat-&xchat-version;-glib-2.31-1.patch &amp;&amp;
97
98LIBS+="-lgmodule-2.0" \
99./configure --prefix=/usr \
100 --sysconfdir=/etc \
101 --enable-shm &amp;&amp;
102make</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install &amp;&amp;
109install -v -m755 -d /usr/share/doc/xchat-&xchat-version; &amp;&amp;
110install -v -m644 README faq.html \
111 /usr/share/doc/xchat-&xchat-version;</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para><parameter>--enable-shm</parameter>: This parameter is used to enable
119 XShm for fast tinting.</para>
120
121 <para><option>--enable-ipv6</option>: Enable IPv6 support in xchat.</para>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>xchat</seg>
135 <seg>XChat binding modules</seg>
136 <seg>/usr/lib/xchat and /usr/share/doc/xchat-&xchat-version;</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="xchat-prog">
146 <term><command>xchat</command></term>
147 <listitem>
148 <para> is a graphical Internet Relay Chat (IRC) client.</para>
149 <indexterm zone="xchat xchat-prog">
150 <primary sortas="b-xchat">xchat</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <!-- <varlistentry id="xchat-remote">
156 <term><command>xchat-remote</command></term>
157 <listitem>
158 <para> is a program for remote access
159 <application>XChat</application> using DBUS.</para>
160 <indexterm zone="xchat xchat-remote">
161 <primary sortas="b-xchat-remote">xchat-remote</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry> -->
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.