Changeset a8c49b1


Ignore:
Timestamp:
11/25/2004 08:16:58 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
36a6231
Parents:
36bcf509
Message:

Updated to Evolution-2.0.2; added a note to create an environment variable in the libgnomeui instructions

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r36bcf509 ra8c49b1  
    366366<!ENTITY gnucash-version              "1.8.9">
    367367<!ENTITY gimp-version                 "2.0.6">
    368 <!ENTITY evolution-version            "1.4.6"> 
     368<!ENTITY evolution-version            "2.0.2"> 
    369369
    370370<!-- Chapter 34 -->   
  • gnome/core/libgnomeui.xml

    r36bcf509 ra8c49b1  
    8181
    8282<sect2>
     83<title>Configuring <application>libgnomeui</application></title>
     84
     85<sect3><title>Configuration information</title>
     86<para>Some applications cannot properly discover the
     87<application>libglade</application> interface library installed by
     88<application>libgnomeui</application>. Get around this problem by initializing
     89an environment variable which identifies the location of the library. Add the
     90following line to the system-wide <filename>/etc/profile</filename> file, or
     91to individual user's <filename>~/.profile</filename> or
     92<filename>~/.bashrc</filename> files:</para>
     93
     94<screen><userinput>export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0</userinput></screen>
     95</sect3>
     96
     97</sect2>
     98
     99<sect2>
    83100<title>Contents</title>
    84101
  • introduction/welcome/changelog.xml

    r36bcf509 ra8c49b1  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>November 25th, 2004 [randy]: Updated to
     26Evolution-2.0.2; added a note to create an environment variable in the
     27libgnomeui instructions.</para></listitem>
    2428
    2529<listitem><para>November 24th, 2004 [randy]: Added new package
  • xsoft/office/evolution.xml

    r36bcf509 ra8c49b1  
    55  %general-entities;
    66
    7   <!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/1.4/evolution-&evolution-version;.tar.bz2">
    8   <!ENTITY evolution-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/1.4/evolution-&evolution-version;.tar.bz2">
    9   <!ENTITY evolution-size          "14 MB">
    10   <!ENTITY evolution-buildsize     "290 MB">
    11   <!ENTITY evolution-time          "6.34 SBU">
    12   <!ENTITY db3117-download         "http://ftp2.nchu.edu.tw/UNIX/Database/BerkeleyDB/db-3.1.17.tar.gz">
    13   <!ENTITY db3117-size             "1.95 MB">
    14   <!ENTITY db3117-buildsize        "28.2 MB">
    15   <!ENTITY db3117-time             "0.22 SBU">
     7  <!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/2.0/evolution-&evolution-version;.tar.bz2">
     8  <!ENTITY evolution-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/2.0/evolution-&evolution-version;.tar.bz2">
     9  <!ENTITY evolution-md5sum        "d3f12240ebb05dc6c984af68b5fe1955">
     10  <!ENTITY evolution-size          "15.4 MB">
     11  <!ENTITY evolution-buildsize     "229 MB">
     12  <!ENTITY evolution-time          "4.70 SBU">
    1613]>
    1714
     
    2825
    2926<para>The <application>Evolution</application> package contains an integrated
    30 mail, calendar and address book suite.</para>
     27mail, calendar and address book suite designed for the
     28<application><acronym>GNOME</acronym>-2</application> environment.</para>
    3129
    3230<sect3><title>Package information</title>
     
    3634<listitem><para>Download (FTP): <ulink
    3735url="&evolution-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &evolution-md5sum;</para></listitem>
    3837<listitem><para>Download size: &evolution-size;</para></listitem>
    39 <listitem><para>Estimated Disk space required:
     38<listitem><para>Estimated disk space required:
    4039&evolution-buildsize;</para></listitem>
    4140<listitem><para>Estimated build time:
     
    4342</sect3>
    4443
    45 <sect3><title>Additional downloads</title>
    46 <para><emphasis>Packages</emphasis></para>
    47 <itemizedlist spacing='compact'>
    48 <listitem><para>Required Application: <ulink
    49 url="&db3117-download;"/></para></listitem>
    50 <listitem><para>Download size: &db3117-size;</para></listitem>
    51 <listitem><para>Estimated Disk space required:
    52 &db3117-buildsize;</para></listitem>
    53 <listitem><para>Estimated build time:
    54 &db3117-time;</para></listitem></itemizedlist>
    55 
    56 <para><emphasis>Patches</emphasis></para>
    57 <itemizedlist spacing='compact'>
    58 <listitem><para>Required Patch: <ulink
    59 url="&patch-root;/evolution-&evolution-version;-gcc34-2.patch"/></para>
    60 </listitem></itemizedlist>
    61 </sect3>
    62 
    6344<sect3><title><application>Evolution</application> dependencies</title>
    6445<sect4><title>Required</title>
    65 <para><xref linkend="openssl"/>,
    66 <xref linkend="libsoup"/>,
    67 <xref linkend="gal"/> and
    68 <xref linkend="gtkhtml"/></para>
     46<para><xref linkend="gtkhtml"/>,
     47<xref linkend="libgtkhtml"/>,
     48<xref linkend="evolution-data-server"/></para>
     49</sect4>
     50
     51<sect4><title>Recommended</title>
     52<para><xref linkend="mozilla"/> (<acronym>NSS</acronym> and
     53<acronym>NSPR</acronym> libs and headers required for
     54<acronym>SSL</acronym> and S/<acronym>MIME</acronym> support)</para>
    6955</sect4>
    7056
     
    7460<ulink url="../server/mail.html">MTA</ulink> that links to
    7561<command>/usr/sbin/sendmail</command>),
    76 <xref linkend="kdebase"/>,
    7762<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    7863<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    79 <xref linkend="gtk-doc"/>,
    80 <xref linkend="docbook-utils"/>,
    8164<ulink
    82 url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/">GNOME-Pilot</ulink> and
    83 <ulink
    84 url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot-conduits/2.0/">GNOME-Pilot-conduits</ulink>
    85 </para>
     65url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot-conduits/2.0/">GNOME
     66Pilot conduits</ulink>
     67(requires <xref linkend="pilot-link"/> then <ulink
     68url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/">GNOME
     69Pilot</ulink>),
     70<ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-spell/1.0/">GNOME
     71Spell</ulink>,
     72<xref linkend="kdebase"/>,
     73<xref linkend="gtk-doc"/> and
     74<xref linkend="docbook-utils"/></para>
    8675</sect4>
    87 
    8876</sect3>
    8977
     
    9381<title>Installation of <application>Evolution</application></title>
    9482
    95 <note><para><application>Evolution</application> requires
    96 <application>Berkeley DB</application>-3.1.17. The details on
    97 <quote>why</quote> are in the <filename>README</filename> file distibuted with
    98 the <application>Evolution</application> source code.
    99 <application>Evolution</application> links to the library statically, hence
    100 this book installs the <application>Berkeley DB</application>-3.1.17 in
    101 <filename class="directory">/opt</filename>, which can be removed once
    102 <application>Evolution</application> is installed.</para></note>
    103 
    104 <para>Install <application>Berkeley DB</application>-3.1.17 by
    105 running the following commands:</para>
    106 
    107 <screen><userinput><command>cd build_unix &amp;&amp;
    108 ../dist/configure --prefix=/opt/db-3.1.17 --enable-compat185 &amp;&amp;
    109 make &amp;&amp;
    110 make install</command></userinput></screen>
    111 
    11283<para>Install <application>Evolution</application> by running the following
    11384commands:</para>
    11485
    115 <screen><userinput><command>patch -Np1 -i ../evolution-&evolution-version;-gcc34-2.patch &amp;&amp;
    116 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    117     --localstatedir=/var/lib --with-db3=/opt/db-3.1.17 \
    118     --enable-openssl=yes &amp;&amp;
     86<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     87    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/libexec \
     88    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    11989make &amp;&amp;
    120 make install</command></userinput></screen>
    121 
    122 <para>Optionally, you may remove <application>Berkeley DB</application>-3.1.17
    123 installed above with this command:</para>
    124 
    125 <screen><userinput><command>rm -rf /opt/db-3.1.17</command></userinput></screen>
     90make install &amp;&amp;
     91ln -s evolution-2.0 `pkg-config --variable=prefix ORBit-2.0`/bin/evolution</command></userinput></screen>
    12692
    12793</sect2>
     
    13096<title>Command explanations</title>
    13197
    132 <para><parameter>--enable-compat185</parameter>: Build support for older
    133 database files.</para>
     98<para><option>--enable-nntp=yes</option>: This enables the Usenet news
     99client.</para>
    134100
    135 <para><parameter>--prefix=/opt/db-3.1.17</parameter>: This
    136 version of the Berkeley Database should not be installed in
    137 <filename class="directory">/usr</filename>, as it is only needed for the
    138 building of <application>Evolution</application>.</para>
    139 
    140 <para><parameter>--with-db3=/opt/db-3.1.17</parameter>: Specify
    141 the location where db-3.1.17 is installed.</para>
    142 
    143 <para><parameter>--enable-openssl=yes</parameter>: This switch will compile
     101<para><option>--enable-nss=yes</option>: This switch will compile
    144102<acronym>SSL</acronym> support into <application>Evolution</application>.
    145103</para>
    146104
    147 <para><option>--with-openldap</option>: This flag will compile
     105<para><option>--enable-smime=yes</option>: This switch will compile
     106S/<acronym>MIME</acronym> support into <application>Evolution</application>
     107(requires <option>--enable-nss=yes</option> also).</para>
     108
     109<para><option>--with-openldap=yes</option>: This flag will compile
    148110<acronym>LDAP</acronym> support into <application>Evolution</application>.
    149111</para>
     112
     113<para><command>ln -s evolution-2.0 `pkg-config
     114--variable=prefix ORBit-2.0`/bin/evolution</command>: This optional command
     115creates a convenience symlink to the <command>evolution-2.0</command>
     116binary.</para>
    150117
    151118</sect2>
     
    155122
    156123<para>The <application>Evolution</application> package contains
    157 <command>evolution</command>.</para>
     124<command>evolution-2.0</command>, support libraries, conduits and other
     125components.</para>
    158126</sect2>
    159127
     
    162130
    163131<sect3><title>evolution</title>
    164 <para><command>evolution</command> contains an email, calendar and
     132<para><command>evolution</command> is an email, calendar and
    165133address book suite.</para></sect3>
    166134
Note: See TracChangeset for help on using the changeset viewer.