Changeset 294d670 for gnome


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

Location:
gnome/add
Files:
8 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>
  • gnome/add/gnome-audio.xml

    r7907d8c r294d670  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY gnome-audio-download-http "&gnome-download-http;/gnome-audio/2.0/gnome-audio-&gnome-audio-version;.tar.bz2">
     
    3119    <othername>$LastChangedBy$</othername>
    3220    <date>$Date$</date>
    33     <keywordset>
    34       <keyword role="package">gnome-audio-&gnome-audio-version;.tar</keyword>
    35       <keyword role="ftpdir">gnome-audio</keyword>
    36     </keywordset>
    3721  </sect1info>
    3822
     
    8973    user:</para>
    9074
    91 <screen role="root"><userinput>make prefix=`pkg-config --variable=prefix ORBit-2.0` install</userinput></screen>
     75<screen role="root"><userinput>make prefix=$(pkg-config --variable=prefix ORBit-2.0) install</userinput></screen>
    9276
    9377  </sect2>
  • gnome/add/gtkhtml.xml

    r7907d8c r294d670  
    55  %general-entities;
    66
    7 <!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
    8 <!ENTITY gtkhtml-download-ftp  "&gnome-download-http;/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
    9 <!ENTITY gtkhtml-md5sum        "4455e24142cc914f00f1e8b81940df68">
     7<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
     8<!ENTITY gtkhtml-download-ftp  "&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
     9<!ENTITY gtkhtml-md5sum        "4fe10da72b4ac578401ceffcce03ceed">
    1010<!ENTITY gtkhtml-size          "1.2 MB">
    11 <!ENTITY gtkhtml-buildsize     "56.0 MB">
     11<!ENTITY gtkhtml-buildsize     "57.0 MB">
    1212<!ENTITY gtkhtml-time          "1.3 SBU">
    1313]>
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">gtkhtml-&gtkhtml-version;.tar</keyword>
    23       <keyword role="ftpdir">gtkhtml</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    3531
    3632    <para>The <application>GtkHTML</application> package contains a
    37     lightweight HTML rendering/printing/editing engine. This is an
     33    lightweight HTML rendering/printing/editing engine.</para>
     34
     35    <!-- GTK-Sharp can use this package, and Beagle can use these
     36         extensions, so I suppose this package is no longer
     37         "Evolution specific"
     38    This is an
    3839    <application>Evolution</application> specific application at
    39     this time.</para>
     40    this time.</para> -->
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7071
    7172    <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para role="optional"><xref linkend="libsoup"/></para>
     73    <para role="optional"><xref linkend="libsoup"/> and
     74    <xref linkend="intltool"/></para>
    7375
    7476    <para condition="html" role="usernotes">User Notes:
     
    8385    commands:</para>
    8486
    85 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    86             --libexecdir=`pkg-config \
    87             --variable=prefix ORBit-2.0`/lib/gtkhtml &amp;&amp;
     87<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     88            --libexecdir=$(pkg-config \
     89                --variable=prefix ORBit-2.0)/lib/gtkhtml &amp;&amp;
    8890make</userinput></screen>
    8991
     
    106108      <seglistitem>
    107109        <seg>None</seg>
    108         <seg>libgtkhtml-3.x.{so,a} and libgnome-gtkhtml-editor-3.x.{so,a}</seg>
     110        <seg>libgtkhtml-3.8.{so,a} and libgnome-gtkhtml-editor-3.8.{so,a}</seg>
    109111        <seg>The following subdirectories of $GNOME_PREFIX/:
    110         include/libgtkhtml-3.x,
     112        include/libgtkhtml-3.8,
    111113        lib/gtkhtml, and
    112         share/gtkhtml-3.x</seg>
     114        share/gtkhtml-3.8</seg>
    113115      </seglistitem>
    114116    </segmentedlist>
     
    120122
    121123      <varlistentry id="libgtkhtml-3">
    122         <term><filename class='libraryfile'>libgtkhtml-3.x.{so,a}</filename></term>
     124        <term><filename class='libraryfile'>libgtkhtml-3.8.{so,a}</filename></term>
    123125        <listitem>
    124126          <para>provide the functions to render HTML within applications.</para>
    125127          <indexterm zone="gtkhtml libgtkhtml-3">
    126             <primary sortas="c-libgtkhtml-3">libgtkhtml-3.x.{so,a}</primary>
     128            <primary sortas="c-libgtkhtml-3">libgtkhtml-3.8.{so,a}</primary>
    127129          </indexterm>
    128130        </listitem>
  • gnome/add/gtksourceview.xml

    r7907d8c r294d670  
    77  <!ENTITY gtksourceview-download-http "&gnome-download-http;/gtksourceview/1.4/gtksourceview-&gtksourceview-version;.tar.bz2">
    88  <!ENTITY gtksourceview-download-ftp  "&gnome-download-ftp;/gtksourceview/1.4/gtksourceview-&gtksourceview-version;.tar.bz2">
    9   <!ENTITY gtksourceview-md5sum        "323a56ae9559af12f64fc5090955e68b">
    10   <!ENTITY gtksourceview-size          "704 KB">
    11   <!ENTITY gtksourceview-buildsize     "13.1 MB">
     9  <!ENTITY gtksourceview-md5sum        "f8ca3a1a746477b2b46de7ebea276db5">
     10  <!ENTITY gtksourceview-size          "743 KB">
     11  <!ENTITY gtksourceview-buildsize     "13.9 MB">
    1212  <!ENTITY gtksourceview-time          "0.2 SBU">
    1313]>
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">gtksourceview-&gtksourceview-version;.tar</keyword>
    23       <keyword role="ftpdir">gtksourceview</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6864
    6965    <bridgehead renderas="sect4">Optional</bridgehead>
    70     <para role="optional"><xref linkend="gtk-doc"/></para>
     66    <para role="optional"><xref linkend="gtk-doc"/> and
     67    <xref linkend="intltool"/></para>
    7168
    7269    <para condition="html" role="usernotes">User Notes:
     
    8178    following commands:</para>
    8279
    83 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     80<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
    8481make</userinput></screen>
    8582
  • gnome/add/libgnomecups.xml

    r7907d8c r294d670  
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">libgnomecups-&libgnomecups-version;.tar</keyword>
    23       <keyword role="ftpdir">libgnomecups</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
  • gnome/add/libgnomeprint.xml

    r7907d8c r294d670  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    19   <!ENTITY libgnomeprint-download-http "&gnome-download-http;/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
    20   <!ENTITY libgnomeprint-download-ftp  "&gnome-download-ftp;/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
     7  <!ENTITY libgnomeprint-download-http "&gnome-download-http;/libgnomeprint/2.12/libgnomeprint-&libgnomeprint-version;.tar.bz2">
     8  <!ENTITY libgnomeprint-download-ftp  "&gnome-download-ftp;/libgnomeprint/2.12/libgnomeprint-&libgnomeprint-version;.tar.bz2">
    219  <!ENTITY libgnomeprint-md5sum        "ea729d4968fe2169c84efb12ace5f6cc">
    2210  <!ENTITY libgnomeprint-size          "787 KB">
     
    3119    <othername>$LastChangedBy$</othername>
    3220    <date>$Date$</date>
    33     <keywordset>
    34       <keyword role="package">libgnomeprint-&libgnomeprint-version;.tar</keyword>
    35       <keyword role="ftpdir">libgnomeprint</keyword>
    36     </keywordset>
    3721  </sect1info>
    3822
     
    10488    following commands:</para>
    10589
    106 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     90<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    10791            --disable-gtk-doc &amp;&amp;
    10892make</userinput></screen>
  • gnome/add/libgnomeprintui.xml

    r7907d8c r294d670  
    55  %general-entities;
    66
    7   <!ENTITY libgnomeprintui-download-http "&gnome-download-http;/libgnomeprintui/&gnome-version;/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
    8   <!ENTITY libgnomeprintui-download-ftp  "&gnome-download-ftp;/libgnomeprintui/&gnome-version;/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
     7  <!ENTITY libgnomeprintui-download-http "&gnome-download-http;/libgnomeprintui/2.12/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
     8  <!ENTITY libgnomeprintui-download-ftp  "&gnome-download-ftp;/libgnomeprintui/2.12/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
    99  <!ENTITY libgnomeprintui-md5sum        "fa0b0410c3ba8b6899c5ed278f02cbe5">
    1010  <!ENTITY libgnomeprintui-size          "646 KB">
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">libgnomeprintui-&libgnomeprintui-version;.tar</keyword>
    23       <keyword role="ftpdir">libgnomeprintui</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    8480    following commands:</para>
    8581
    86 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
    8783make</userinput></screen>
    8884
  • gnome/add/system-tools-backends.xml

    r7907d8c r294d670  
    77  <!ENTITY system-tools-backends-download-http "&gnome-download-http;/system-tools-backends/1.4/system-tools-backends-&system-tools-backends-version;.tar.bz2">
    88  <!ENTITY system-tools-backends-download-ftp  "&gnome-download-ftp;/system-tools-backends/1.4/system-tools-backends-&system-tools-backends-version;.tar.bz2">
    9   <!ENTITY system-tools-backends-md5sum        "e416b84cd5dfd0d1af63b91e0a1305c7">
    10   <!ENTITY system-tools-backends-size          "706 KB">
     9  <!ENTITY system-tools-backends-md5sum        "a0af1513becdf3b9bfed3535ad8f7dab">
     10  <!ENTITY system-tools-backends-size          "708 KB">
    1111  <!ENTITY system-tools-backends-buildsize     "10.2 MB">
    1212  <!ENTITY system-tools-backends-time          "less than 0.1 SBU">
     
    2020    <othername>$LastChangedBy$</othername>
    2121    <date>$Date$</date>
    22     <keywordset>
    23       <keyword role="package">system-tools-backends-&system-tools-backends-version;.tar</keyword>
    24       <keyword role="ftpdir">system-tools-backends</keyword>
    25     </keywordset>
    2622  </sect1info>
    2723
     
    6763    <para role="required"><xref linkend="perl-xml-parser"/></para>
    6864
     65    <bridgehead renderas="sect4">Optional</bridgehead>
     66    <para role="optional"><xref linkend="intltool"/></para>
     67
    6968    <para condition="html" role="usernotes">User Notes:
    7069    <ulink url="&blfs-wiki;/system-tools-backends"/></para>
     
    8180    the following commands:</para>
    8281
    83 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
    8483make</userinput></screen>
    8584
Note: See TracChangeset for help on using the changeset viewer.