source: archive/xchat.xml@ f7038e3c

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f7038e3c was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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