The Balsa package contains a lightweight GTK+-based mail client.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://gitlab.gnome.org/GNOME/balsa/-/archive/2.6.5/balsa-2.6.5.tar.gz
MD5 校验和:c1039c22e8c2544c6a357626d71b6220
大小:6.0 MB
预计所需磁盘空间:44 MB
预计构建时间:0.1 SBU(并行度=4)
enchant-2.8.18, GMime-3.2.15, gpgme-2.1.2, GTK-3.24.52, libical-4.0.3, libnotify-0.8.8, and libsecret-0.21.7
MTA (that provides a sendmail command)
Compface-1.5.2, gspell-1.14.4, gtksourceview-3.24.11, libcanberra-0.30, MIT Kerberos V5-1.22.2, OpenLDAP-2.6.13, Procmail-3.24, WebKitGTK-2.52.4, html2text, libxapp, osmo, and yelp-tools
First, fix a failure to build with libical-4:
patch -Np1 -i ../balsa-2.6.5-libical_4_fixes-1.patch
Install Balsa by running the following commands:
mkdir build &&
cd build &&
meson setup .. --prefix=/usr \
--buildtype=release \
-D html-widget=no &&
ninja
This package does not come with a test suite.
Now, as the root user:
ninja install
-D html-widget=no: This
option disables building the HTML renderer. If you want the HTML
renderer to be built, verify that you have WebKitGTK-2.52.4
installed, and then remove this option.
-D canberra=true: This switch enables
support for event sounds via libcanberra-0.30.
-D compface=true: This switch enables
support for using Compface-1.5.2 to compress thumbnails
for contacts.
-D gcr=true: This switch enables
support for using libgcr for handling TLS certificates. This
requires that the Gcr-3.41.2 package is installed, which is part of
a runtime dependency for libsecret.
-D gss=true: This switch enables
support for Kerberos authentication. This requires that the
MIT Kerberos V5-1.22.2 package is
installed.
-D ldap=true: This switch enables LDAP
address book support. This requires that the OpenLDAP-2.6.13 package is installed.