Changeset 8f847979 for gnome


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
Files:
16 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>
  • gnome/lib/gnome-mime-data/gnome-mime-data-desc.xml

    ra2d48f4 r8f847979  
    1212
    1313<sect3><title>icons</title>
    14 <para>icons contains all the default document type icons.</para></sect3>
     14<para><filename>icons</filename> contains all the default document type icons.</para></sect3>
    1515
    1616<sect3><title>application-registry</title>
    17 <para>application-registry contains the application mime database.</para></sect3>
     17<para><filename>application-registry</filename> contains the application mime database.</para></sect3>
    1818
    1919<sect3><title>mime-info</title>
    20 <para>mime-info contains the mime description database.</para></sect3>
     20<para><filename>mime-info</filename> contains the mime description database.</para></sect3>
    2121
    2222</sect2>
  • gnome/lib/gnome-mime-data/gnome-mime-data-exp.xml

    ra2d48f4 r8f847979  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
     4<para><command>--sysconfdir=/etc/gnome</command> : This switch
    55puts configuration files in <filename>/etc/gnome</filename> instead of
    66<filename>$GNOME_PREFIX/etc</filename>.</para>
  • gnome/lib/gnome-mime-data/gnome-mime-data-inst.xml

    ra2d48f4 r8f847979  
    11<sect2>
    2 <title>Installation of gnome-mime-data</title>
     2<title>Installation of <application>gnome-mime-data</application></title>
    33
    4 <para>Install gnome-mime-data by running the following commands:</para>
     4<para>Install <application>gnome-mime-data</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/gnome-mime-data/gnome-mime-data-intro.xml

    ra2d48f4 r8f847979  
    11<sect2>
    2 <title>Introduction to gnome-mime-data</title>
     2<title>Introduction to <application>gnome-mime-data</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gnome-mime-data-download-http;"/>
    5 Download location (FTP):        <ulink url="&gnome-mime-data-download-ftp;"/>
    6 Version used:                   &gnome-mime-data-version;
    7 Package size:                   &gnome-mime-data-size;
    8 Estimated Disk space required:  &gnome-mime-data-buildsize;
    9 Estimated build time:           &gnome-mime-data-time;</screen>
     4<para>The <application>gnome-mime-data</application> package contains the base set of file types
     5and applications for GNOME.</para>
    106
    11 <para>The gnome-mime-data package contains the base set of file types
    12 and applications for GNOME.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&gnome-mime-data-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&gnome-mime-data-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &gnome-mime-data-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&gnome-mime-data-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&gnome-mime-data-time;</para></listitem></itemizedlist>
     18</sect3>
    1319
    1420
  • gnome/lib/gnome-mime-data/gnome-mime-data.ent

    ra2d48f4 r8f847979  
    55<!ENTITY gnome-mime-data-desc SYSTEM "gnome-mime-data-desc.xml">
    66<!ENTITY gnome-mime-data-config SYSTEM "gnome-mime-data-config.xml">
    7 <!ENTITY gnome-mime-data-buildsize "4.4 MB">
    8 <!ENTITY gnome-mime-data-version "2.2.0">
    9 <!ENTITY gnome-mime-data-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2.0.tar.bz2">
    10 <!ENTITY gnome-mime-data-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2.0.tar.bz2">
     7<!ENTITY gnome-mime-data-buildsize "6.0 MB">
     8<!ENTITY gnome-mime-data-version "2.2.1">
     9<!ENTITY gnome-mime-data-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2.1.tar.bz2">
     10<!ENTITY gnome-mime-data-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2.1.tar.bz2">
    1111<!ENTITY gnome-mime-data-size "1.1 MB">
    12 <!ENTITY gnome-mime-data-time "0.02 SBU">
     12<!ENTITY gnome-mime-data-time "0.01 SBU">
  • gnome/lib/gnome-vfs/gnome-vfs-config.xml

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

    ra2d48f4 r8f847979  
    22<title>Contents</title>
    33
    4 <para>The gnome-vfs package contains <filename>libgnomevfs</filename> libraries.</para>
     4<para>The <application>gnome-vfs</application> package contains <filename>libgnomevfs</filename> libraries.</para>
    55
    66</sect2>
  • gnome/lib/gnome-vfs/gnome-vfs-exp.xml

    ra2d48f4 r8f847979  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
     4<para><command>--sysconfdir=/etc/gnome</command> : This switch
    55puts configuration files in <filename>/etc/gnome</filename> instead of
    66<filename>$GNOME_PREFIX/etc</filename>.</para>
    77
    8 <para><userinput>--disable-gtk-doc</userinput> : This switch will prevent
     8<para><command>--disable-gtk-doc</command> : This switch will prevent
    99the rebuilding of documentation during the make command.</para>
    1010
  • gnome/lib/gnome-vfs/gnome-vfs-inst.xml

    ra2d48f4 r8f847979  
    11<sect2>
    2 <title>Installation of gnome-vfs</title>
     2<title>Installation of <application>gnome-vfs</application></title>
    33
    4 <para>Install gnome-vfs by running the following commands:</para>
     4<para>Install <application>gnome-vfs</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/gnome-vfs/gnome-vfs-intro.xml

    ra2d48f4 r8f847979  
    22<title>Introduction to gnome-vfs</title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gnome-vfs-download-http;"/>
    5 Download location (FTP):        <ulink url="&gnome-vfs-download-ftp;"/>
    6 Version used:                   &gnome-vfs-version;
    7 Package size:                   &gnome-vfs-size;
    8 Estimated Disk space required:  &gnome-vfs-buildsize;
    9 Estimated build time:           &gnome-vfs-time;</screen>
     4<para>The <application>gnome-vfs</application> package contains virtual file system libraries. This
     5is used
     6as one of the foundations of the <application>Nautilus</application> file manager.</para>
    107
    11 <para>The gnome-vfs package contains virtual file system libraries. This is used
    12 as one of the foundations of the Nautilus file manager.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&gnome-vfs-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&gnome-vfs-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &gnome-vfs-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&gnome-vfs-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&gnome-vfs-time;</para></listitem></itemizedlist>
     19</sect3>
    1320
    14 <screen>gnome-vfs depends on:
    15 <xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref linkend="bonobo-activation"/> and <xref linkend="gnome-mime-data"/>
    16 gnome-vfs will utilize:
    17 <xref linkend="libfam"/>, <xref linkend="openssl"/>, <xref linkend="CDParanoia"/>, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
     21<sect3><title><application>template</application> dependencies</title>
     22<sect4><title>Required</title>
     23<para><xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref
     24linkend="bonobo-activation"/> and <xref linkend="gnome-mime-data"/></para></sect4>
     25<sect4><title>Optional</title>
     26<para><xref linkend="libfam"/>, <xref linkend="openssl"/>, <xref
     27linkend="CDParanoia"/>, <xref linkend="gtk-doc"/> and <xref
     28linkend="DocBook"/></para></sect4>
     29</sect3>
     30
    1831
    1932</sect2>
  • gnome/lib/gnome-vfs/gnome-vfs.ent

    ra2d48f4 r8f847979  
    55<!ENTITY gnome-vfs-desc SYSTEM "gnome-vfs-desc.xml">
    66<!ENTITY gnome-vfs-config SYSTEM "gnome-vfs-config.xml">
    7 <!ENTITY gnome-vfs-buildsize "13.6 MB">
    8 <!ENTITY gnome-vfs-version "2.2.3">
    9 <!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2.3.tar.bz2">
    10 <!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2.3.tar.bz2">
    11 <!ENTITY gnome-vfs-size "972 KB">
    12 <!ENTITY gnome-vfs-time "2.17 SBU">
     7<!ENTITY gnome-vfs-buildsize "36.0 MB">
     8<!ENTITY gnome-vfs-version "2.2.5">
     9<!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2.5.tar.bz2">
     10<!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2.5.tar.bz2">
     11<!ENTITY gnome-vfs-size "956 KB">
     12<!ENTITY gnome-vfs-time "1.36 SBU">
Note: See TracChangeset for help on using the changeset viewer.