source: xsoft/other/hexchat.xml@ 45ab6c7

11.0 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.5 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 "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 <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 &lfs101_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 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="dbus-glib"/>,
80 <xref linkend="glib2"/>, and
81 <xref linkend="libnotify"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gtk2"/> and
87 <xref linkend="libcanberra"/>
88 <!--<xref linkend="lua"/> -->
89 <!-- Lua plugin support is currently broken and causes Hexchat to crash
90 upon startup.
91 FIXME: Check upstream in a few days.-->
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="dbus-glib"/>,
97 <xref linkend="iso-codes"/>,
98 <!-- <xref linkend="libcanberra"/>, -->
99 <xref linkend="libnotify"/>,
100 <xref linkend="pciutils"/>,
101 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
102 <ulink url="http://luajit.org/">luajit</ulink>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/hexchat"/></para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of HexChat</title>
112
113 <para>
114 First, fix the python plugin:
115 </para>
116
117<screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
118
119 <para>
120 Install <application>HexChat</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=false .. &amp;&amp;
128ninja</userinput></screen>
129
130 <para>
131 This package does not come with a test suite.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>ninja install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <!--
146 <para>
147 <parameter>-Dwith-lua=lua</parameter>: By default, this package
148 will look for luajit. Use the normal lua instead.
149 </para>
150 -->
151
152 <para>
153 <parameter>-Dwith-lua=false</parameter>: By default, this package will
154 look for luajit. However, the Lua plugin support is currently broken
155 and will cause the application to crash on startup.
156 </para>
157
158 <para>
159 <option>-Dwith-libcanberra=false</option>: Use this switch if you have
160 libcanberra not installed.
161 </para>
162
163 </sect2>
164
165 <sect2 role="content">
166 <title>Contents</title>
167
168 <segmentedlist>
169 <segtitle>Installed Program</segtitle>
170 <segtitle>Installed Libraries</segtitle>
171 <segtitle>Installed Directory</segtitle>
172
173 <seglistitem>
174 <seg>hexchat</seg>
175 <seg>None</seg>
176 <seg>/usr/lib/hexchat</seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="hexchat-prog">
186 <term><command>hexchat</command></term>
187 <listitem>
188 <para>
189 is a graphical Internet Relay Chat (IRC) client
190 </para>
191 <indexterm zone="hexchat hexchat-prog">
192 <primary sortas="b-hexchat">hexchat</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.