source: xsoft/other/hexchat.xml@ 5ce1bdb

10.0 10.1 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 5ce1bdb was 622c1021, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format xsoft chapter

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

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