Changeset 4fea592 for gnome


Ignore:
Timestamp:
09/03/2003 02:29:00 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eb7ab87b
Parents:
284d8e17
Message:

update intro to aspell, libesmtp and update to eel-2.2.4 and libgtkhtml-2.2.4

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

Location:
gnome/lib
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/eel/eel-config.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Configuring eel</title>
     2<title>Configuring <application>eel</application></title>
    33
    44
  • gnome/lib/eel/eel-desc.xml

    r284d8e17 r4fea592  
    22<title>Contents</title>
    33
    4 <para>The eel package contains <filename>libeel</filename> libraries.</para>
     4<para>The <application>eel</application> package contains <filename>libeel</filename> libraries.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>libeel libraries</title>
    11 <para>libeel libraries is a collection of widgets developed by the
    12 Nautilus project.</para></sect3>
     11<para><filename>libeel</filename> libraries is a collection of widgets developed by the
     12<application>Nautilus</application> project.</para></sect3>
    1313
    1414
  • gnome/lib/eel/eel-inst.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Installation of eel</title>
     2<title>Installation of <application>eel</application></title>
    33
    4 <para>Install eel by running the following commands:</para>
     4<para>Install <application>eel</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/eel/eel-intro.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Introduction to eel</title>
     2<title>Introduction to <application>eel</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&eel-download-http;"/>
    5 Download location (FTP):        <ulink url="&eel-download-ftp;"/>
    6 Version used:                   &eel-version;
    7 Package size:                   &eel-size;
    8 Estimated Disk space required:  &eel-buildsize;
    9 Estimated build time:           &eel-time;</screen>
    10 
    11 <para>The eel package contains the Eazel Extensions Library.  This is a
     4<para>The <application>eel</application> package contains the Eazel Extensions Library.  This is a
    125collection of widgets and extensions to the GNOME platform.</para>
    136
    14 <screen>eel depends on:
    15 <xref linkend="libgnomeui"/></screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&eel-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&eel-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &eel-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&eel-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&eel-time;</para></listitem></itemizedlist>
     18</sect3>
     19
     20<sect3><title><application>eel</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="libgnomeui"/></para></sect4>
     23</sect3>
    1624
    1725</sect2>
  • gnome/lib/eel/eel.ent

    r284d8e17 r4fea592  
    55<!ENTITY eel-desc SYSTEM "eel-desc.xml">
    66<!ENTITY eel-config SYSTEM "eel-config.xml">
    7 <!ENTITY eel-buildsize "8.1 MB">
    8 <!ENTITY eel-version "2.2.2">
    9 <!ENTITY eel-download-http "http://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.2.tar.bz2">
    10 <!ENTITY eel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.2.tar.bz2">
    11 <!ENTITY eel-size "474 KB">
    12 <!ENTITY eel-time "1.98 SBU">
     7<!ENTITY eel-buildsize "23.6 MB">
     8<!ENTITY eel-version "2.2.4">
     9<!ENTITY eel-download-http "http://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.4.tar.bz2">
     10<!ENTITY eel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.4.tar.bz2">
     11<!ENTITY eel-size "484 KB">
     12<!ENTITY eel-time "0.76 SBU">
  • gnome/lib/gtk-doc/gtk-doc-intro.xml

    r284d8e17 r4fea592  
    3333<para><xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref
    3434linkend="DocBook"/>,
    35 <xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></para></sect4>
     35<xref linkend="sgml-dtd-3"/>, <xref linkend="sgml-dtd"/> and <xref
     36linkend="docbook-dsssl"/></para></sect4>
    3637</sect3>
    3738
  • gnome/lib/libgtkhtml/libgtkhtml-config.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Configuring libgtkhtml</title>
     2<title>Configuring <application>libgtkhtml</application></title>
    33
    44
  • gnome/lib/libgtkhtml/libgtkhtml-desc.xml

    r284d8e17 r4fea592  
    22<title>Contents</title>
    33
    4 <para>The libgtkhtml package contains <filename>libgtkhtml</filename> libraries.</para>
     4<para>The <application>libgtkhtml</application> package contains <filename>libgtkhtml</filename> libraries.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>libgtkhtml libraries</title>
    11 <para>libgtkhtml libraries provide the functions necessary to render
    12 and/or edit HTML.</para></sect3>
     11<para><filename>libgtkhtml</filename> libraries provide the functions necessary to render
     12and/or edit <acronym>HTML</acronym>.</para></sect3>
    1313
    1414
  • gnome/lib/libgtkhtml/libgtkhtml-inst.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Installation of libgtkhtml</title>
     2<title>Installation of <application>libgtkhtml</application></title>
    33
    4 <para>Install libgtkhtml by running the following commands:</para>
     4<para>Install <application>libgtkhtml</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/libgtkhtml/libgtkhtml-intro.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Introduction to libgtkhtml</title>
     2<title>Introduction to <application>libgtkhtml</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&libgtkhtml-download-http;"/>
    5 Download location (FTP):        <ulink url="&libgtkhtml-download-ftp;"/>
    6 Version used:                   &libgtkhtml-version;
    7 Package size:                   &libgtkhtml-size;
    8 Estimated Disk space required:  &libgtkhtml-buildsize;
    9 Estimated build time:           &libgtkhtml-time;</screen>
     4<para>The <application>libgtkhtml</application> package contains libgtkhtml libraries.</para>
    105
    11 <para>The libgtkhtml package contains libgtkhtml libraries.</para>
     6<sect3><title>Package information</title>
     7<itemizedlist spacing='compact'>
     8<listitem><para>Download (HTTP): <ulink
     9url="&libgtkhtml-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink
     11url="&libgtkhtml-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &libgtkhtml-size;</para></listitem>
     13<listitem><para>Estimated Disk space required:
     14&libgtkhtml-buildsize;</para></listitem>
     15<listitem><para>Estimated build time:
     16&libgtkhtml-time;</para></listitem></itemizedlist>
     17</sect3>
    1218
    13 <screen>libgtkhtml depends on:
    14 <xref linkend="gail"/> and <xref linkend="gnome-vfs"/></screen>
     19<sect3><title><application>libgtkhtml</application> dependencies</title>
     20<sect4><title>Required</title>
     21<para><xref linkend="gail"/> and <xref linkend="gnome-vfs"/></para></sect4>
     22</sect3>
     23
    1524
    1625</sect2>
  • gnome/lib/libgtkhtml/libgtkhtml.ent

    r284d8e17 r4fea592  
    55<!ENTITY libgtkhtml-desc SYSTEM "libgtkhtml-desc.xml">
    66<!ENTITY libgtkhtml-config SYSTEM "libgtkhtml-config.xml">
    7 <!ENTITY libgtkhtml-buildsize "7 MB">
    8 <!ENTITY libgtkhtml-version "2.2.1">
    9 <!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.1.tar.bz2">
    10 <!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.1.tar.bz2">
    11 <!ENTITY libgtkhtml-size "325 KB">
    12 <!ENTITY libgtkhtml-time "3.50 SBU">
     7<!ENTITY libgtkhtml-buildsize "129 MB">
     8<!ENTITY libgtkhtml-version "2.2.4">
     9<!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.4.tar.bz2">
     10<!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.4.tar.bz2">
     11<!ENTITY libgtkhtml-size "336 KB">
     12<!ENTITY libgtkhtml-time "1.40 SBU">
Note: See TracChangeset for help on using the changeset viewer.