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 | <!-- For the next version, remove the -repack -->
|
---|
8 | <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
|
---|
9 | <!ENTITY hexchat-download-ftp " ">
|
---|
10 | <!ENTITY hexchat-md5sum "9f04c48f011b646b91d03c5776fce776">
|
---|
11 | <!ENTITY hexchat-size "1.2 MB">
|
---|
12 | <!ENTITY hexchat-buildsize "31 MB">
|
---|
13 | <!ENTITY hexchat-time "0.1 SBU (using parallelism=4)">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="hexchat" xreflabel="HexChat-&hexchat-version;">
|
---|
17 | <?dbhtml filename="hexchat.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>HexChat-&hexchat-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="hexchat">
|
---|
27 | <primary sortas="a-HexChat">HexChat</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to HexChat</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | <application>HexChat</application> is an IRC chat program. It allows
|
---|
35 | you to join multiple IRC channels (chat rooms) at the same time, talk
|
---|
36 | publicly, have private one-on-one conversations, etc. File transfers are
|
---|
37 | also possible.
|
---|
38 | </para>
|
---|
39 |
|
---|
40 | &lfs101_checked;
|
---|
41 |
|
---|
42 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
43 | <itemizedlist spacing="compact">
|
---|
44 | <listitem>
|
---|
45 | <para>
|
---|
46 | Download (HTTP): <ulink url="&hexchat-download-http;"/>
|
---|
47 | </para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>
|
---|
51 | Download (FTP): <ulink url="&hexchat-download-ftp;"/>
|
---|
52 | </para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>
|
---|
56 | Download MD5 sum: &hexchat-md5sum;
|
---|
57 | </para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | Download size: &hexchat-size;
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 | <listitem>
|
---|
65 | <para>
|
---|
66 | Estimated disk space required: &hexchat-buildsize;
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 | <listitem>
|
---|
70 | <para>
|
---|
71 | Estimated build time: &hexchat-time;
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 | </itemizedlist>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
79 | <para role="required">
|
---|
80 | <xref linkend="dbus-glib"/>,
|
---|
81 | <xref linkend="glib2"/>, and
|
---|
82 | <xref linkend="libnotify"/>
|
---|
83 | </para>
|
---|
84 |
|
---|
85 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
86 | <para role="recommended">
|
---|
87 | <xref linkend="gtk2"/>,
|
---|
88 | <xref linkend="libcanberra"/>, and
|
---|
89 | <xref linkend="lua"/>
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
93 | <para role="optional">
|
---|
94 | <xref linkend="dbus-glib"/>,
|
---|
95 | <xref linkend="iso-codes"/>,
|
---|
96 | <!-- <xref linkend="libcanberra"/>, -->
|
---|
97 | <xref linkend="libnotify"/>,
|
---|
98 | <xref linkend="pciutils"/>,
|
---|
99 | <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
|
---|
100 | <ulink url="http://luajit.org/">luajit</ulink>
|
---|
101 | </para>
|
---|
102 |
|
---|
103 | <para condition="html" role="usernotes">User Notes:
|
---|
104 | <ulink url="&blfs-wiki;/hexchat"/></para>
|
---|
105 |
|
---|
106 | </sect2>
|
---|
107 |
|
---|
108 | <sect2 role="installation">
|
---|
109 | <title>Installation of HexChat</title>
|
---|
110 |
|
---|
111 | <para>
|
---|
112 | Install <application>HexChat</application> by running the following
|
---|
113 | commands:
|
---|
114 | </para>
|
---|
115 |
|
---|
116 | <screen><userinput>mkdir build &&
|
---|
117 | cd build &&
|
---|
118 |
|
---|
119 | meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=lua .. &&
|
---|
120 | ninja</userinput></screen>
|
---|
121 |
|
---|
122 | <para>
|
---|
123 | This package does not come with a test suite.
|
---|
124 | </para>
|
---|
125 |
|
---|
126 | <para>
|
---|
127 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
128 | </para>
|
---|
129 |
|
---|
130 | <screen role="root"><userinput>ninja install</userinput></screen>
|
---|
131 |
|
---|
132 | </sect2>
|
---|
133 |
|
---|
134 | <sect2 role="commands">
|
---|
135 | <title>Command Explanations</title>
|
---|
136 |
|
---|
137 | <para>
|
---|
138 | <parameter>-Dwith-lua=lua</parameter>: By default, this package
|
---|
139 | will look for luajit. Use the normal lua instead.
|
---|
140 | </para>
|
---|
141 |
|
---|
142 | <para>
|
---|
143 | <option>-Dwith-libcanberra=false</option>: Use this switch if you have
|
---|
144 | libcanberra not installed.
|
---|
145 | </para>
|
---|
146 |
|
---|
147 | </sect2>
|
---|
148 |
|
---|
149 | <sect2 role="content">
|
---|
150 | <title>Contents</title>
|
---|
151 |
|
---|
152 | <segmentedlist>
|
---|
153 | <segtitle>Installed Program</segtitle>
|
---|
154 | <segtitle>Installed Libraries</segtitle>
|
---|
155 | <segtitle>Installed Directory</segtitle>
|
---|
156 |
|
---|
157 | <seglistitem>
|
---|
158 | <seg>hexchat</seg>
|
---|
159 | <seg>None</seg>
|
---|
160 | <seg>/usr/lib/hexchat</seg>
|
---|
161 | </seglistitem>
|
---|
162 | </segmentedlist>
|
---|
163 |
|
---|
164 | <variablelist>
|
---|
165 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
166 | <?dbfo list-presentation="list"?>
|
---|
167 | <?dbhtml list-presentation="table"?>
|
---|
168 |
|
---|
169 | <varlistentry id="hexchat-prog">
|
---|
170 | <term><command>hexchat</command></term>
|
---|
171 | <listitem>
|
---|
172 | <para>
|
---|
173 | is a graphical Internet Relay Chat (IRC) client
|
---|
174 | </para>
|
---|
175 | <indexterm zone="hexchat hexchat-prog">
|
---|
176 | <primary sortas="b-hexchat">hexchat</primary>
|
---|
177 | </indexterm>
|
---|
178 | </listitem>
|
---|
179 | </varlistentry>
|
---|
180 |
|
---|
181 | </variablelist>
|
---|
182 |
|
---|
183 | </sect2>
|
---|
184 |
|
---|
185 | </sect1>
|
---|