source: xsoft/other/hexchat.xml@ b1c9a4b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 b1c9a4b was b1c9a4b, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to vala-0.40.0.
Update to unrar-5.6.1.
Update to hexchat-2.14.1.

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

  • Property mode set to 100644
File size: 4.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;-repack.tar.xz">
9 <!ENTITY hexchat-download-ftp " ">
10 <!ENTITY hexchat-md5sum "8dd81178847390be6b860cff367eab18">
11 <!ENTITY hexchat-size "1.2 MB">
12 <!ENTITY hexchat-buildsize "30 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 <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
33 <para><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.</para>
37
38 &lfs82_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&hexchat-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&hexchat-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &hexchat-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &hexchat-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &hexchat-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &hexchat-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="glib2"/></para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended">
69 <xref linkend="gtk2"/> and
70 <xref linkend="lua"/>
71 </para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="dbus-glib"/>,
76 <xref linkend="iso-codes"/>,
77 <xref linkend="libcanberra"/>,
78 <xref linkend="libnotify"/>,
79 <xref linkend="pciutils"/>,
80 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
81 <ulink url="http://luajit.org/">luajit</ulink>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/hexchat"/></para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of HexChat</title>
91
92 <para>Install <application>HexChat</application> by running the following
93 commands:</para>
94
95<screen><userinput>mkdir build &amp;&amp;
96cd build &amp;&amp;
97
98meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=lua .. &amp;&amp;
99ninja</userinput></screen>
100
101 <para>This package does not come with a test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>ninja install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <option>-Dwith-lua=lua</option>: By default, this package
114 will look for luajit. Use the normal lua instead.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>hexchat</seg>
129 <seg>None</seg>
130 <seg>/usr/lib/hexchat</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="hexchat-prog">
140 <term><command>hexchat</command></term>
141 <listitem>
142 <para> is a graphical Internet Relay Chat (IRC) client.</para>
143 <indexterm zone="hexchat hexchat-prog">
144 <primary sortas="b-hexchat">hexchat</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.