source: xsoft/other/xchat.xml@ 11a83b18

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 11a83b18 was 11a83b18, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Move goffice 0.8 to archive since nothing in the book uses it.
More tags.

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

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