Changeset 9a7afe6e
- Timestamp:
- 06/01/2015 11:58:45 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8a877fb
- Parents:
- 7c77e55
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libesmtp.xml
r7c77e55 r9a7afe6e 34 34 to manage email submission to a mail transport layer.</para> 35 35 36 &lfs77_checked; 36 &lfs77_checked; &gcc5_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> -
introduction/welcome/changelog.xml
r7c77e55 r9a7afe6e 48 48 <para>June 1st, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to balsa-2.5.2. Fixes 52 <ulink url="&blfs-ticket-root;6553">#6553</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - Update to sharutils-4.15.2. Fixes -
packages.ent
r7c77e55 r9a7afe6e 600 600 <!-- Chapter 36 --> 601 601 <!ENTITY asymptote-version "2.32"> 602 <!ENTITY balsa-version "2.5. 1">602 <!ENTITY balsa-version "2.5.2"> 603 603 <!ENTITY ekiga-version "4.0.1"> 604 604 <!ENTITY feh-version "2.13.1"> -
xsoft/other/balsa.xml
r7c77e55 r9a7afe6e 7 7 <!ENTITY balsa-download-http "http://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.bz2"> 8 8 <!ENTITY balsa-download-ftp " "> 9 <!ENTITY balsa-md5sum " afd175b4de2c6cc685ace50dc3ad61ff">10 <!ENTITY balsa-size "3. 7MB">11 <!ENTITY balsa-buildsize "7 2MB">9 <!ENTITY balsa-md5sum "da3b500b5c939f85071fb1fe3e3efc01"> 10 <!ENTITY balsa-size "3.9 MB"> 11 <!ENTITY balsa-buildsize "78 MB"> 12 12 <!ENTITY balsa-time "0.5 SBU"> 13 13 ]> … … 33 33 <application>GNOME</application>-2 based mail client.</para> 34 34 35 &lfs77_checked; 35 &lfs77_checked; &gcc5_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 78 78 <bridgehead renderas="sect4">Optional</bridgehead> 79 79 <para role="optional"> 80 <ulink url="&gnome-download-http;/gtkhtml/">GtkHTML</ulink>,81 80 <xref linkend="gtksourceview"/>, 82 81 <xref linkend="openssl"/>, … … 85 84 <xref linkend="mitkrb"/>, 86 85 <xref linkend="libnotify"/>, 87 <xref linkend="sqlite"/>, and88 86 <xref linkend="server-mail"/> (that provides a 89 87 <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> 92 93 </para> 93 94 … … 108 109 commands:</para> 109 110 110 <screen><userinput>sed -i "/(HAVE_CONFIG_H)/i \ 111 #include <glib-2.0/glib.h>" src/main-window.c && 112 113 ./configure --prefix=/usr \ 114 --sysconfdir=/etc/gnome \ 111 <screen><userinput>./configure --prefix=/usr \ 112 --sysconfdir=/etc \ 115 113 --localstatedir=/var/lib \ 116 114 --with-rubrica \ 117 115 --without-html-widget \ 118 116 --without-libnotify \ 119 --without-nm \120 117 --without-gtkspell && 121 118 make</userinput></screen> … … 198 195 <term><command>balsa</command></term> 199 196 <listitem> 200 <para>is a glib based mail client.</para> 197 <para> 198 is a glib based mail client. 199 </para> 201 200 <indexterm zone="balsa balsa-prog"> 202 201 <primary sortas="b-balsa">balsa</primary> … … 205 204 </varlistentry> 206 205 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 207 218 </variablelist> 208 219
Note:
See TracChangeset
for help on using the changeset viewer.