Changeset 86da971


Ignore:
Timestamp:
08/02/2013 12:41:18 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b0ed6bdf
Parents:
a326dbd
Message:

Update to balsa-2.5.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra326dbd r86da971  
    8282<!ENTITY lfs73_built          "<para>This package is known to build using an LFS
    8383                              7.3 platform but has not been tested.</para>">
     84
     85<!ENTITY lfs74_checked        "<para>This package is known to build and work
     86                              properly using an LFS-7.4 platform.</para>">
     87<!ENTITY lfs74_built          "<para>This package is known to build using an LFS
     88                              7.4 platform but has not been tested.</para>">
    8489
    8590<!-- usage: <para>&lfssvn_checked;ccyymmdd&lfssvn_checked2;</para> -->
     
    731736
    732737<!-- Chapter 37 -->
    733 <!ENTITY balsa-version                "2.4.12">
     738<!ENTITY balsa-version                "2.5.1">
    734739<!ENTITY blueman-version              "1.23">
    735740<!ENTITY ekiga-version                "4.0.1">
  • introduction/welcome/changelog.xml

    ra326dbd r86da971  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to balsa-2.5.1.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[bdubbs] - Update to icedtea-web-1.4.</para>
    5154        </listitem>
  • xsoft/other/balsa.xml

    ra326dbd r86da971  
    77  <!ENTITY balsa-download-http "http://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.bz2">
    88  <!ENTITY balsa-download-ftp  " ">
    9   <!ENTITY balsa-md5sum        "8b592b128521338ae3e108c363e178af">
    10   <!ENTITY balsa-size          "3.9 MB">
    11   <!ENTITY balsa-buildsize     "69 MB">
    12   <!ENTITY balsa-time          "0.6 SBU">
     9  <!ENTITY balsa-md5sum        "afd175b4de2c6cc685ace50dc3ad61ff">
     10  <!ENTITY balsa-size          "3.7 MB">
     11  <!ENTITY balsa-buildsize     "72 MB">
     12  <!ENTITY balsa-time          "0.5 SBU">
    1313]>
    1414
     
    3333    <application>GNOME</application>-2 based mail client.</para>
    3434
    35     &lfs72_checked;
     35    &lfs73_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required">
     63      <xref linkend="libesmtp"/>,
    6364      <xref linkend="rarian"/>,
    6465      <xref linkend="gmime"/>, and
     
    7172    <bridgehead renderas="sect4">Recommended</bridgehead>
    7273    <para role="recommended">
    73       <xref linkend="libesmtp"/> (required for outgoing SMTP service) and
    7474      <xref linkend="pcre"/>
    7575    </para>
     
    107107    commands:</para>
    108108
    109 <screen><userinput>./configure --prefix=/usr            \
     109<screen><userinput>sed -i "/(HAVE_CONFIG_H)/i \
     110#include &lt;glib-2.0/glib.h&gt;" src/main-window.c &amp;&amp;
     111
     112
     113./configure --prefix=/usr            \
    110114            --sysconfdir=/etc/gnome  \
    111115            --localstatedir=/var/lib \
    112116            --with-rubrica           \
    113117            --without-html-widget    \
    114             --without-esmtp          \
    115118            --without-libnotify      \
    116119            --without-nm             \
    117             --without-gtkspell       \
    118             ENABLE_SK_FALSE='#'  &amp;&amp;
     120            --without-gtkspell       &amp;&amp;
    119121make</userinput></screen>
    120122
     
    132134    <para><parameter>--with-rubrica</parameter>: This parameter is used
    133135    to provide Rubrica2 address book support.</para>
    134 
    135     <para><option>--without-esmtp</option>: Use this parameter if
    136     you don't have <application>libESMTP</application> installed.</para>
    137136
    138137    <para><option>--with-ssl</option>: Use this option to enable SSL support if
     
    152151    <para><option>--enable-smime</option>: Use this option to enable S/MIME
    153152    support if <application>GnuPG-2.x.x</application> is installed.</para>
    154 
    155     <para><option>ENABLE_SK_FALSE='#'</option>: This option bypasses an
    156     error in the configure code.</para>
    157153
    158154  </sect2>
     
    190186        <seg>balsa and balsa-ab</seg>
    191187        <seg>None</seg>
    192         <seg>The following subdirectories of
    193         <envar>$GNOME_PREFIX</envar>/share/:
    194         {gnome/help, omf, sounds}/balsa</seg>
     188        <seg>/usr/share/balsa and /usr/share/sounds/balsa</seg>
    195189      </seglistitem>
    196190    </segmentedlist>
     
    204198        <term><command>balsa</command></term>
    205199        <listitem>
    206           <para>is a <application>GNOME</application>-2 based mail
    207           client.</para>
     200          <para>is a glib based mail client.</para>
    208201          <indexterm zone="balsa balsa-prog">
    209202            <primary sortas="b-balsa">balsa</primary>
Note: See TracChangeset for help on using the changeset viewer.