source: xsoft/other/xchat.xml@ d58d0fd

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 d58d0fd was d58d0fd, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Added new package, libsexy-0.1.11.

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

  • Property mode set to 100644
File size: 5.6 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 "66d60febc62a01bafac9bb3a35fb37ae">
10 <!ENTITY xchat-size "1.3 MB">
11 <!ENTITY xchat-buildsize "33 MB">
12 <!ENTITY xchat-time "0.3 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 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&xchat-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&xchat-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &xchat-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &xchat-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &xchat-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &xchat-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Required patch: <ulink
63 url="http://xchat.org/files/source/2.8/patches/xc284-scrollbmkdir.diff"/></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"><xref linkend="dbus-glib"/>,
77 <xref linkend="openssl"/>,
78 <xref linkend="python"/>,
79 <xref linkend="tcl"/>,
80 <xref linkend="GConf"/>, and
81 <xref linkend="libsexy"/> or
82 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (not recommended)</para>
83
84 <para>Note that using <application>libsexy</application> for spell checking
85 requires <xref linkend="enchant"/> at run-time. <xref linkend="aspell"/> is
86 just one of many backend spell libraries <application>Enchant</application>
87 can use.</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 ../xc284-scrollbmkdir.diff &amp;&amp;
101./configure --prefix=/usr \
102 --sysconfdir=&gnome-etc-dir; \
103 --enable-shm &amp;&amp;
104make</userinput></screen>
105
106 <para>This package does not come with a test suite.</para>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>make install &amp;&amp;
111
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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gnome-sysconfdir.xml"/>
123
124 <para><parameter>--enable-shm</parameter>: This parameter is used to enable
125 XShm for fast tinting.</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Program</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>xchat</seg>
139 <seg>XChat binding modules</seg>
140 <seg>/usr/lib/xchat and /usr/share/doc/xchat-&xchat-version;</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="xchat-prog">
150 <term><command>xchat</command></term>
151 <listitem>
152 <para> is a graphical Internet Relay Chat (IRC) client.</para>
153 <indexterm zone="xchat xchat-prog">
154 <primary sortas="b-xchat">xchat</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <!-- <varlistentry id="xchat-remote">
160 <term><command>xchat-remote</command></term>
161 <listitem>
162 <para> is a program for remote access
163 <application>XChat</application> using DBUS.</para>
164 <indexterm zone="xchat xchat-remote">
165 <primary sortas="b-xchat-remote">xchat-remote</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry> -->
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.