Changeset b41d6f3b


Ignore:
Timestamp:
04/26/2006 01:53:08 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
2441e46
Parents:
4891ef3
Message:

Updated to Balsa-2.3.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4891ef3 rb41d6f3b  
    1 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     1<!ENTITY day          "26">                   <!-- Always 2 digits -->
    22<!ENTITY month        "04">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    519519<!ENTITY thunderbird-version          "1.5.0.2">
    520520<!ENTITY pan-version                  "0.14.2">
    521 <!ENTITY balsa-version                "2.3.6">
     521<!ENTITY balsa-version                "2.3.12">
    522522<!ENTITY gaim-version                 "1.5.0">
    523523
  • introduction/welcome/changelog.xml

    r4891ef3 rb41d6f3b  
    4343
    4444    <listitem>
     45      <para>April 26th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Balsa-2.3.12.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 25th, 2006</para>
    4655      <itemizedlist>
    4756        <listitem>
    4857          <para>[dnicholson] - Fixes for Cyrus SASL-2.1.21. Added patch to
    49           allow OpenLDAP => 2.3, converted GCC-4 patch to an sed, and added
    50           an sed command to put saslauthd man page in the correct location.
     58          allow OpenLDAP => 2.3, converted GCC-4 patch to a sed, and added
     59          a sed command to put saslauthd man page in the correct location.
    5160          Noted method to address LDAPDB plugin circular dependency in the
    5261          User Notes.</para>
  • xsoft/other/balsa.xml

    r4891ef3 rb41d6f3b  
    77  <!ENTITY balsa-download-http "http://balsa.gnome.org/balsa-&balsa-version;.tar.bz2">
    88  <!ENTITY balsa-download-ftp  " ">
    9   <!ENTITY balsa-md5sum        "c357968588edc753ca51d397dbc2a9d3">
    10   <!ENTITY balsa-size          "3.1 MB">
    11   <!ENTITY balsa-buildsize     "52.6 MB">
     9  <!ENTITY balsa-md5sum        "3792d22cde7aceeae37108ed09477711">
     10  <!ENTITY balsa-size          "2.4 MB">
     11  <!ENTITY balsa-buildsize     "52.2 MB">
    1212  <!ENTITY balsa-time          "0.7 SBU">
    1313]>
     
    6565    <xref linkend="libgnomeprintui"/>,
    6666    <xref linkend="scrollkeeper"/>,
    67     <xref linkend="aspell"/> and
     67    <xref linkend="aspell"/>, and
    6868    <xref linkend="gmime"/></para>
    6969
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    7171    <para role="optional"><xref linkend="libgtkhtml"/>,
     72    <xref linkend="gtksourceview"/>,
    7273    <xref linkend="libesmtp"/>,
    7374    <xref linkend="openssl"/>,
    7475    <xref linkend="openldap"/>,
    7576    <xref linkend="pcre"/>,
     77    <xref linkend="compface"/>,
     78    <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (provides
     79    on-the-fly as you type spell checking),
    7680    <xref linkend="sendmail"/> (or other
    7781    <ulink url="../server/mail.html">MTA</ulink> that links to
     
    8387    <para role="optional"><ulink
    8488    url="http://www.gnupg.org/download/index.html#libksba">Libksba</ulink>,
    85     <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink> and
    86     <ulink url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink></para>
     89    <ulink url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink>, and
     90    <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink></para>
    8791
    8892    <para condition="html" role="usernotes">User Notes:
     
    97101    commands:</para>
    98102
    99 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    100     --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; \
    101     --with-gtkhtml=no --with-esmtp=no &amp;&amp;
     103<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     104            --localstatedir=/var/lib \
     105            --sysconfdir=&gnome-etc-dir; \
     106            --with-gtkhtml=no \
     107            --with-esmtp=no &amp;&amp;
    102108make</userinput></screen>
    103109
     
    180186        <seg>balsa and balsa-ab</seg>
    181187        <seg>None</seg>
    182         <seg>$GNOME_PREFIX/share/balsa, $GNOME_PREFIX/share/sounds/balsa and
    183         $GNOME_PREFIX/share/gnome/help/balsa</seg>
     188        <seg>The following subdirectories of $GNOME_PREFIX/share/:
     189        {gnome/help, omf, sounds}/balsa</seg>
    184190      </seglistitem>
    185191    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.