Changeset 8f847979 for gnome/lib/gconf


Ignore:
Timestamp:
09/01/2003 12:53:29 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:
c486869
Parents:
a2d48f4
Message:

update to gconf-2.2.1, gnome-mime-data-2.2.1 and gnome-vfs-2.2.5

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

Location:
gnome/lib/gconf
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/gconf/gconf-config.xml

    ra2d48f4 r8f847979  
    11<sect2>
    2 <title>Configuring GConf</title>
     2<title>Configuring <application>GConf</application></title>
    33
    44
  • gnome/lib/gconf/gconf-desc.xml

    ra2d48f4 r8f847979  
    22<title>Contents</title>
    33
    4 <para>The GConf package contains <filename>libgconf</filename> libraries.</para>
     4<para>The <application>GConf</application> package contains <filename>libgconf</filename> libraries.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>libgconf libraries</title>
    11 <para>libgconf libraries provide the functions necessary to maintain
     11<para><filename>libgconf</filename> libraries provide the functions necessary to maintain
    1212the configuration database.</para></sect3>
    1313
  • gnome/lib/gconf/gconf-exp.xml

    ra2d48f4 r8f847979  
    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>--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>.  This installation controls all
     
    1212eliminating this command <emphasis>must</emphasis> be consistent.</para>
    1313
    14 <para><userinput>--disable-gtk-doc</userinput> : This switch will
     14<para><command>--disable-gtk-doc</command> : This switch will
    1515prevent the rebuilding of documentation during the make command.</para>
    1616
  • gnome/lib/gconf/gconf-inst.xml

    ra2d48f4 r8f847979  
    11<sect2>
    2 <title>Installation of GConf</title>
     2<title>Installation of <application>GConf</application></title>
    33
    4 <para>Install GConf by running the following commands:</para>
     4<para>Install <application>GConf</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--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    88make &amp;&amp;
    9 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • gnome/lib/gconf/gconf-intro.xml

    ra2d48f4 r8f847979  
    22<title>Introduction to GConf</title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&GConf-download-http;"/>
    5 Download location (FTP):        <ulink url="&GConf-download-ftp;"/>
    6 Version used:                   &GConf-version;
    7 Package size:                   &GConf-size;
    8 Estimated Disk space required:  &GConf-buildsize;
    9 Estimated build time:           &GConf-time;</screen>
    10 
    114<para>The GConf package contains a configuration database system.</para>
    125
    13 <screen>GConf depends on:
    14 <xref linkend="ORBit2"/> and <xref linkend="GTK2"/>
    15 GConf will utilize:
    16 <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></screen>
     6<sect3><title>Package information</title>
     7<itemizedlist spacing='compact'>
     8<listitem><para>Download (HTTP): <ulink
     9url="&GConf-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink
     11url="&GConf-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &GConf-size;</para></listitem>
     13<listitem><para>Estimated Disk space required:
     14&GConf-buildsize;</para></listitem>
     15<listitem><para>Estimated build time:
     16&GConf-time;</para></listitem></itemizedlist>
     17</sect3>
     18
     19<sect3><title><application>GConf</application> dependencies</title>
     20<sect4><title>Required</title>
     21<para><xref linkend="ORBit2"/> and <xref linkend="GTK2"/></para></sect4>
     22<sect4><title>Optional</title>
     23<para><xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></para></sect4>
     24</sect3>
    1725
    1826</sect2>
Note: See TracChangeset for help on using the changeset viewer.