Changeset f231636f for xsoft


Ignore:
Timestamp:
04/16/2003 02:59:21 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2568294
Parents:
b5ca460
Message:

moved db-3.1 as a sub-section of evolution

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

Location:
xsoft/office
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/evolution.xml

    rb5ca460 rf231636f  
    33<title>evolution-&evolution-version;</title>
    44
     5&db-3.1-intro;
     6&db-3.1-inst;
     7&db-3.1-exp;
    58&evolution-intro;
    69&evolution-inst;
  • xsoft/office/evolution/evolution-exp.xml

    rb5ca460 rf231636f  
    44<para><userinput>--prefix=/opt/gnome</userinput> : Install Evolution in the Gnome 1.4 area.</para>
    55
    6 <para><userinput>--with-db3=/tmp/db-3.1</userinput> : db-&db-3.1-version; must be installed prior to building Evolution, but should
    7 not overwrite an existing installation of the Berkeley Database.
    8 Installing db-&db-3.1-version; in a temporary directory is all that is needed
    9 for Evolution to link to the static db-&db-3.1-version; libraries.</para>
     6<para><userinput>--with-db3=/opt/db-&db-3.1-version;</userinput> : Specify
     7the location where db-&db-3.1-version; is installed.</para>
    108
    119</sect2>
  • xsoft/office/evolution/evolution-inst.xml

    rb5ca460 rf231636f  
    44<para>Install evolution by running the following commands:</para>
    55
     6<!--
    67<note><para><xref linkend="db-3.1"></xref> must be installed
    78temporarily in order to install Evolution.</para></note>
    8 <para><screen><userinput>./configure --prefix=/opt/gnome --with-db3=/tmp/db-3.1 &amp;&amp;
     9-->
     10<para><screen><userinput>./configure --prefix=/opt/gnome --with-db3=/opt/db-&db-3.1-version; &amp;&amp;
    911make &amp;&amp;
    1012make install</userinput></screen></para>
    1113
     14<para>Optionally, you may remove the installed db-&db-3.1-version;</para>
     15<para><screen><userinput>rm -rf /opt/db-&db-3.1-version;</userinput></screen></para>
     16
    1217</sect2>
    1318
  • xsoft/office/evolution/evolution-intro.xml

    rb5ca460 rf231636f  
    1212
    1313<screen>evolution depends on:
    14 <xref linkend="db-3.1"></xref>, <xref linkend="bonobo14"></xref>, <xref linkend="bonobo-conf"></xref>,
     14<xref linkend="bonobo14"></xref>, <xref linkend="bonobo-conf"></xref>,
    1515<xref linkend="gal"></xref>, <xref linkend="libcapplet"></xref>, <xref linkend="gtkhtml"></xref> and
    1616<xref linkend="soup"></xref>
  • xsoft/office/evolution/evolution.ent

    rb5ca460 rf231636f  
    1010<!ENTITY evolution-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/1.2/evolution-&evolution-version;.tar.bz2">
    1111<!ENTITY evolution-size "12 MB">
     12<!ENTITY db-3.1 SYSTEM "../db-3.1.xml">
     13<!ENTITY db-3.1-intro SYSTEM "db-3.1-intro.xml">
     14<!ENTITY db-3.1-inst SYSTEM "db-3.1-inst.xml">
     15<!ENTITY db-3.1-exp SYSTEM "db-3.1-exp.xml">
     16<!ENTITY db-3.1-buildsize "18 MB">
     17<!ENTITY db-3.1-version "3.1.17">
     18<!ENTITY db-3.1-download-http "http://www.sleepycat.com/update/snapshot/db-3.1.17.tar.gz">
     19<!ENTITY db-3.1-download-ftp "">
     20<!ENTITY db-3.1-size "2 MB">
Note: See TracChangeset for help on using the changeset viewer.