source: xsoft/other/balsa.xml@ d7f56e3

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d7f56e3 was d7f56e3, checked in by Bruce Dubbs <bdubbs@…>, 19 months ago

Fix typo in balsa patch name

  • Property mode set to 100644
File size: 9.0 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 "https://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.xz">
8 <!ENTITY balsa-download-ftp " ">
9 <!ENTITY balsa-md5sum "bebd22cb6bac87ee05255c48ee1d28dd">
10 <!ENTITY balsa-size "3.5 MB">
11 <!ENTITY balsa-buildsize "66 MB">
12 <!ENTITY balsa-time "0.2 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
16 <?dbhtml filename="balsa.html" ?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Balsa-&balsa-version;</title>
23
24 <indexterm zone="balsa">
25 <primary sortas="a-Balsa">Balsa</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Balsa</title>
30
31 <para>
32 The <application>Balsa</application> package contains a
33 <application>GNOME</application>-2 based mail client.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&balsa-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&balsa-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &balsa-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &balsa-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &balsa-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &balsa-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
73
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 <ulink url="&patch-root;/balsa-&balsa-version;-upstream_fix-1.patch"/>
78 Recommended patch, required to build without <xref linkend="webkitgtk"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="aspell"/>,
88 <xref linkend="enchant"/>,
89 <xref linkend="gmime3"/>,
90 <xref linkend="gpgme"/>,
91 <xref linkend="gtk3"/>, and
92 <xref linkend="libnotify"/>
93 <!--<xref linkend="rarian"/>-->
94 </para>
95
96 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
97 <para role="required">
98 <xref role="runtime" linkend="server-mail"/> (that provides a
99 <command>sendmail</command> command)
100 </para>
101
102<!-- in 2.6.3 the only references to pcre are in the old spec file,
103 the INSTALL file which seems to be out of date,
104 and the ChangeLog where it was defaulted to off in 2008.
105 Not mentioned in configure.
106 <bridgehead renderas="sect4">Recommended</bridgehead>
107 <para role="recommended">
108 <xref linkend="pcre"/>
109 </para>-->
110
111 <bridgehead renderas="sect4">Optional</bridgehead>
112 <para role="optional">
113 <xref linkend="compface"/>,
114 <xref linkend="gcr"/>,
115 <xref linkend="gtksourceview"/>,
116 <xref linkend="libcanberra"/>,
117 <xref linkend="libsecret"/>,
118 <xref linkend="mitkrb"/>,
119 <xref linkend="openldap"/>,
120 <xref linkend="procmail"/>,
121 <xref linkend="sqlite"/>,
122 <xref linkend="webkitgtk"/>,
123 <ulink url="https://pypi.python.org/pypi/html2text/">html2text</ulink>,
124 <ulink url="http://clayo.org/osmo/">osmo</ulink>,
125 <ulink url="https://sourceforge.net/projects/rubrica.berlios/">rubrica</ulink>,
126 <ulink url="&gnome-download-http;/yelp-tools/">yelp-tools</ulink>
127 </para>
128
129 <para condition="html" role="usernotes">User Notes:
130 <ulink url="&blfs-wiki;/balsa"/></para>
131
132 </sect2>
133
134 <sect2 role="installation">
135 <title>Installation of Balsa</title>
136
137 <para>
138 First, fix a build issue if html support is not being used:
139 </para>
140
141<screen><userinput>patch -Np1 -i ../balsa-&balsa-version;-upstream_fix-1.patch</userinput></screen>
142
143 <para>
144 Install <application>Balsa</application> by running the following
145 commands:
146 </para>
147
148<screen><userinput>./configure --prefix=/usr \
149 --sysconfdir=/etc \
150 --localstatedir=/var/lib \
151 --without-html-widget &amp;&amp;
152make</userinput></screen>
153
154 <para>
155 This package does not come with a test suite.
156 </para>
157
158 <para>
159 Now, as the <systemitem class="username">root</systemitem> user:
160 </para>
161
162<screen role='root'><userinput>make install</userinput></screen>
163
164 </sect2>
165
166 <sect2 role="commands">
167 <title>Command Explanations</title>
168
169 <!-- Support has been added for this, but the option is still unrecognized.
170 <para>
171 <parameter>- -with-rubrica</parameter>: This parameter is used
172 to provide Rubrica2 address book support.
173 </para>
174 -->
175
176 <!-- configure says this is an invalid option with 2.5.11
177 <para>
178 <option>- -enable-smime</option>: Use this option to enable S/MIME
179 support if <application>GnuPG-2.x.x</application> is installed.
180 </para>
181 -->
182
183 <para>
184 <parameter>--without-html-widget</parameter>: This option disables
185 building the HTML renderer. If you want the HTML renderer to be built,
186 verify that you have <xref linkend="webkitgtk"/> installed, and then
187 remove this option.
188 </para>
189
190 <para>
191 <option>--with-canberra</option>: Enable libcanberra support.
192 </para>
193
194 <para>
195 <option>--with-compface</option>: Enable compface support.
196 </para>
197
198 <para>
199 <option>--with-gcr</option>: Use libgcr for TLS support.
200 </para>
201
202 <para>
203 <option>--with-gss</option>: Enable GSSAPI support.
204 </para>
205
206 <para>
207 <option>--with-ldap</option>: Use this option to enable LDAP address
208 book support if <application>OpenLDAP</application> is installed.
209 </para>
210
211 <para>
212 <option>--with-libsecret</option>: Enable strong password
213 support and support for gnome-keyring to store passwords.
214 </para>
215
216 <!-- configure says this is an invalid option with 2.5.11
217 <para>
218 <option>- -with-gpgme</option>: Use this option to enable GPG support
219 if <quote><application>GnuPG</application> Made Easy</quote>
220 (<application>GPGME</application>) is installed.
221 </para>
222 -->
223
224 <para>
225 <option>--with-sqlite</option>: Use this option to enable SQLite
226 address book support if <application>SQLite</application> is
227 installed.
228 </para>
229
230 </sect2>
231
232<!-- All of this information is invalid. These options no longer exist since
233 Balsa was ported to GTK3.
234 <sect2 role="configuration">
235 <title>Configuring Balsa</title>
236
237 <sect3>
238 <title>Configuration Information</title>
239
240 <para>
241 All configuration of <application>Balsa</application> is done
242 through the <application>Balsa</application> menu system, with mailbox
243 configuration done with the Settings&mdash;&gt;Preferences menu.
244 </para>
245
246 <para>
247 If you are unable to connect to your ISP, they probably don't
248 support APOP. Disable it in Settings/Preferences/POP3/advanced.
249 </para>
250
251 <para>
252 If you enable filters for your incoming POP3 mail, you must have
253 <xref linkend="procmail"/> installed, as the incoming mail will be
254 handed off to <command>procmail</command> for processing.
255 </para>
256
257 </sect3>
258
259 </sect2>
260-->
261
262 <sect2 role="content">
263 <title>Contents</title>
264
265 <segmentedlist>
266 <segtitle>Installed Programs</segtitle>
267 <segtitle>Installed Libraries</segtitle>
268 <segtitle>Installed Directories</segtitle>
269
270 <seglistitem>
271 <seg>balsa and balsa-ab</seg>
272 <seg>None</seg>
273 <seg>/etc/sounds/events,
274 /usr/share/balsa,
275 and /usr/share/sounds/balsa</seg>
276 </seglistitem>
277 </segmentedlist>
278
279 <variablelist>
280 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
281 <?dbfo list-presentation="list"?>
282 <?dbhtml list-presentation="table"?>
283
284 <varlistentry id="balsa-prog">
285 <term><command>balsa</command></term>
286 <listitem>
287 <para>
288 is a glib based mail client
289 </para>
290 <indexterm zone="balsa balsa-prog">
291 <primary sortas="b-balsa">balsa</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="balsa-ab">
297 <term><command>balsa-ab</command></term>
298 <listitem>
299 <para>
300 is the address-book application used by <command>balsa</command>
301 </para>
302 <indexterm zone="balsa balsa-ab">
303 <primary sortas="b-balsa">balsa-ab</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 </variablelist>
309
310 </sect2>
311
312</sect1>
Note: See TracBrowser for help on using the repository browser.