source: xsoft/other/balsa.xml@ 805d241

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 805d241 was fc11d2d, checked in by Douglas R. Reno <renodr@…>, 18 months ago

Adapt Balsa to changes in WebKitGTK+-2.38.

  • 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_fixes-2.patch"/>
75 Required patch
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 build issues when configuring without WebKitGTK+, or when
136 using WebKitGTK+-2.38 or later.
137 </para>
138
139<screen><userinput>patch -Np1 -i ../balsa-&balsa-version;-upstream_fixes-2.patch</userinput></screen>
140
141 <para>
142 Install <application>Balsa</application> by running the following
143 commands:
144 </para>
145
146<screen><userinput>./configure --prefix=/usr \
147 --sysconfdir=/etc \
148 --localstatedir=/var/lib \
149 --without-html-widget &amp;&amp;
150make</userinput></screen>
151
152 <para>
153 This package does not come with a test suite.
154 </para>
155
156 <para>
157 Now, as the <systemitem class="username">root</systemitem> user:
158 </para>
159
160<screen role='root'><userinput>make install</userinput></screen>
161
162 </sect2>
163
164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
167 <!-- Support has been added for this, but the option is still unrecognized.
168 <para>
169 <parameter>- -with-rubrica</parameter>: This parameter is used
170 to provide Rubrica2 address book support.
171 </para>
172 -->
173
174 <!-- configure says this is an invalid option with 2.5.11
175 <para>
176 <option>- -enable-smime</option>: Use this option to enable S/MIME
177 support if <application>GnuPG-2.x.x</application> is installed.
178 </para>
179 -->
180
181 <para>
182 <parameter>--without-html-widget</parameter>: This option disables
183 building the HTML renderer. If you want the HTML renderer to be built,
184 verify that you have <xref linkend="webkitgtk"/> installed, and then
185 remove this option.
186 </para>
187
188 <para>
189 <option>--with-canberra</option>: Enable libcanberra support.
190 </para>
191
192 <para>
193 <option>--with-compface</option>: Enable compface support.
194 </para>
195
196 <para>
197 <option>--with-gcr</option>: Use libgcr for TLS support.
198 </para>
199
200 <para>
201 <option>--with-gss</option>: Enable GSSAPI support.
202 </para>
203
204 <para>
205 <option>--with-ldap</option>: Use this option to enable LDAP address
206 book support if <application>OpenLDAP</application> is installed.
207 </para>
208
209 <para>
210 <option>--with-libsecret</option>: Enable strong password
211 support and support for gnome-keyring to store passwords.
212 </para>
213
214 <!-- configure says this is an invalid option with 2.5.11
215 <para>
216 <option>- -with-gpgme</option>: Use this option to enable GPG support
217 if <quote><application>GnuPG</application> Made Easy</quote>
218 (<application>GPGME</application>) is installed.
219 </para>
220 -->
221
222 <para>
223 <option>--with-sqlite</option>: Use this option to enable SQLite
224 address book support if <application>SQLite</application> is
225 installed.
226 </para>
227
228 </sect2>
229
230<!-- All of this information is invalid. These options no longer exist since
231 Balsa was ported to GTK3.
232 <sect2 role="configuration">
233 <title>Configuring Balsa</title>
234
235 <sect3>
236 <title>Configuration Information</title>
237
238 <para>
239 All configuration of <application>Balsa</application> is done
240 through the <application>Balsa</application> menu system, with mailbox
241 configuration done with the Settings&mdash;&gt;Preferences menu.
242 </para>
243
244 <para>
245 If you are unable to connect to your ISP, they probably don't
246 support APOP. Disable it in Settings/Preferences/POP3/advanced.
247 </para>
248
249 <para>
250 If you enable filters for your incoming POP3 mail, you must have
251 <xref linkend="procmail"/> installed, as the incoming mail will be
252 handed off to <command>procmail</command> for processing.
253 </para>
254
255 </sect3>
256
257 </sect2>
258-->
259
260 <sect2 role="content">
261 <title>Contents</title>
262
263 <segmentedlist>
264 <segtitle>Installed Programs</segtitle>
265 <segtitle>Installed Libraries</segtitle>
266 <segtitle>Installed Directories</segtitle>
267
268 <seglistitem>
269 <seg>balsa and balsa-ab</seg>
270 <seg>None</seg>
271 <seg>/etc/sounds/events,
272 /usr/share/balsa,
273 and /usr/share/sounds/balsa</seg>
274 </seglistitem>
275 </segmentedlist>
276
277 <variablelist>
278 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
279 <?dbfo list-presentation="list"?>
280 <?dbhtml list-presentation="table"?>
281
282 <varlistentry id="balsa-prog">
283 <term><command>balsa</command></term>
284 <listitem>
285 <para>
286 is a glib based mail client
287 </para>
288 <indexterm zone="balsa balsa-prog">
289 <primary sortas="b-balsa">balsa</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="balsa-ab">
295 <term><command>balsa-ab</command></term>
296 <listitem>
297 <para>
298 is the address-book application used by <command>balsa</command>
299 </para>
300 <indexterm zone="balsa balsa-ab">
301 <primary sortas="b-balsa">balsa-ab</primary>
302 </indexterm>
303 </listitem>
304 </varlistentry>
305
306 </variablelist>
307
308 </sect2>
309
310</sect1>
Note: See TracBrowser for help on using the repository browser.