Changeset 3cd0429c for xsoft


Ignore:
Timestamp:
03/07/2008 10:50:38 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2a0dbb1e
Parents:
28655a5c
Message:

Updated to Balsa-2.3.22

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7212 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/balsa.xml

    r28655a5c r3cd0429c  
    77  <!ENTITY balsa-download-http "http://balsa.gnome.org/balsa-&balsa-version;.tar.bz2">
    88  <!ENTITY balsa-download-ftp  " ">
    9   <!ENTITY balsa-md5sum        "a1c7fe3454243f1719a19fcdb0905948">
    10   <!ENTITY balsa-size          "2.4 MB">
    11   <!ENTITY balsa-buildsize     "52.2 MB">
    12   <!ENTITY balsa-time          "0.7 SBU">
     9  <!ENTITY balsa-md5sum        "0f9b8dbdd26a1916dcc92f0767e8b4e4">
     10  <!ENTITY balsa-size          "2.5 MB">
     11  <!ENTITY balsa-buildsize     "55 MB">
     12  <!ENTITY balsa-time          "0.6 SBU">
    1313]>
    1414
     
    5959    <bridgehead renderas="sect4">Required</bridgehead>
    6060    <para role="required"><xref linkend="libgnomeui"/>,
    61     <xref linkend="libgnomeprintui"/>,
    6261    <xref linkend="scrollkeeper"/>,
    63     <xref linkend="aspell"/>, and
    64     <xref linkend="gmime"/></para>
     62    <xref linkend="gmime"/>, and
     63    <xref linkend="aspell"/> or
     64    <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink>
     65    (<application>GtkSpell</application> provides on-the-fly as you type
     66    spell checking)</para>
    6567
    6668    <bridgehead renderas="sect4">Recommended</bridgehead>
    6769    <para role="recommended"><xref linkend="libesmtp"/>
    68       (required for outgoing SMTP service)</para>
     70    (required for outgoing SMTP service) and
     71    <xref linkend="pcre"/></para>
    6972
    7073
    7174    <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para role="optional"><xref linkend="libgtkhtml"/>,
     75    <para role="optional"><xref linkend="gtkhtml"/>,
    7376    <xref linkend="gtksourceview"/>,
    7477    <xref linkend="openssl"/>,
    7578    <xref linkend="openldap"/>,
    76     <xref linkend="pcre"/>,
    7779    <xref linkend="compface"/>,
    78     <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (provides
    79       on-the-fly as you type spell checking),
     80    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     81    <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink>,
     82    <ulink url="http://www.sqlite.org/">SQLite</ulink>, and
    8083    an <xref linkend="server-mail"/> (that provides a
    81     <command>sendmail</command> command),
    82     <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and
    83     <ulink url="http://www.sqlite.org/">SQLite</ulink></para>
    84 
    85     <bridgehead renderas="sect4">Optional to Build Experimental S/MIME Support</bridgehead>
     84    <command>sendmail</command> command, note that it is only used if you
     85    didn't install the recommended <application>libESMTP</application>
     86    package)</para>
     87
     88    <bridgehead renderas="sect4">Optional to Build S/MIME Support</bridgehead>
    8689    <para role="optional">
    8790    <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink>
     
    102105            --sysconfdir=&gnome-etc-dir; \
    103106            --localstatedir=/var/lib \
    104             --mandir=$(pkg-config --variable=prefix \
    105                     ORBit-2.0)/share/man \
     107            --with-rubrica \
    106108            --with-gtkhtml=no &amp;&amp;
    107109make</userinput></screen>
     
    127129    href="../../xincludes/scrollkeeper-dir.xml"/>
    128130
    129     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    130     href="../../xincludes/gnome-mandir.xml"/>
     131    <para><parameter>--with-rubrica</parameter>: This parameter is used
     132    to provide Rubrica2 address book support.</para>
    131133
    132134    <para><parameter>--with-gtkhtml=no</parameter>: This parameter is used if
     
    135137    read or write HTML formatted mail messages if you use this parameter.</para>
    136138
    137     <para><parameter>--with-esmtp=no</parameter>: Use this parameter if
     139    <para><option>--with-esmtp=no</option>: Use this parameter if
    138140    you don't have <application>libESMTP</application> installed.</para>
    139141
Note: See TracChangeset for help on using the changeset viewer.