glfs/xsoft/other/hexchat.xml
Bruce Dubbs 0d092915a5 Fix hexchat url
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19979 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-03-20 18:22:54 +00:00

154 lines
4.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- For the next version, remove the -repack -->
<!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
<!ENTITY hexchat-download-ftp " ">
<!ENTITY hexchat-md5sum "8dd81178847390be6b860cff367eab18">
<!ENTITY hexchat-size "1.2 MB">
<!ENTITY hexchat-buildsize "30 MB">
<!ENTITY hexchat-time "0.1 SBU (using parallelism=4)">
]>
<sect1 id="hexchat" xreflabel="HexChat-&hexchat-version;">
<?dbhtml filename="hexchat.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>HexChat-&hexchat-version;</title>
<indexterm zone="hexchat">
<primary sortas="a-HexChat">HexChat</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to HexChat</title>
<para><application>HexChat</application> is an IRC chat program. It allows
you to join multiple IRC channels (chat rooms) at the same time, talk
publicly, have private one-on-one conversations, etc. File transfers are
also possible.</para>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&hexchat-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&hexchat-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &hexchat-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &hexchat-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &hexchat-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &hexchat-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="glib2"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gtk2"/> and
<xref linkend="lua"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="dbus-glib"/>,
<xref linkend="iso-codes"/>,
<xref linkend="libcanberra"/>,
<xref linkend="libnotify"/>,
<xref linkend="pciutils"/>,
<ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
<ulink url="http://luajit.org/">luajit</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/hexchat"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of HexChat</title>
<para>Install <application>HexChat</application> by running the following
commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=lua .. &amp;&amp;
ninja</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>-Dwith-lua=lua</option>: By default, this package
will look for luajit. Use the normal lua instead.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>hexchat</seg>
<seg>None</seg>
<seg>/usr/lib/hexchat</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="hexchat-prog">
<term><command>hexchat</command></term>
<listitem>
<para> is a graphical Internet Relay Chat (IRC) client.</para>
<indexterm zone="hexchat hexchat-prog">
<primary sortas="b-hexchat">hexchat</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>