source: xsoft/other/balsa.xml@ 351881f

12.2 trunk
Last change on this file since 351881f was 53cddae6, checked in by Thomas Trepl <thomas@…>, 3 weeks ago

Two tags

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