Changeset 67579968


Ignore:
Timestamp:
05/10/2005 09:38:06 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.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:
1022ddb2
Parents:
40eeab2
Message:

Updated to GConf-2.10.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gconf.xml

    r40eeab2 r67579968  
    77<!ENTITY GConf-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
    88<!ENTITY GConf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
    9 <!ENTITY GConf-md5sum "b1173cbe33404bcbcc15710ce2a28f67">
     9<!ENTITY GConf-md5sum "a7cd37be4e317195a6668a086fc72033">
    1010<!ENTITY GConf-size "1.7 MB">
    11 <!ENTITY GConf-buildsize "27 MB">
    12 <!ENTITY GConf-time "0.44 SBU">
     11<!ENTITY GConf-buildsize "26 MB">
     12<!ENTITY GConf-time "0.4 SBU">
    1313]>
    1414
     
    4242<sect3><title><application>GConf</application> dependencies</title>
    4343<sect4><title>Required</title>
    44 <para><xref linkend="ORBit2"/>,
    45 <xref linkend="gtk2"/> and
     44<para><xref linkend="ORBit2"/> and
    4645<xref linkend="libxml2"/></para>
    4746</sect4>
    4847
    4948<sect4><title>Optional</title>
    50 <para><xref linkend="gtk-doc"/> and
     49<para><xref linkend="gtk2"/>,
     50<xref linkend="gtk-doc"/> and
    5151<xref linkend="docbook-utils"/></para>
    5252</sect4>
     
    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;
    66 make &amp;&amp;
    67 make install</command></userinput></screen>
     65    --sysconfdir=/etc/gnome &amp;&amp;
     66make</command></userinput></screen>
     67
     68<para>This package does not come with a test suite.</para>
     69
     70<para>Now, as the root user:</para>
     71
     72<screen><userinput role='root'><command>make install</command></userinput></screen>
    6873
    6974</sect2>
     
    8489location (which includes eliminating this parameter), it
    8590<emphasis>must</emphasis> be consistent for every subsequent
    86 <application><acronym>GNOME</acronym>-2</application> installation.</para>
    87 
    88 <para><option>--disable-gtk-doc</option>: This switch disables building the
    89 documentation during the <command>make</command> step. Omit this option if
    90 you have <application>GTK-Doc</application> installed and wish to rebuild and
    91 install the documentation.</para>
     91<application><acronym>GNOME</acronym>-2</application> package
     92installation.</para>
    9293
    9394</sect2>
Note: See TracChangeset for help on using the changeset viewer.