Changeset 929ce00


Ignore:
Timestamp:
09/05/2003 02:56:26 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:
a6c25738
Parents:
035b717
Message:

updated to gnome-terminal-2.2.2

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

Files:
1 added
12 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/terminal/gnome-terminal-desc.xml

    r035b717 r929ce00  
    22<title>Contents</title>
    33
    4 <para>The gnome-terminal package contains <userinput>gnome-terminal</userinput>.</para>
     4<para>The <application>gnome-terminal</application> package contains
     5<command>gnome-terminal</command>.</para>
    56
    67</sect2>
     
    910
    1011<sect3><title>gnome-terminal</title>
    11 <para>gnome-terminal provides the command prompt in the GNOME environment.</para></sect3>
     12<para><command>gnome-terminal</command> provides the command prompt in the GNOME environment.</para></sect3>
    1213
    1314
  • gnome/add/terminal/gnome-terminal-exp.xml

    r035b717 r929ce00  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--localstatedir=/var/lib</userinput> : This switch
     4<para><command>--localstatedir=/var/lib</command> : This switch
    55puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename>
    66instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    77
    8 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
     8<para><command>--sysconfdir=/etc/gnome</command> : This switch
    99puts configuration files in <filename>/etc/gnome</filename> instead of
    1010<filename>$GNOME_PREFIX/etc</filename>.</para>
  • gnome/add/terminal/gnome-terminal-inst.xml

    r035b717 r929ce00  
    11<sect2>
    2 <title>Installation of gnome-terminal</title>
     2<title>Installation of <application>gnome-terminal</application></title>
    33
    4 <para>Install gnome-terminal by running the following commands:</para>
     4<para>Install <application>gnome-terminal</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
    77--sysconfdir=/etc/gnome &amp;&amp;
    88make &amp;&amp;
    9 make install </userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • gnome/add/terminal/gnome-terminal-intro.xml

    r035b717 r929ce00  
    11<sect2>
    2 <title>Introduction to gnome-terminal</title>
     2<title>Introduction to <application>gnome-terminal</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gnome-terminal-download-http;"/>
    5 Download location (FTP):        <ulink url="&gnome-terminal-download-ftp;"/>
    6 Version used:                   &gnome-terminal-version;
    7 Package size:                   &gnome-terminal-size;
    8 Estimated Disk space required:  &gnome-terminal-buildsize;
    9 Estimated build time:           &gnome-terminal-time;</screen>
    10 
    11 <para>The gnome-terminal package contains the console. This is useful
     4<para>The <application>gnome-terminal</application> package contains the console. This is useful
    125for executing programs from a command prompt.</para>
    136
    14 <screen>gnome-terminal depends on:
    15 <xref linkend="libgnomeui"/>, <xref linkend="startup-notification"/> and <xref linkend="vte"/></screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&gnome-terminal-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&gnome-terminal-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &gnome-terminal-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&gnome-terminal-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&gnome-terminal-time;</para></listitem></itemizedlist>
     18</sect3>
     19
     20<sect3><title><application>gnome-terminal</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="libgnomeui"/>, <xref linkend="startup-notification"/> and <xref linkend="vte"/></para></sect4>
     23</sect3>
    1624
    1725</sect2>
  • gnome/add/terminal/gnome-terminal.ent

    r035b717 r929ce00  
    55<!ENTITY gnome-terminal-desc SYSTEM "gnome-terminal-desc.xml">
    66<!ENTITY gnome-terminal-config SYSTEM "gnome-terminal-config.xml">
    7 <!ENTITY gnome-terminal-buildsize "8.7 MB">
    8 <!ENTITY gnome-terminal-version "2.2.1">
    9 <!ENTITY gnome-terminal-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.2/gnome-terminal-2.2.1.tar.bz2">
    10 <!ENTITY gnome-terminal-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.2/gnome-terminal-2.2.1.tar.bz2">
    11 <!ENTITY gnome-terminal-size "854 KB">
    12 <!ENTITY gnome-terminal-time "0.79 SBU">
     7<!ENTITY gnome-terminal-buildsize "18.1 MB">
     8<!ENTITY gnome-terminal-version "2.2.2">
     9<!ENTITY gnome-terminal-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.2/gnome-terminal-2.2.2.tar.bz2">
     10<!ENTITY gnome-terminal-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.2/gnome-terminal-2.2.2.tar.bz2">
     11<!ENTITY gnome-terminal-size "1.3 MB">
     12<!ENTITY gnome-terminal-time "0.28 SBU">
  • gnome/core/control/control-center-intro.xml

    r035b717 r929ce00  
    1818</sect3>
    1919
    20 <sect3><title><application>template</application> dependencies</title>
     20<sect3><title><application>control-center</application> dependencies</title>
    2121<sect4><title>Required</title>
    2222<para><xref linkend="gnome-desktop"/> and <xref linkend="metacity"/></para></sect4>
  • introduction/welcome/changelog.xml

    r035b717 r929ce00  
    1212
    1313<listitem><para>Septermber 4th, 2003 [larry]: gnome: updated to
    14 control-center-2.2.2.</para></listitem>
     14control-center-2.2.2 and gnome-terminal-2.2.2.</para></listitem>
    1515
    1616<listitem><para>September 4th, 2003 [larry]: multimedia: updated
  • x/wm/metacity/metacity-intro.xml

    r035b717 r929ce00  
    1818</sect3>
    1919
    20 <sect3><title><application>template</application> dependencies</title>
     20<sect3><title><application>metacity</application> dependencies</title>
    2121<sect4><title>Required</title>
    2222<para><xref linkend="xfree86"/>, <xref linkend="intltool"/> and <xref
  • xsoft/office/gnumeric.xml

    r035b717 r929ce00  
    55&gnumeric-intro;
    66&gnumeric-inst;
     7&gnumeric-exp;
    78&gnumeric-desc;
    89
  • xsoft/office/gnumeric/gnumeric-inst.xml

    r035b717 r929ce00  
    44<para>Install <application>gnumeric</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
     7--sysconfdir=/etc/gnome --libexecdir=$GNOME_PREFIX/sbin &amp;&amp;
    78make &amp;&amp;
    89make install</command></userinput></screen>
  • xsoft/other/balsa/balsa-exp.xml

    r035b717 r929ce00  
    22<title>Command explanations</title>
    33
     4<para><command>--localstatedir=/var/lib</command> : This switch puts
     5scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> instead
     6of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     7
    48<para><command>--with-ssl</command> : Change the default of no ssl support.</para>
     9
     10<para><command>--sysconfdir=/etc/gnome</command> : This switch puts
     11configuration files in <filename>/etc/gnome</filename> instead of
     12<filename>$GNOME_PREFIX/etc</filename>.</para>
    513
    614<para><command>--with-ldap</command> : Change the default to
  • xsoft/other/balsa/balsa-inst.xml

    r035b717 r929ce00  
    44<para>Install <application>Balsa</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-ssl
    7 --with-ldap --with-gpgme &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib --with-ssl \
     7--sysconfdir=/etc/gnome --with-ldap --with-gpgme &amp;&amp;
    88make &amp;&amp;
    99make install</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.