source: xsoft/other/hexchat.xml@ b3932b7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 b3932b7 was b3932b7, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update hexchat for the repacked tarball

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

  • Property mode set to 100644
File size: 4.6 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 "4b1918e0529aa534157bd7b3b5cd2fd8">
11 <!ENTITY hexchat-size "1.4 MB">
12 <!ENTITY hexchat-buildsize "35 MB">
13 <!ENTITY hexchat-time "0.3 SBU">
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 &lfs7a_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="openssl"/>,
80 <xref linkend="pciutils"/>, and
81 <ulink url="https://code.google.com/p/libproxy/">libproxy</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>./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para>
110 <option>--disable-python --enable-python=python3</option>: By default,
111 <command>configure</command> will look for Python 2 to build the Python
112 plugin and will error out if it can't find it. Use one of these switches
113 if you wish to either disable the plugin or use Python 3 instead.
114 </para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directory</segtitle>
125
126 <seglistitem>
127 <seg>hexchat</seg>
128 <seg>None</seg>
129 <seg>/usr/lib/hexchat</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="hexchat-prog">
139 <term><command>hexchat</command></term>
140 <listitem>
141 <para> is a graphical Internet Relay Chat (IRC) client.</para>
142 <indexterm zone="hexchat hexchat-prog">
143 <primary sortas="b-hexchat">hexchat</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.