Ignore:
Timestamp:
11/22/2004 07:27:40 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
518b9ee0
Parents:
c94066d
Message:

Updated to ORBit2-2.12.0, libbonobo-2.8.0, GConf-2.8.1, GNOME-MIME-Data-2.4.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gconf.xml

    rc94066d r1e93fcc  
    77<!ENTITY GConf-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-&GConf-version;.tar.bz2">
    88<!ENTITY GConf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-&GConf-version;.tar.bz2">
    9 <!ENTITY GConf-size "1.4 MB">
    10 <!ENTITY GConf-buildsize "27.3 MB">
    11 <!ENTITY GConf-time "0.56 SBU">
    12 
     9<!ENTITY GConf-md5sum "b1173cbe33404bcbcc15710ce2a28f67">
     10<!ENTITY GConf-size "1.7 MB">
     11<!ENTITY GConf-buildsize "27 MB">
     12<!ENTITY GConf-time "0.44 SBU">
    1313]>
    1414
     
    3232<listitem><para>Download (FTP): <ulink
    3333url="&GConf-download-ftp;"/></para></listitem>
     34<listitem><para>Download MD5 sum: &GConf-md5sum;</para></listitem>
    3435<listitem><para>Download size: &GConf-size;</para></listitem>
    3536<listitem><para>Estimated Disk space required:
     
    4142<sect3><title><application>GConf</application> dependencies</title>
    4243<sect4><title>Required</title>
    43 <para>
    44 <xref linkend="ORBit2"/>,
    45 <xref linkend="GTK2"/> and
    46 <xref linkend="libxml2"/>
    47 </para></sect4>
     44<para><xref linkend="ORBit2"/>,
     45<xref linkend="GTK2"/> and
     46<xref linkend="libxml2"/></para>
     47</sect4>
     48
    4849<sect4><title>Optional</title>
    49 <para>
    50 <xref linkend="gtk-doc"/> and
    51 <xref linkend="docbook-utils"/>
    52 </para></sect4>
     50<para><xref linkend="gtk-doc"/> and
     51<xref linkend="docbook-utils"/></para>
     52</sect4>
    5353</sect3>
    5454
     
    6363<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    6464    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    65     --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
     65    --sysconfdir=/etc/gnome &amp;&amp;
    6666make &amp;&amp;
    6767make install</command></userinput></screen>
     
    7878
    7979<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    80 puts configuration files in <filename class="directory">/etc/gnome</filename>
     80puts <application><acronym>GNOME</acronym>-2</application> configuration files
     81in <filename class="directory">/etc/gnome</filename>
    8182instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.  This
    8283installation controls all future installations of schemas. If you change the
    8384location (which includes eliminating this parameter), it
    84 <emphasis>must</emphasis> be consistent for every subsequent installation.</para>
    85 
    86 <para><option>--disable-gtk-doc</option>: This switch prevents the rebuilding
    87 of the documentation during the <command>make</command> command.</para>
     85<emphasis>must</emphasis> be consistent for every subsequent
     86<application><acronym>GNOME</acronym>-2</application> installation.</para>
    8887
    8988</sect2>
     
    9392
    9493<para>The <application>GConf</application> package contains
    95 <filename>libgconf</filename> libraries.</para>
     94<command>gconfd-2</command>,
     95<command>gconf-sanity-check-2</command>,
     96<command>gconftool-2</command>,
     97<command>gconf-merge-tree</command>,
     98<filename class='libraryfile'>libgconf-2</filename> and
     99<filename class='libraryfile'>gconfbackend</filename> libraries.</para>
    96100
    97101</sect2>
Note: See TracChangeset for help on using the changeset viewer.