source: xsoft/other/hexchat.xml@ 0d93d243

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0d93d243 was 0d93d243, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Remove unneeded patch from hexchat

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