source: xsoft/other/xchat.xml@ 1e6b5f64

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 1e6b5f64 was 1e6b5f64, checked in by Randy McMurchy <randy@…>, 17 years ago

Modified the D-Bus dependency in several packages to account for the new D-Bus core and bindings separation

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

  • Property mode set to 100644
File size: 4.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.6/xchat-&xchat-version;.tar.bz2">
8 <!ENTITY xchat-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xchat-&xchat-version;.tar.bz2">
9 <!ENTITY xchat-md5sum "6b534baf9a4df6bf23d7d16f7e4eb379">
10 <!ENTITY xchat-size "1.0 MB">
11 <!ENTITY xchat-buildsize "28.6 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 <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">XChat Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="glib2"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended"><xref linkend="gtk2"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="dbus-glib"/>,
69 <xref linkend="openssl"/>,
70 <xref linkend="python"/>, and
71 <xref linkend="tcl"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/xchat"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of XChat</title>
80
81 <para>Install <application>XChat</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95<!--
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><command>CPPFLAGS=...- -enable-nas</command>:<xref linkend="nas"/>
100 Use this switch if you want to compile <application>Gaim</application>
101 with <xref linkend="nas"/> support.</para>
102
103 </sect2>
104-->
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directory</segtitle>
113
114 <seglistitem>
115 <seg>xchat and xchat-remote</seg>
116 <seg>xchat plugins</seg>
117 <seg>/usr/lib/xchat</seg>
118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="xchat-prog">
127 <term><command>xchat</command></term>
128 <listitem>
129 <para> is a graphical Internet Relay Chat (IRC) client.</para>
130 <indexterm zone="xchat xchat-prog">
131 <primary sortas="b-xchat">xchat</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="xchat-remote">
137 <term><command>xchat-remote</command></term>
138 <listitem>
139 <para> is a program for remote access
140 <application>XChat</application> using DBUS.</para>
141 <indexterm zone="xchat xchat-remote">
142 <primary sortas="b-xchat-remote">xchat-remote</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.