Changeset 86da971
- Timestamp:
- 08/02/2013 12:41:18 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b0ed6bdf
- Parents:
- a326dbd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra326dbd r86da971 82 82 <!ENTITY lfs73_built "<para>This package is known to build using an LFS 83 83 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>"> 84 89 85 90 <!-- usage: <para>&lfssvn_checked;ccyymmdd&lfssvn_checked2;</para> --> … … 731 736 732 737 <!-- Chapter 37 --> 733 <!ENTITY balsa-version "2. 4.12">738 <!ENTITY balsa-version "2.5.1"> 734 739 <!ENTITY blueman-version "1.23"> 735 740 <!ENTITY ekiga-version "4.0.1"> -
introduction/welcome/changelog.xml
ra326dbd r86da971 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to balsa-2.5.1.</para> 51 </listitem> 52 <listitem> 50 53 <para>[bdubbs] - Update to icedtea-web-1.4.</para> 51 54 </listitem> -
xsoft/other/balsa.xml
ra326dbd r86da971 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 " 8b592b128521338ae3e108c363e178af">10 <!ENTITY balsa-size "3. 9MB">11 <!ENTITY balsa-buildsize " 69MB">12 <!ENTITY balsa-time "0. 6SBU">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"> 13 13 ]> 14 14 … … 33 33 <application>GNOME</application>-2 based mail client.</para> 34 34 35 &lfs7 2_checked;35 &lfs73_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 61 <bridgehead renderas="sect4">Required</bridgehead> 62 62 <para role="required"> 63 <xref linkend="libesmtp"/>, 63 64 <xref linkend="rarian"/>, 64 65 <xref linkend="gmime"/>, and … … 71 72 <bridgehead renderas="sect4">Recommended</bridgehead> 72 73 <para role="recommended"> 73 <xref linkend="libesmtp"/> (required for outgoing SMTP service) and74 74 <xref linkend="pcre"/> 75 75 </para> … … 107 107 commands:</para> 108 108 109 <screen><userinput>./configure --prefix=/usr \ 109 <screen><userinput>sed -i "/(HAVE_CONFIG_H)/i \ 110 #include <glib-2.0/glib.h>" src/main-window.c && 111 112 113 ./configure --prefix=/usr \ 110 114 --sysconfdir=/etc/gnome \ 111 115 --localstatedir=/var/lib \ 112 116 --with-rubrica \ 113 117 --without-html-widget \ 114 --without-esmtp \115 118 --without-libnotify \ 116 119 --without-nm \ 117 --without-gtkspell \ 118 ENABLE_SK_FALSE='#' && 120 --without-gtkspell && 119 121 make</userinput></screen> 120 122 … … 132 134 <para><parameter>--with-rubrica</parameter>: This parameter is used 133 135 to provide Rubrica2 address book support.</para> 134 135 <para><option>--without-esmtp</option>: Use this parameter if136 you don't have <application>libESMTP</application> installed.</para>137 136 138 137 <para><option>--with-ssl</option>: Use this option to enable SSL support if … … 152 151 <para><option>--enable-smime</option>: Use this option to enable S/MIME 153 152 support if <application>GnuPG-2.x.x</application> is installed.</para> 154 155 <para><option>ENABLE_SK_FALSE='#'</option>: This option bypasses an156 error in the configure code.</para>157 153 158 154 </sect2> … … 190 186 <seg>balsa and balsa-ab</seg> 191 187 <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> 195 189 </seglistitem> 196 190 </segmentedlist> … … 204 198 <term><command>balsa</command></term> 205 199 <listitem> 206 <para>is a <application>GNOME</application>-2 based mail 207 client.</para> 200 <para>is a glib based mail client.</para> 208 201 <indexterm zone="balsa balsa-prog"> 209 202 <primary sortas="b-balsa">balsa</primary>
Note:
See TracChangeset
for help on using the changeset viewer.