source: xsoft/other/hexchat.xml@ 73046e65

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 73046e65 was 4026a19, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to WebkitGTK+-2.12.3
Add Python3 as a required dependency for ISO Codes
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17559 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 <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
8 <!ENTITY hexchat-download-ftp " ">
9 <!ENTITY hexchat-md5sum "ff49a1d6e3f47bd4345ce269ad41d205">
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;&gcc6_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">
68 <xref linkend="gtk2"/> and
69 <xref linkend="lua"/>
70 </para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="dbus-glib"/>,
75 <xref linkend="iso-codes"/>,
76 <xref linkend="libcanberra"/>,
77 <xref linkend="libnotify"/>,
78 <xref linkend="openssl"/>,
79 <xref linkend="pciutils"/>, and
80 <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/hexchat"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of HexChat</title>
90
91 <para>Install <application>HexChat</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para>
109 <option>--disable-python --enable-python=python3</option>: By default,
110 <command>configure</command> will look for Python 2 to build the Python
111 plugin and will error out if it can't find it. Use one of these switches
112 if you wish to either disable the plugin or use Python 3 instead.
113 </para>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Program</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directory</segtitle>
124
125 <seglistitem>
126 <seg>hexchat</seg>
127 <seg>None</seg>
128 <seg>/usr/lib/hexchat</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="hexchat-prog">
138 <term><command>hexchat</command></term>
139 <listitem>
140 <para> is a graphical Internet Relay Chat (IRC) client.</para>
141 <indexterm zone="hexchat hexchat-prog">
142 <primary sortas="b-hexchat">hexchat</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.