Changeset 18c98af5


Ignore:
Timestamp:
02/03/2006 05:47:23 AM (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:
d777a3a
Parents:
35dc583b
Message:

Updated Evolution-Data-Server dependencies to reflect the NSS package and modified the libexecdir setting

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

Files:
2 edited

Legend:

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

    r35dc583b r18c98af5  
    55  %general-entities;
    66
    7   <!ENTITY evolution-data-server-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
    8   <!ENTITY evolution-data-server-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
     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">
    99  <!ENTITY evolution-data-server-md5sum        "1590ec25527b1bcc5046e84ec2d1227f">
    1010  <!ENTITY evolution-data-server-size          "14.1 MB">
    1111  <!ENTITY evolution-data-server-buildsize     "171 MB">
    12   <!ENTITY evolution-data-server-time          "3.5 SBU (additional 0.4 SBU to run the test suite)">
     12  <!ENTITY evolution-data-server-time          "3.5 SBU (additional 0.6 SBU to run the test suite)">
    1313]>
    1414
     
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para role="optional"><xref linkend="openldap"/>,
    73     <xref linkend="mozilla"/> or
    74     <xref linkend="firefox"/> or
    75     <xref linkend="thunderbird"/> (NSS/NSPR libs for SSL and S/MIME support),
    76     <xref linkend="sendmail"/>,
     73    <xref linkend="nss"/>,
     74    <xref linkend="sendmail"/>
     75    (or any other <ulink url="../server/mail.html">MTA</ulink>
     76    that provides a <command>sendmail</command> command),
    7777    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    7878    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    79     <xref linkend="gtk-doc"/> and
     79    <xref linkend="gtk-doc"/>, and
    8080    <xref linkend="docbook-utils"/></para>
    8181
     
    8989
    9090<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    91     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    92     --sysconfdir=/etc/gnome &amp;&amp;
     91    --libexecdir=`pkg-config \
     92    --variable=prefix ORBit-2.0`/lib/evolution-data-server-1.2 &amp;&amp;
    9393make</userinput></screen>
    9494
    95     <para>To test the results, issue: <command>make check</command>. If you
    96     used <application>Firefox</application> or
    97     <application>Thunderbird</application> NSS and NSPR libraries for SSL and
    98     S/MIME support, you may need to add the appropriate library directory
    99     (e.g.,
    100     <filename class='directory'>/usr/lib/firefox-&firefox-version;</filename>)
    101     to <filename>/etc/ld.so.conf</filename> and run <command>ldconfig</command>
    102     as the <systemitem class="username">root</systemitem> user before running
    103     the test suite.</para>
     95    <para>To test the results, issue: <command>make -k check</command>.</para>
    10496
    10597    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    113105
    114106    <para><parameter>--libexecdir=`pkg-config --variable=prefix
    115     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    116     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    117     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    118 
    119     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    120     puts configuration files in <filename class="directory">/etc/gnome</filename>
    121     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     107    ORBit-2.0`/lib/evolution-data-server-1.2</parameter>: This switch puts
     108    libexec files in <filename
     109    class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
     110    instead of <filename
     111    class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    122112
    123113    <note>
     
    138128
    139129      <seglistitem>
    140         <seg>camel-index-control-1.2, camel-lock-helper-1.2, and
    141         evolution-data-server-1.4</seg>
     130        <seg>None</seg>
    142131        <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libebook-1.2.so,
    143132        libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
     
    145134        libexchange-storage-1.2.so and numerous provider and extension
    146135        modules.</seg>
    147         <seg>$GNOME_PREFIX/include/evolution-data-server-1.4,
    148         $GNOME_PREFIX/lib/evolution-data-server-1.2,
    149         $GNOME_PREFIX/share/evolution-data-server-1.4,
    150         $GNOME_PREFIX/share/idl/evolution-data-server-1.2,
    151         $GNOME_PREFIX/share/gtk-doc/html/libe* and
    152         $GNOME_PREFIX/share/pixmaps/evolution-data-server-1.4</seg>
     136        <seg>The following subdirectories of $GNOME_PREFIX/:
     137        include/evolution-data-server-1.4,
     138        lib/evolution-data-server-1.2,
     139        share/evolution-data-server-1.4,
     140        share/idl/evolution-data-server-1.2,
     141        share/gtk-doc/html/libe* and
     142        share/pixmaps/evolution-data-server-1.4</seg>
    153143      </seglistitem>
    154144    </segmentedlist>
     
    158148      <?dbfo list-presentation="list"?>
    159149      <?dbhtml list-presentation="table"?>
    160 
    161       <varlistentry id="evolution-data-server-1.4">
    162         <term><command>evolution-data-server-1.4</command></term>
    163         <listitem>
    164           <para>is the <application>Evolution</application> database backend
    165           server.</para>
    166           <indexterm zone="evolution-data-server evolution-data-server-1.4">
    167             <primary sortas="b-evolution-data-server-1.4">evolution-data-server-1.4</primary>
    168           </indexterm>
    169         </listitem>
    170       </varlistentry>
    171150
    172151      <varlistentry id="libe.so">
  • introduction/welcome/changelog.xml

    r35dc583b r18c98af5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated Evolution-Data-Server dependencies to reflect
     49          the NSS package and modified the libexecdir setting.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Updated to Metacity-2.12.2.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.