Changeset 7f827a6a for gnome


Ignore:
Timestamp:
09/04/2002 06:43:06 PM (22 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, 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:
21480b6
Parents:
5e947595
Message:

added gnome-terminal, gnome-utils and gnome-applets

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

Location:
gnome
Files:
15 added
10 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/add.xml

    r5e947595 r7f827a6a  
    77as-wanted basis.</para>
    88
     9&gnome-terminal;
     10&gnome-utils;
     11&gnome-applets;
    912
    1013</chapter>
  • gnome/core/panel/gnome-panel-inst.xml

    r5e947595 r7f827a6a  
    44<para>Install gnome-panel by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/opt/gnome2 --libexec=/opt/gnome2/sbin --localstatedir=/var/spool &amp;&amp;
     6<para><screen><userinput>./configure --prefix=/opt/gnome2 --libexecdir=/opt/gnome2/sbin --localstatedir=/var/spool &amp;&amp;
    77make &amp;&amp;
    88make install</userinput></screen></para>
  • gnome/gnome.ent

    r5e947595 r7f827a6a  
    8080<!-- Additional Gnome Packages -->
    8181<!ENTITY gnome-add SYSTEM "add/add.xml">
     82<!ENTITY % gnome-terminal SYSTEM "add/terminal/gnome-terminal.ent">
     83<!ENTITY % gnome-utils SYSTEM "add/utils/gnome-utils.ent">
     84<!ENTITY % gnome-applets SYSTEM "add/applets/gnome-applets.ent">
     85%gnome-terminal;
     86%gnome-utils;
     87%gnome-applets;
    8288
    8389<!-- Other Gnome packages -->
  • gnome/lib/gail/gail-desc.xml

    r5e947595 r7f827a6a  
    99
    1010<sect3><title>libgailutil libraries</title>
    11 <para>No description available.</para></sect3>
     11<para>libgailutil libraries provide the functions that solve
     12accessibility problems in a consistant manner across GNOME.</para></sect3>
    1213
    1314
  • gnome/lib/gail/gail-intro.xml

    r5e947595 r7f827a6a  
    88Estimated Disk space required:  &gail-buildsize;</screen>
    99
    10 <para>The gail package contains gail libraries.</para>
     10<para>The gail package contains the Gnome Accessibility Implementation Librarie.</para>
    1111
    1212<screen>gail depends on:
  • gnome/lib/gnomelib/libzvt-desc.xml

    r5e947595 r7f827a6a  
    99
    1010<sect3><title>libzvt libraries</title>
    11 <para>No description available.</para></sect3>
     11<para>libzvt has the functions necessary to provide a complete xterm
     12compatible cursor addressable, color terminal emulator.</para></sect3>
    1213
    1314
  • gnome/lib/gnomelib/libzvt-intro.xml

    r5e947595 r7f827a6a  
    88Estimated Disk space required:  &libzvt-buildsize;</screen>
    99
    10 <para>The libzvt package contains the libzvt libraries.</para>
     10<para>The libzvt package contains the libzvt libraries.  It is used by
     11<xref linkend="gnome-terminal"/> as the heart of its display engine.</para>
    1112
    1213<screen>libzvt depends on:
  • gnome/lib/libgtkhtml/libgtkhtml-desc.xml

    r5e947595 r7f827a6a  
    22<title>Contents</title>
    33
    4 <para>The libgtkhtml package contains <userinput>libgtkhtml libraries</userinput></para>
     4<para>The libgtkhtml package contains <userinput>libgtkhtml libraries</userinput>.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>libgtkhtml libraries</title>
    11 <para>No description available.</para></sect3>
     11<para>libgtkhtml libraries provide the functions necessary to render
     12and/or edit HTML.</para></sect3>
    1213
    1314
  • gnome/lib/libgtop/libgtop-desc.xml

    r5e947595 r7f827a6a  
    1313
    1414<sect3><title>libgtop libraries</title>
    15 <para>No description available.</para></sect3>
     15<para>libgtop libraries contain the functions that allow access to
     16System performance data.</para></sect3>
    1617
    1718
  • gnome/lib/librsvg/librsvg-desc.xml

    r5e947595 r7f827a6a  
    99
    1010<sect3><title>librsvg libraries</title>
    11 <para>No description available.</para></sect3>
     11<para>librsvg libraries provide the functions to render Scalable Vector
     12Graphics (SVG).</para></sect3>
    1213
    1314
Note: See TracChangeset for help on using the changeset viewer.