Changeset e7d92ea for gnome/lib


Ignore:
Timestamp:
11/12/2003 03:22:47 AM (20 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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1dbb649f
Parents:
eef5089b
Message:

update to GConf-2.4.0.1

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

Location:
gnome/lib
Files:
1 added
3 edited

Legend:

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

    reef5089b re7d92ea  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This switch puts
     4<para><parameter>--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts
    55libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    66<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     
    1212eliminating this command <emphasis>must</emphasis> be consistent.</para>
    1313
    14 <para><option>--disable-gtk-doc</option>: This switch will
    15 prevent the rebuilding of documentation during the
    16 <command>make</command> command.</para>
    17 
    1814</sect2>
    1915
  • gnome/lib/gconf/gconf-inst.xml

    reef5089b re7d92ea  
    44<para>Install <application>GConf</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
    7 --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     7--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin --sysconfdir=/etc/gnome &amp;&amp;
    88make &amp;&amp;
    99make install</command></userinput></screen>
  • gnome/lib/gconf/gconf.ent

    reef5089b re7d92ea  
    44<!ENTITY GConf-exp SYSTEM "gconf-exp.xml">
    55<!ENTITY GConf-desc SYSTEM "gconf-desc.xml">
    6 <!ENTITY GConf-version "2.2.1">
     6<!ENTITY GConf-version "2.4.0.1">
    77<!ENTITY GConf-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-&GConf-version;.tar.bz2">
    88<!ENTITY GConf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-&GConf-version;.tar.bz2">
    9 <!ENTITY GConf-size "1.1 MB">
    10 <!ENTITY GConf-buildsize "25.4 MB">
     9<!ENTITY GConf-size "1.3 MB">
     10<!ENTITY GConf-buildsize "24.7 MB">
    1111<!ENTITY GConf-time "0.56 SBU">
Note: See TracChangeset for help on using the changeset viewer.