Ignore:
Timestamp:
06/21/2006 03:25:58 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
d938f86e
Parents:
7907d8c
Message:

Updated the GNOME2 additional libraries instructions to conform with the GNOME-2.14.2 update. This leaves the GNOME2 Accessibility and Additional Utility packages to update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/evolution-data-server.xml

    r7907d8c r294d670  
    55  %general-entities;
    66
    7   <!ENTITY evolution-data-server-download-http "&gnome-download-http;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
    8   <!ENTITY evolution-data-server-download-ftp  "&gnome-download-ftp;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
    9   <!ENTITY evolution-data-server-md5sum        "1590ec25527b1bcc5046e84ec2d1227f">
    10   <!ENTITY evolution-data-server-size          "14.1 MB">
    11   <!ENTITY evolution-data-server-buildsize     "171 MB">
    12   <!ENTITY evolution-data-server-time          "3.5 SBU (additional 0.6 SBU to run the test suite)">
     7  <!ENTITY evolution-data-server-download-http "&gnome-download-http;/evolution-data-server/1.6/evolution-data-server-&evolution-data-server-version;.tar.bz2">
     8  <!ENTITY evolution-data-server-download-ftp  "&gnome-download-ftp;/evolution-data-server/1.6/evolution-data-server-&evolution-data-server-version;.tar.bz2">
     9  <!ENTITY evolution-data-server-md5sum        "165f493eec8a2c8fc6eca3fdeb8c4885">
     10  <!ENTITY evolution-data-server-size          "7.1 MB">
     11  <!ENTITY evolution-data-server-buildsize     "178 MB">
     12  <!ENTITY evolution-data-server-time          "3.5 SBU (additional 0.5 SBU to run the test suite)">
    1313]>
    1414
     
    2020    <othername>$LastChangedBy$</othername>
    2121    <date>$Date$</date>
    22     <keywordset>
    23       <keyword role="package">evolution-data-server-&evolution-data-server-version;.tar</keyword>
    24       <keyword role="ftpdir">evolution-data-server</keyword>
    25     </keywordset>
    2622  </sect1info>
    2723
     
    7470
    7571    <para>The <application>NSS</application> package is not required if you
    76     have <xref linkend="firefox"/>, <xref linkend="thunderbird"/> or
    77     <xref linkend="seamonkey"/> installed. These packages contain internal
    78     copies of <application>NSS</application> (or they used a system-installed
    79     copy). If any of the three packages are installed, one way or another you
    80     will already have NSS/NSPR libraries on your system.</para>
     72    have <xref linkend="firefox"/>, <xref linkend="thunderbird"/>,
     73    <xref linkend="seamonkey"/> or
     74    <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>
     75    installed. These packages contain internal copies of
     76    <application>NSS</application> (or they used a system-installed copy).
     77    If any of the four packages are installed, one way or another you will
     78    already have NSS/NSPR libraries on your system.</para>
     79
    8180
    8281    <bridgehead renderas="sect4">Optional</bridgehead>
     
    104103      installed on your system. If you elected not to install
    105104      <application>NSS</application> (or one of the other packages mentioned
    106       above), you'll need to remove the following four parameter settings from
     105      above), you'll need to remove the following two parameter settings from
    107106      the <command>configure</command> command below:</para>
    108107
    109108      <literallayout><parameter>            --enable-nss
    110             --enable-smime
    111             --with-nspr-includes=/usr/include/nspr
     109            --enable-smime</parameter></literallayout>
     110
     111      <para>The <application>Evolution</application>
     112      <command>configure</command> script only looks for the stand-alone
     113      <application>NSS</application> package and the
     114      <application>Mozilla</application> and
     115      <application>Firefox</application> browsers for the NSS/NSPR libraries.
     116      If you are using <application>Thunderbird</application> as your source
     117      for the NSS/NSPR libraries, you will have to add the following two
     118      parameter settings to the <command>configure</command> command
     119      below:</para>
     120
     121      <literallayout><parameter>            --with-nspr-includes=/usr/include/nspr
    112122            --with-nss-includes=/usr/include/nss</parameter></literallayout>
    113123    </note>
    114124
    115 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    116             --libexecdir=`pkg-config --variable=prefix \
    117                 ORBit-2.0`/lib/evolution-data-server-1.2 \
     125<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     126            --libexecdir=$(pkg-config --variable=prefix \
     127                ORBit-2.0)/lib/evolution-data-server-1.2 \
    118128            --enable-nntp \
    119129            --enable-nss \
    120             --enable-smime \
    121             --with-nspr-includes=/usr/include/nspr \
    122             --with-nss-includes=/usr/include/nss &amp;&amp;
     130            --enable-smime &amp;&amp;
    123131make</userinput></screen>
    124132
    125     <para>To test the results, issue: <command>make -k check</command>.</para>
     133    <para>To test the results, issue: <command>make -k check</command>. At
     134    least one test is known to fail and 18 are known to pass.</para>
    126135
    127136    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    134143    <title>Command Explanations</title>
    135144
    136     <para><parameter>--libexecdir=`pkg-config --variable=prefix
    137     ORBit-2.0`/lib/evolution-data-server-1.2</parameter>: This switch puts
     145    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
     146    ORBit-2.0)/lib/evolution-data-server-1.2</parameter>: This switch puts
    138147    libexec files in <filename
    139148    class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
     
    151160    support.</para>
    152161
    153     <para><parameter>--with-{nspr,nss}-includes</parameter>: This parameter is
     162    <!--
     163    <para><parameter>-with-{nspr,nss}-includes</parameter>: This parameter is
    154164    used to identify where the Mozilla Network Security Services interface
    155165    headers are located. By default,
     
    158168    and chances are you will not have <application>Mozilla</application>
    159169    installed.</para>
     170    -->
    160171
    161172    <note>
     
    183194        modules.</seg>
    184195        <seg>The following subdirectories of $GNOME_PREFIX/:
    185         include/evolution-data-server-1.4,
     196        include/evolution-data-server-1.6,
    186197        lib/evolution-data-server-1.2,
    187         share/{evolution-data-server-1.4,
     198        share/{evolution-data-server-1.6,
    188199        gtk-doc/html/libe{book,cal,data{,server}},
    189200        idl/evolution-data-server-1.2,
    190         pixmaps/evolution-data-server-1.4}</seg>
     201        pixmaps/evolution-data-server-1.6}</seg>
    191202      </seglistitem>
    192203    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.