source: xsoft/other/hexchat.xml@ 8d52465b

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 8d52465b was 8d52465b, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Python2: Remove extra newline before the patch is applied
Hexchat: Fix python plugin and temporarily disable lua plugin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24425 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[7742636c]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
[b3932b7]7 <!-- For the next version, remove the -repack -->
[0d09291]8 <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
[7742636c]9 <!ENTITY hexchat-download-ftp " ">
[9cb3c66d]10 <!ENTITY hexchat-md5sum "9f04c48f011b646b91d03c5776fce776">
[b1c9a4b]11 <!ENTITY hexchat-size "1.2 MB">
[04607fa]12 <!ENTITY hexchat-buildsize "31 MB">
[b1c9a4b]13 <!ENTITY hexchat-time "0.1 SBU (using parallelism=4)">
[7742636c]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
[622c1021]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>
[7742636c]39
[55a63862]40 &lfs101_checked;
[7742636c]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[622c1021]45 <para>
46 Download (HTTP): <ulink url="&hexchat-download-http;"/>
47 </para>
[7742636c]48 </listitem>
49 <listitem>
[622c1021]50 <para>
51 Download (FTP): <ulink url="&hexchat-download-ftp;"/>
52 </para>
[7742636c]53 </listitem>
54 <listitem>
[622c1021]55 <para>
56 Download MD5 sum: &hexchat-md5sum;
57 </para>
[7742636c]58 </listitem>
59 <listitem>
[622c1021]60 <para>
61 Download size: &hexchat-size;
62 </para>
[7742636c]63 </listitem>
64 <listitem>
[622c1021]65 <para>
66 Estimated disk space required: &hexchat-buildsize;
67 </para>
[7742636c]68 </listitem>
69 <listitem>
[622c1021]70 <para>
71 Estimated build time: &hexchat-time;
72 </para>
[7742636c]73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
[622c1021]79 <para role="required">
[56f986f]80 <xref linkend="dbus-glib"/>,
81 <xref linkend="glib2"/>, and
82 <xref linkend="libnotify"/>
[622c1021]83 </para>
[7742636c]84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
[6c29fefb]86 <para role="recommended">
[8d52465b]87 <xref linkend="gtk2"/> and
88 <xref linkend="libcanberra"/>
89 <!--<xref linkend="lua"/> -->
90 <!-- Lua plugin support is currently broken and causes Hexchat to crash
91 upon startup.
92 FIXME: Check upstream in a few days.-->
[6c29fefb]93 </para>
[7742636c]94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="dbus-glib"/>,
98 <xref linkend="iso-codes"/>,
[eb7de89]99 <!-- <xref linkend="libcanberra"/>, -->
[7742636c]100 <xref linkend="libnotify"/>,
[b1c9a4b]101 <xref linkend="pciutils"/>,
102 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
103 <ulink url="http://luajit.org/">luajit</ulink>
[7742636c]104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
107 <ulink url="&blfs-wiki;/hexchat"/></para>
108
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of HexChat</title>
113
[8d52465b]114 <para>
115 First, fix the python plugin:
116 </para>
117
118<screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
119
[622c1021]120 <para>
121 Install <application>HexChat</application> by running the following
122 commands:
123 </para>
[7742636c]124
[b1c9a4b]125<screen><userinput>mkdir build &amp;&amp;
126cd build &amp;&amp;
127
[8d52465b]128meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=false .. &amp;&amp;
[b1c9a4b]129ninja</userinput></screen>
[7742636c]130
[622c1021]131 <para>
132 This package does not come with a test suite.
133 </para>
[7742636c]134
[622c1021]135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
[7742636c]138
[b1c9a4b]139<screen role="root"><userinput>ninja install</userinput></screen>
[7742636c]140
141 </sect2>
142
[b48f461]143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
[8d52465b]146 <!--
[6a3ec9f]147 <para>
[aa41434]148 <parameter>-Dwith-lua=lua</parameter>: By default, this package
149 will look for luajit. Use the normal lua instead.
[6a3ec9f]150 </para>
[8d52465b]151 -->
152
153 <para>
154 <parameter>-Dwith-lua=false</parameter>: By default, this package will
155 look for luajit. However, the Lua plugin support is currently broken
156 and will cause the application to crash on startup.
157 </para>
[6a3ec9f]158
[b48f461]159 <para>
[aa41434]160 <option>-Dwith-libcanberra=false</option>: Use this switch if you have
161 libcanberra not installed.
[b48f461]162 </para>
163
164 </sect2>
165
[7742636c]166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Program</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directory</segtitle>
173
174 <seglistitem>
175 <seg>hexchat</seg>
176 <seg>None</seg>
177 <seg>/usr/lib/hexchat</seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="hexchat-prog">
187 <term><command>hexchat</command></term>
188 <listitem>
[622c1021]189 <para>
[4c24eb0a]190 is a graphical Internet Relay Chat (IRC) client
[622c1021]191 </para>
[7742636c]192 <indexterm zone="hexchat hexchat-prog">
193 <primary sortas="b-hexchat">hexchat</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.