Changeset 7f827a6a


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

Files:
15 added
13 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
  • index.xml

    r5e947595 r7f827a6a  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20020903">
    6 <!ENTITY releasedate "September 3rd, 2002">
     5<!ENTITY version "20020904">
     6<!ENTITY releasedate "September 4th, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r5e947595 r7f827a6a  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>September 4th, 2002 [larry]: Gnome: Added
     14gnome-terminal-2.0.1, gnome-utils-2.0.4 and gnome-applets-2.0.2, cleaned
     15credits, cleaned gnome lib descriptions.</para></listitem>
    1216
    1317<listitem><para>September 3rd, 2002 [larry]: Gnome: Added
  • introduction/welcome/credits.xml

    r5e947595 r7f827a6a  
    4949Bedwell</emphasis>.</para></listitem>
    5050
    51 <listitem><para>Chapter 05: Which <emphasis>Mark Hymers</emphasis> with
     51<listitem><para>Chapter 04: <!--<xref
     52linkend="ch06-firewall"/>-->Firewalling: <emphasis>Henning
     53Rohde with thanks to Jeff Bauman</emphasis>.</para></listitem>
     54
     55<listitem><para>Chapter 11: Which <emphasis>Mark Hymers</emphasis> with
    5256many thanks to <emphasis>Seth Klein</emphasis> and <emphasis>Jesse
    5357Tie-Ten-Quee</emphasis>.</para></listitem>
    5458
    55 <listitem><para>Chapter 06: <!--<xref
    56 linkend="ch06-firewall"/>-->Firewalling: <emphasis>Henning
    57 Rohde with thanks to Jeff Bauman</emphasis>.</para></listitem>
     59<listitem><para>Chapter 26: XFree86 <emphasis>Bruce Dubbs</emphasis>.</para></listitem>
    5860
    59 <listitem><para>Chapter 10: XFree86 <emphasis>Bruce Dubbs</emphasis>.</para></listitem>
    60 
    61 <listitem><para>Chapter 11: Intro to Window Managers
     61<listitem><para>Chapter 28: Intro to Window Managers
    6262<emphasis>Bruce Dubbs</emphasis>.</para></listitem>
    6363
    64 <listitem><para>Chapter 12: GNOME: <emphasis>James Iwanek</emphasis></para></listitem>
     64<listitem><para>Chapter 29: KDE: <emphasis>Bruce Dubbs</emphasis>.</para>
     65</listitem>
    6566
    66 <listitem><para>Chapter 13: QT: <emphasis>Larry Lawrence</emphasis>
    67 objprelink and KDE: <emphasis>Bruce Dubbs</emphasis>.</para>
    68 </listitem>
     67<listitem><para>Chapter 32: GNOME: <emphasis>Larry Lawrence</emphasis></para></listitem>
    6968
    7069</itemizedlist>
     
    7978<listitem><para>ATK, audiofile, bc, bonobo-activation, cdrdao, cdrtools,
    8079cpio, curl, dhcp, DocBook, enlightenment, esound, fcron, fluxbox, FNLIB,
    81 gail, gcc, gdbm, GLib2, gmp, gnat, gnome-common, gnome-desktop, gnome-libs,
    82 gnome-mime-data, gnome-panel, gnome-session, gnome-vfs, GTK+2, gtk-doc,
    83 gtk-engines, eel, imlib, intltool, j2sdk, lame, libao, libart_lgpl,
    84 libbonobo, libbonoboui, libglade, libgnome, libgnomecanvas,
    85 libgnomeprint, libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL, libogg,
    86 librep, librsvg, libvorbis, libwnck, libxml2, libxslt, libzvt, linc, mutt, OpenSSH, ORBit, ORBit2, Pango, pccts, pcre, pkgconfig, postfix, procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, unzip, vorbis-tools, wget, XFce and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
     80gail, gcc, gdbm, GLib2, gmp, gnat, gnome-applets, gnome-common, gnome-desktop, gnome-libs, gnome-mime-data, gnome-panel, gnome-session, gnome-terminal,
     81gnome-utils, gnome-vfs, GTK+2, gtk-doc, gtk-engines, eel, imlib,
     82intltool, j2sdk, lame, libao, libart_lgpl, libbonobo, libbonoboui,
     83libglade, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg, libvorbis, libwnck, libxml2, libxslt, libzvt, linc, mutt, OpenSSH, ORBit, ORBit2, Pango, pccts, pcre, pkgconfig, postfix, procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, unzip, vorbis-tools, wget, XFce and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
    8784
    8885<listitem><para>CDParanoia, mpg123, SDL and XMMS: <emphasis>Jeroen
     
    145142based.</para></listitem>
    146143
    147 <listitem><para><emphasis>Scot Mc Pherson</emphasis> for writing the gnome-1.4.txt
    148 hint on which chapter 12 is closely based</para></listitem>
     144<listitem><para><emphasis>Scot Mc Pherson</emphasis> for writing the
     145gnome-1.4.txt hint from which was gathered useful information.</para></listitem>
    149146
    150147<listitem><para><emphasis>Tushar Teredesai</emphasis> for writing the
Note: See TracChangeset for help on using the changeset viewer.