source: xsoft/other/balsa.xml@ 1c984ec

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

Update to thunderbird-52.3.0
Rest of XSoft tags

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

  • Property mode set to 100644
File size: 7.8 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 balsa-download-http "http://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.bz2">
8 <!ENTITY balsa-download-ftp " ">
9 <!ENTITY balsa-md5sum "d02bc62af34c4d1b0c1f6cfb4efff8db">
10 <!ENTITY balsa-size "4.1 MB">
11 <!ENTITY balsa-buildsize "72 MB">
12 <!ENTITY balsa-time "0.4 SBU">
13]>
14
15<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
16 <?dbhtml filename="balsa.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Balsa-&balsa-version;</title>
24
25 <indexterm zone="balsa">
26 <primary sortas="a-Balsa">Balsa</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Balsa</title>
31
32 <para>The <application>Balsa</application> package contains a
33 <application>GNOME</application>-2 based mail client.</para>
34
35 &lfs81_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&balsa-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&balsa-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &balsa-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &balsa-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &balsa-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &balsa-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Required patch: <ulink url="&patch-root;/balsa-&balsa-version;-openssl-1.1.0-1.patch"/></para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="aspell"/>,
71 <xref linkend="enchant"/>,
72 <xref linkend="gmime"/>,
73 <xref linkend="libesmtp"/>, and
74 <xref linkend="rarian"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="pcre"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="compface"/>,
85 <xref linkend="gtksourceview"/>,
86 <xref linkend="libnotify"/>,
87 <xref linkend="mitkrb"/>,
88 <xref linkend="server-mail"/> (that provides a
89 <command>sendmail</command> command, note that it is only used if you
90 didn't install the required <application>libESMTP</application>
91 package),
92 <xref linkend="openldap"/>,
93 <xref linkend="openssl"/>,
94 <xref linkend="sqlite"/>,
95 <xref linkend="webkitgtk"/>,
96 <ulink url="&gnome-download-http;/yelp-tools/">yelp-tools</ulink>, and
97 <ulink url="https://pypi.python.org/pypi/html2text/">python-html2text</ulink>
98 </para>
99
100 <bridgehead renderas="sect4">Optional to Build S/MIME Support</bridgehead>
101 <para role="optional">
102 <xref linkend='gpgme'/>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/balsa"/></para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Balsa</title>
112
113 <para>Fix a build issue with <xref linkend="openssl"/>:</para>
114
115<screen><userinput>patch -Np1 -i ../balsa-&balsa-version;-openssl-1.1.0-1.patch</userinput></screen>
116
117 <para>Install <application>Balsa</application> by running the following
118 commands:</para>
119
120<screen><userinput>./configure --prefix=/usr \
121 --sysconfdir=/etc \
122 --localstatedir=/var/lib \
123 --without-html-widget \
124 --without-libnotify &amp;&amp;
125make</userinput></screen>
126
127 <para>This package does not come with a test suite.</para>
128
129 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
130
131<screen role='root'><userinput>make install</userinput></screen>
132
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138<!-- Removed from 2.5.3
139 <para><parameter>- -with-rubrica</parameter>: This parameter is used
140 to provide Rubrica2 address book support.</para>
141-->
142
143 <para><option>--enable-smime</option>: Use this option to enable S/MIME
144 support if <application>GnuPG-2.x.x</application> is installed.</para>
145
146 <para><option>--with-canberra</option>: Enable libcanbera support.</para>
147
148 <para><option>--with-compface</option>: Enable compface support.</para>
149
150 <para><option>--witg-gcr</option>: Use libgcr for TLS support.</para>
151
152 <para><option>--with-gss</option>: Enable GSSAPI support.</para>
153
154 <para><option>--with-ldap</option>: Use this option to enable LDAP address
155 book support if <application>OpenLDAP</application> is installed.</para>
156
157 <para><option>--with-libsecret</option>: Enable strong password
158 support.</para>
159
160 <para><option>--with-gpgme</option>: Use this option to enable GPG support
161 if <quote><application>GnuPG</application> Made Easy</quote>
162 (<application>GPGME</application>) is installed.</para>
163
164 <para><option>-with-html-widget</option>: enable the html renderer (remove
165 <parameter>--without-html-widget</parameter>).</para>
166
167 <para><option>--with-sqlite</option>: Use this option to enable SQLite
168 address book support if <application>SQLite</application> is
169 installed.</para>
170
171 </sect2>
172
173 <sect2 role="configuration">
174 <title>Configuring Balsa</title>
175
176 <sect3>
177 <title>Configuration Information</title>
178
179 <para>All configuration of <application>Balsa</application> is done
180 through the <application>Balsa</application> menu system, with mailbox
181 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
182
183 <para>If you are unable to connect to your ISP, they probably don't
184 support APOP. Disable it in Settings/Preferences/POP3/advanced.</para>
185
186 <para>If you enable filters for your incoming POP3 mail, you must have
187 <xref linkend="procmail"/> installed, as the incoming mail will be
188 handed off to <command>procmail</command> for processing.</para>
189
190 </sect3>
191
192 </sect2>
193
194 <sect2 role="content">
195 <title>Contents</title>
196
197 <segmentedlist>
198 <segtitle>Installed Programs</segtitle>
199 <segtitle>Installed Libraries</segtitle>
200 <segtitle>Installed Directories</segtitle>
201
202 <seglistitem>
203 <seg>balsa and balsa-ab</seg>
204 <seg>None</seg>
205 <seg>/etc/sounds/events,
206 /usr/share/balsa,
207 and /usr/share/sounds/balsa</seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="balsa-prog">
217 <term><command>balsa</command></term>
218 <listitem>
219 <para>
220 is a glib based mail client.
221 </para>
222 <indexterm zone="balsa balsa-prog">
223 <primary sortas="b-balsa">balsa</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="balsa-ab">
229 <term><command>balsa-ab</command></term>
230 <listitem>
231 <para>
232 is the address-book application used by <command>balsa</command>.
233 </para>
234 <indexterm zone="balsa balsa-ab">
235 <primary sortas="b-balsa">balsa-ab</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.