glfs/xsoft/other/hexchat.xml
Igor Živković 6c29fefb29 Update to hexchat-2.12.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17315 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-05-02 10:07:35 +00:00

152 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;
<!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
<!ENTITY hexchat-download-ftp " ">
<!ENTITY hexchat-md5sum "ff49a1d6e3f47bd4345ce269ad41d205">
<!ENTITY hexchat-size "1.5 MB">
<!ENTITY hexchat-buildsize "50 MB">
<!ENTITY hexchat-time "0.3 SBU">
]>
<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>
&lfs79_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="openssl"/>,
<xref linkend="pciutils"/>, and
<ulink url="https://code.google.com/p/libproxy/">libproxy</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>./configure --prefix=/usr &amp;&amp;
make</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>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>--disable-python --enable-python=python3</option>: By default,
<command>configure</command> will look for Python 2 to build the Python
plugin and will error out if it can't find it. Use one of these switches
if you wish to either disable the plugin or use Python 3 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>