Changeset 53462fd9 for gnome/add/utils


Ignore:
Timestamp:
09/05/2003 11:29:56 PM (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:
fae557a
Parents:
a6c25738
Message:

update to gnome-games-2.2.1 and gnome-utils-2.2.3

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

Location:
gnome/add/utils
Files:
5 edited

Legend:

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

    ra6c25738 r53462fd9  
    33
    44<para>The gnome-utils package contains
    5 <userinput>gnome-system-log</userinput>,
    6 <userinput>gnome-character-map</userinput>,
    7 <userinput>gnome-calculator</userinput>,
    8 <userinput>gnome-search-tool</userinput>,
    9 <userinput>gnome-dictionary</userinput>,
    10 <userinput>archive-generator</userinput>, <userinput>gfloppy</userinput>
    11 and <userinput>gdialog</userinput>.</para>
     5<command>gnome-system-log</command>,
     6<command>gnome-character-map</command>,
     7<command>gnome-calculator</command>,
     8<command>gnome-search-tool</command>,
     9<command>gnome-dictionary</command>,
     10<command>archive-generator</command>, <command>gfloppy</command>
     11and <command>gdialog</command>.</para>
    1212
    1313</sect2>
     
    1616
    1717<sect3><title>gnome-system-log</title>
    18 <para>gnome-system-log allows you to monitor and view system log files.</para></sect3>
     18<para><command>gnome-system-log</command> allows you to monitor and view system log files.</para></sect3>
    1919
    2020<sect3><title>gnome-character-map</title>
    21 <para>gnome-character-map allows you to select characters from a table
     21<para><command>gnome-character-map</command> allows you to select characters from a table
    2222and insert them into your applications.</para></sect3>
    2323
    2424<sect3><title>gnome-calculator</title>
    25 <para>gnome-calculator is a simple mathematical and scientific
     25<para><command>gnome-calculator</command> is a simple mathematical and scientific
    2626calculator that includes arithmetic, trigonometric and logarithmic
    2727functions.</para></sect3>
    2828
    2929<sect3><title>gnome-search-tool</title>
    30 <para>gnome-search-tool allows you to search for files on your system
     30<para><command>gnome-search-tool</command> allows you to search for files on your system
    3131using simple and advanced search options.</para></sect3>
    3232
    3333<sect3><title>gnome-dictionary</title>
    34 <para>gnome-dictionary allows you to look up definitions and spelling of
     34<para><command>gnome-dictionary</command> allows you to look up definitions and spelling of
    3535words.</para></sect3>
    3636
    3737<sect3><title>archive-generator</title>
    38 <para>archive-generator creates archives from collections of files and
     38<para><command>archive-generator</command> creates archives from collections of files and
    3939folders using gzip compressed archive files.</para></sect3>
    4040
    4141<sect3><title>gfloppy</title>
    42 <para>gfloppy formats floppy disks under Linux.</para></sect3>
     42<para><command>gfloppy</command> formats floppy disks under Linux.</para></sect3>
    4343
    4444<sect3><title>gdialog</title>
    45 <para>gdialog doesn't work yet.</para></sect3>
     45<para><command>gdialog</command> displays dialog boxes from shell
     46scripts.</para></sect3>
    4647
    4748</sect2>
  • gnome/add/utils/gnome-utils-exp.xml

    ra6c25738 r53462fd9  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts
     4<para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This switch puts
    55libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of
    66<filename>$GNOME_PREFIX/libexec</filename>.</para>
    77
    8 <para><userinput>--localstatedir=/var/lib</userinput> : This switch
     8<para><command>--localstatedir=/var/lib</command> : This switch
    99puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename>
    1010instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    1111
    12 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
     12<para><command>--sysconfdir=/etc/gnome</command> : This switch
    1313puts configuration files in <filename>/etc/gnome</filename> instead of
    1414<filename>$GNOME_PREFIX/etc</filename>.</para>
    1515
    16 <para><userinput>--with-pam-prefix=/etc/pam.d</userinput> : This switch
     16<para><command>--with-pam-prefix=/etc/pam.d</command> : This switch
    1717puts PAM file in <filename>/etc/pam.d</filename> instead of
    1818<filename>/etc/gnome</filename>.</para>
  • gnome/add/utils/gnome-utils-inst.xml

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

    ra6c25738 r53462fd9  
    11<sect2>
    2 <title>Introduction to gnome-utils</title>
     2<title>Introduction to <application>gnome-utils</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gnome-utils-download-http;"/>
    5 Download location (FTP):        <ulink url="&gnome-utils-download-ftp;"/>
    6 Version used:                   &gnome-utils-version;
    7 Package size:                   &gnome-utils-size;
    8 Estimated Disk space required:  &gnome-utils-buildsize;
    9 Estimated build time:           &gnome-utils-time;</screen>
    10 
    11 <para>The gnome-utils package contains a collection of small
     4<para>The <application>gnome-utils</application> package contains a collection of small
    125applications designed to make your life a little easier.</para>
    136
    14 <screen>gnome-utils depends on:
    15 <xref linkend="libgnomeui"/></screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&gnome-utils-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&gnome-utils-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &gnome-utils-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&gnome-utils-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&gnome-utils-time;</para></listitem></itemizedlist>
     18</sect3>
     19                                                                               
     20<sect3><title><application>gnome-utils</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="libgnomeui"/></para></sect4>
     23</sect3>
    1624
    1725</sect2>
  • gnome/add/utils/gnome-utils.ent

    ra6c25738 r53462fd9  
    55<!ENTITY gnome-utils-desc SYSTEM "gnome-utils-desc.xml">
    66<!ENTITY gnome-utils-config SYSTEM "gnome-utils-config.xml">
    7 <!ENTITY gnome-utils-buildsize "15.4 MB">
    8 <!ENTITY gnome-utils-version "2.2.1">
    9 <!ENTITY gnome-utils-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.2/gnome-utils-2.2.1.tar.bz2">
    10 <!ENTITY gnome-utils-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.2/gnome-utils-2.2.1.tar.bz2">
    11 <!ENTITY gnome-utils-size "1.5 MB">
    12 <!ENTITY gnome-utils-time "1.44 SBU">
     7<!ENTITY gnome-utils-buildsize "39.0 MB">
     8<!ENTITY gnome-utils-version "2.2.3">
     9<!ENTITY gnome-utils-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.2/gnome-utils-2.2.3.tar.bz2">
     10<!ENTITY gnome-utils-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.2/gnome-utils-2.2.3.tar.bz2">
     11<!ENTITY gnome-utils-size "2.2 MB">
     12<!ENTITY gnome-utils-time "0.40 SBU">
Note: See TracChangeset for help on using the changeset viewer.