Changeset 9a7afe6e for xsoft


Ignore:
Timestamp:
06/01/2015 11:58:45 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8a877fb
Parents:
7c77e55
Message:

Update to balsa-2.5.2.
Tag libESMTP-1.0.6 for gcc5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/balsa.xml

    r7c77e55 r9a7afe6e  
    77  <!ENTITY balsa-download-http "http://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.bz2">
    88  <!ENTITY balsa-download-ftp  " ">
    9   <!ENTITY balsa-md5sum        "afd175b4de2c6cc685ace50dc3ad61ff">
    10   <!ENTITY balsa-size          "3.7 MB">
    11   <!ENTITY balsa-buildsize     "72 MB">
     9  <!ENTITY balsa-md5sum        "da3b500b5c939f85071fb1fe3e3efc01">
     10  <!ENTITY balsa-size          "3.9 MB">
     11  <!ENTITY balsa-buildsize     "78 MB">
    1212  <!ENTITY balsa-time          "0.5 SBU">
    1313]>
     
    3333    <application>GNOME</application>-2 based mail client.</para>
    3434
    35     &lfs77_checked;
     35    &lfs77_checked; &gcc5_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    7979    <para role="optional">
    80       <ulink url="&gnome-download-http;/gtkhtml/">GtkHTML</ulink>,
    8180      <xref linkend="gtksourceview"/>,
    8281      <xref linkend="openssl"/>,
     
    8584      <xref linkend="mitkrb"/>,
    8685      <xref linkend="libnotify"/>,
    87       <xref linkend="sqlite"/>, and
    8886      <xref linkend="server-mail"/> (that provides a
    8987      <command>sendmail</command> command, note that it is only used if you
    90       didn't install the recommended <application>libESMTP</application>
    91       package)
     88      didn't install the required <application>libESMTP</application>
     89      package),
     90      <xref linkend="sqlite"/>,
     91      <xref linkend="webkitgtk"/>, and
     92      <ulink url="&gnome-download-http;/gtkhtml/">GtkHTML</ulink>
    9293    </para>
    9394
     
    108109    commands:</para>
    109110
    110 <screen><userinput>sed -i "/(HAVE_CONFIG_H)/i \
    111 #include &lt;glib-2.0/glib.h&gt;" src/main-window.c &amp;&amp;
    112 
    113 ./configure --prefix=/usr            \
    114             --sysconfdir=/etc/gnome  \
     111<screen><userinput>./configure --prefix=/usr            \
     112            --sysconfdir=/etc        \
    115113            --localstatedir=/var/lib \
    116114            --with-rubrica           \
    117115            --without-html-widget    \
    118116            --without-libnotify      \
    119             --without-nm             \
    120117            --without-gtkspell       &amp;&amp;
    121118make</userinput></screen>
     
    198195        <term><command>balsa</command></term>
    199196        <listitem>
    200           <para>is a glib based mail client.</para>
     197          <para>
     198            is a glib based mail client.
     199          </para>
    201200          <indexterm zone="balsa balsa-prog">
    202201            <primary sortas="b-balsa">balsa</primary>
     
    205204      </varlistentry>
    206205
     206      <varlistentry id="balsa-ab">
     207        <term><command>balsa-ab</command></term>
     208        <listitem>
     209          <para>
     210            is the address-book application used by <command>balsa</command>.
     211          </para>
     212          <indexterm zone="balsa balsa-ab">
     213            <primary sortas="b-balsa">balsa-ab</primary>
     214          </indexterm>
     215        </listitem>
     216      </varlistentry>
     217
    207218    </variablelist>
    208219
Note: See TracChangeset for help on using the changeset viewer.