source: xsoft/other/hexchat.xml

trunk
Last change on this file was 1022c00c, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tags and a small wording change in libreoffice

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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://github.com/hexchat/hexchat/releases/download/v&hexchat-version;/hexchat-&hexchat-version;.tar.xz">
9 <!ENTITY hexchat-download-ftp " ">
10 <!ENTITY hexchat-md5sum "6970b1eef39db56c9f5380efd81e55bf">
11 <!ENTITY hexchat-size "1.3 MB">
12 <!ENTITY hexchat-buildsize "22 MB">
13 <!ENTITY hexchat-time "0.2 SBU">
14]>
15
16<sect1 id="hexchat" xreflabel="HexChat-&hexchat-version;">
17 <?dbhtml filename="hexchat.html"?>
18
19
20 <title>HexChat-&hexchat-version;</title>
21
22 <indexterm zone="hexchat">
23 <primary sortas="a-HexChat">HexChat</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to HexChat</title>
28
29 <para>
30 <application>HexChat</application> is an IRC chat program. It allows
31 you to join multiple IRC channels (chat rooms) at the same time, talk
32 publicly, have private one-on-one conversations, etc. File transfers are
33 also possible.
34 </para>
35
36 &lfs121_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&hexchat-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&hexchat-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &hexchat-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &hexchat-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &hexchat-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &hexchat-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72<!--
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Optional patch:
78 <ulink url="&patch-root;/hexchat-&hexchat-version;-add_libera_chat-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82-->
83
84 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="dbus-glib"/>,
89 <xref linkend="glib2"/>, and
90 <xref linkend="libnotify"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="gtk2"/> and
96 <xref linkend="libcanberra"/>
97 <!--<xref linkend="lua"/> -->
98 <!-- Lua plugin support is currently broken and causes Hexchat to crash
99 upon startup.
100 FIXME: Check upstream in a few days.-->
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="iso-codes"/>,
106 <!-- <xref linkend="libcanberra"/>, -->
107 <xref linkend="libnotify"/>,
108 <xref linkend="pciutils"/>,
109 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
110 <ulink url="https://luajit.org/">luajit</ulink>,
111 if python is enabled
112 <ulink url="https://cffi.readthedocs.io/en/latest/">cffi</ulink> and
113 <ulink url="https://github.com/eliben/pycparser">pycparser</ulink>.
114 </para>
115
116
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of HexChat</title>
121
122<!-- Since 2.16.0 its not longer required, even when python is enabled
123 <para>
124 First, fix the python plugin:
125 </para>
126-->
127<!-- Since 2.16.0 its added and default:
128<screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
129
130 <para>
131 Next, apply an optional patch to have the "libera.chat" network
132 preconfigured in the client:
133 </para>
134
135<screen><userinput remap="pre">patch -Np1 -i ../hexchat-&hexchat-version;-add_libera_chat-1.patch</userinput></screen>
136-->
137 <para>
138 Install <application>HexChat</application> by running the following
139 commands:
140 </para>
141
142<screen><userinput>mkdir build &amp;&amp;
143cd build &amp;&amp;
144
145meson setup .. \
146 --prefix=/usr \
147 --buildtype=release \
148 -Dwith-lua=false \
149 -Dwith-python=false &amp;&amp;
150ninja</userinput></screen>
151
152 <para>
153 This package does not come with a test suite.
154 </para>
155
156 <para>
157 Now, as the <systemitem class="username">root</systemitem> user:
158 </para>
159
160<screen role="root"><userinput>ninja install</userinput></screen>
161
162 </sect2>
163
164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
167 <!--
168 <para>
169 <parameter>-Dwith-lua=lua</parameter>: By default, this package
170 will look for luajit. Use the normal lua instead.
171 </para>
172 -->
173
174 <para>
175 <parameter>-Dwith-lua=false</parameter>: By default, this package will
176 look for luajit. However, the Lua plugin support is currently broken
177 and will cause the application to crash on startup.
178 </para>
179
180 <para>
181 <parameter>-Dwith-python=false</parameter>: If the Python interface
182 should be enabled, remove this switch or set it to <literal>true</literal>.
183 When enabling Python, two additional modules (cffi and pycparser)
184 needs to be installed prior to installation of <application>Hexchat</application>.
185 </para>
186
187 <para>
188 <option>-Dwith-libcanberra=false</option>: Use this switch if you have
189 libcanberra not installed.
190 </para>
191
192 </sect2>
193
194 <sect2 role="content">
195 <title>Contents</title>
196
197 <segmentedlist>
198 <segtitle>Installed Program</segtitle>
199 <segtitle>Installed Libraries</segtitle>
200 <segtitle>Installed Directory</segtitle>
201
202 <seglistitem>
203 <seg>hexchat</seg>
204 <seg>None</seg>
205 <seg>/usr/lib/hexchat</seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="hexchat-prog">
215 <term><command>hexchat</command></term>
216 <listitem>
217 <para>
218 is a graphical Internet Relay Chat (IRC) client
219 </para>
220 <indexterm zone="hexchat hexchat-prog">
221 <primary sortas="b-hexchat">hexchat</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.