Ignore:
Timestamp:
09/06/2003 02:21:33 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:
ef0e45e4
Parents:
8f58752e
Message:

update to gconf-editor-0.4.1 and gdm-2.4.1.4

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

Location:
gnome/other/gconf-editor
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnome/other/gconf-editor/gconf-editor-desc.xml

    r8f58752e r05ecbec4  
    22<title>Contents</title>
    33
    4 <para>The gconf-editor package contains <userinput>gconf-editor</userinput>.</para>
     4<para>The <application>gconf-editor package</application> contains
     5<command>gconf-editor</command>.</para>
    56
    67</sect2>
     
    910
    1011<sect3><title>gconf-editor</title>
    11 <para>gconf-editor allows direct modification of the GConf
     12<para><command>gconf-editor</command> allows direct modification of the GConf
    1213configuration database.</para></sect3>
    1314
  • gnome/other/gconf-editor/gconf-editor-inst.xml

    r8f58752e r05ecbec4  
    11<sect2>
    2 <title>Installation of gconf-editor</title>
     2<title>Installation of <application>gconf-editor</application></title>
    33
    4 <para>Install gconf-editor by running the following commands:</para>
     4<para>Install <application>gconf-editor</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/other/gconf-editor/gconf-editor-intro.xml

    r8f58752e r05ecbec4  
    11<sect2>
    2 <title>Introduction to gconf-editor</title>
     2<title>Introduction to <application>gconf-editor</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gconf-editor-download-http;"/>
    5 Download location (FTP):        <ulink url="&gconf-editor-download-ftp;"/>
    6 Version used:                   &gconf-editor-version;
    7 Package size:                   &gconf-editor-size;
    8 Estimated Disk space required:  &gconf-editor-buildsize;
    9 Estimated build time:           &gconf-editor-time;</screen>
    10 
    11 <para>The gconf-editor package contains a GUI editor for the GConf
     4<para>The <application>gconf-editor</application> package contains a
     5<acronym>GUI</acronym> editor for the <application>GConf</application>
    126configuration database.</para>
    137
    14 <screen>gconf-editor depends on:
    15 <xref linkend="GConf"/></screen>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&gconf-editor-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&gconf-editor-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &gconf-editor-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&gconf-editor-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&gconf-editor-time;</para></listitem></itemizedlist>
     19</sect3>
     20                                                                               
     21<sect3><title><application>gconf-editor</application> dependencies</title>
     22<sect4><title>Required</title>
     23<para><xref linkend="GConf"/></para></sect4>
     24</sect3>
     25
    1626
    1727</sect2>
  • gnome/other/gconf-editor/gconf-editor.ent

    r8f58752e r05ecbec4  
    55<!ENTITY gconf-editor-desc SYSTEM "gconf-editor-desc.xml">
    66<!ENTITY gconf-editor-config SYSTEM "gconf-editor-config.xml">
    7 <!ENTITY gconf-editor-buildsize "2.4 MB">
    8 <!ENTITY gconf-editor-version "0.4.0">
    9 <!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/0.4/gconf-editor-0.4.0.tar.bz2">
    10 <!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/0.4/gconf-editor-0.4.0.tar.bz2">
    11 <!ENTITY gconf-editor-size "244 KB">
    12 <!ENTITY gconf-editor-time "0.13 SBU">
     7<!ENTITY gconf-editor-buildsize "5.6 MB">
     8<!ENTITY gconf-editor-version "0.4.1">
     9<!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/0.4/gconf-editor-0.4.1.tar.bz2">
     10<!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/0.4/gconf-editor-0.4.1.tar.bz2">
     11<!ENTITY gconf-editor-size "328 KB">
     12<!ENTITY gconf-editor-time "0.07 SBU">
Note: See TracChangeset for help on using the changeset viewer.