source: xsoft/other/hexchat.xml@ dbd73d6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since dbd73d6 was 75b1a338, checked in by Xi Ruoyao <xry111@…>, 16 months ago

Update more URLs to use https

Mostly plain http -> https replace, if https works. If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

  • Property mode set to 100644
File size: 6.7 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 <!-- 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 "0af269d719c2c047310d44804bb31fdb">
11 <!ENTITY hexchat-size "1.3 MB">
12 <!ENTITY hexchat-buildsize "22 MB">
13 <!ENTITY hexchat-time "less than 0.1 SBU (using parallelism=4)">
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 &lfs112_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="dbus-glib"/>,
106 <xref linkend="iso-codes"/>,
107 <!-- <xref linkend="libcanberra"/>, -->
108 <xref linkend="libnotify"/>,
109 <xref linkend="pciutils"/>,
110 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
111 <ulink url="https://luajit.org/">luajit</ulink>,
112 if python is enabled
113 <ulink url="https://cffi.readthedocs.io/en/latest/">cffi</ulink> and
114 <ulink url="https://github.com/eliben/pycparser">pycparser</ulink>.
115 </para>
116
117 <para condition="html" role="usernotes">User Notes:
118 <ulink url="&blfs-wiki;/hexchat"/></para>
119
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of HexChat</title>
124
125<!-- Since 2.16.0 its not longer required, even when python is enabled
126 <para>
127 First, fix the python plugin:
128 </para>
129-->
130<!-- Since 2.16.0 its added and default:
131<screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
132
133 <para>
134 Next, apply an optional patch to have the "libera.chat" network
135 preconfigured in the client:
136 </para>
137
138<screen><userinput remap="pre">patch -Np1 -i ../hexchat-&hexchat-version;-add_libera_chat-1.patch</userinput></screen>
139-->
140 <para>
141 Install <application>HexChat</application> by running the following
142 commands:
143 </para>
144
145<screen><userinput>mkdir build &amp;&amp;
146cd build &amp;&amp;
147
148meson --prefix=/usr \
149 --buildtype=release \
150 -Dwith-lua=false \
151 -Dwith-python=false \
152 .. &amp;&amp;
153ninja</userinput></screen>
154
155 <para>
156 This package does not come with a test suite.
157 </para>
158
159 <para>
160 Now, as the <systemitem class="username">root</systemitem> user:
161 </para>
162
163<screen role="root"><userinput>ninja install</userinput></screen>
164
165 </sect2>
166
167 <sect2 role="commands">
168 <title>Command Explanations</title>
169
170 <!--
171 <para>
172 <parameter>-Dwith-lua=lua</parameter>: By default, this package
173 will look for luajit. Use the normal lua instead.
174 </para>
175 -->
176
177 <para>
178 <parameter>-Dwith-lua=false</parameter>: By default, this package will
179 look for luajit. However, the Lua plugin support is currently broken
180 and will cause the application to crash on startup.
181 </para>
182
183 <para>
184 <parameter>-Dwith-python=false</parameter>: If the Python interface
185 should be enabled, remove this switch or set it to <literal>true</literal>.
186 When enabling Python, two additional modules (cffi and pycparser)
187 needs to be installed prior to installation of <application>Hexchat</application>.
188 </para>
189
190 <para>
191 <option>-Dwith-libcanberra=false</option>: Use this switch if you have
192 libcanberra not installed.
193 </para>
194
195 </sect2>
196
197 <sect2 role="content">
198 <title>Contents</title>
199
200 <segmentedlist>
201 <segtitle>Installed Program</segtitle>
202 <segtitle>Installed Libraries</segtitle>
203 <segtitle>Installed Directory</segtitle>
204
205 <seglistitem>
206 <seg>hexchat</seg>
207 <seg>None</seg>
208 <seg>/usr/lib/hexchat</seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="hexchat-prog">
218 <term><command>hexchat</command></term>
219 <listitem>
220 <para>
221 is a graphical Internet Relay Chat (IRC) client
222 </para>
223 <indexterm zone="hexchat hexchat-prog">
224 <primary sortas="b-hexchat">hexchat</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 </variablelist>
230
231 </sect2>
232
233</sect1>
Note: See TracBrowser for help on using the repository browser.