source: xsoft/other/balsa.xml@ 75fee1b

11.3 12.0 12.1 12.2 gimp3 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/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 75fee1b was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 22 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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