source: xsoft/other/hexchat.xml@ b48f461

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym 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 b48f461 was b48f461, checked in by Igor Živković <igor@…>, 8 years ago

Update to imlib2-1.4.8.
Update to hexchat-2.12.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17104 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 <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
8 <!ENTITY hexchat-download-ftp " ">
9 <!ENTITY hexchat-md5sum "aeb62488debe69994176f85b835844ae">
10 <!ENTITY hexchat-size "1.5 MB">
11 <!ENTITY hexchat-buildsize "50 MB">
12 <!ENTITY hexchat-time "0.3 SBU">
13]>
14
15<sect1 id="hexchat" xreflabel="HexChat-&hexchat-version;">
16 <?dbhtml filename="hexchat.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>HexChat-&hexchat-version;</title>
24
25 <indexterm zone="hexchat">
26 <primary sortas="a-HexChat">HexChat</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to HexChat</title>
31
32 <para><application>HexChat</application> is an IRC chat program. It allows
33 you to join multiple IRC channels (chat rooms) at the same time, talk
34 publicly, have private one-on-one conversations, etc. File transfers are
35 also possible.</para>
36
37 &lfs79_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&hexchat-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&hexchat-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &hexchat-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &hexchat-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &hexchat-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &hexchat-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="glib2"/></para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended"><xref linkend="gtk2"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional">
71 <xref linkend="dbus-glib"/>,
72 <xref linkend="iso-codes"/>,
73 <xref linkend="libcanberra"/>,
74 <xref linkend="libnotify"/>,
75 <xref linkend="openssl"/>,
76 <xref linkend="pciutils"/>, and
77 <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/hexchat"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of HexChat</title>
87
88 <para>Install <application>HexChat</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para>
106 <option>--disable-python --enable-python=python3</option>: By default,
107 <command>configure</command> will look for Python 2 to build the Python
108 plugin and will error out if it can't find it. Use one of these switches
109 if you wish to either disable the plugin or use Python 3 instead.
110 </para>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Program</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directory</segtitle>
121
122 <seglistitem>
123 <seg>hexchat</seg>
124 <seg>None</seg>
125 <seg>/usr/lib/hexchat</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="hexchat-prog">
135 <term><command>hexchat</command></term>
136 <listitem>
137 <para> is a graphical Internet Relay Chat (IRC) client.</para>
138 <indexterm zone="hexchat hexchat-prog">
139 <primary sortas="b-hexchat">hexchat</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.