Changeset fd924b1c


Ignore:
Timestamp:
01/28/2006 01:36:45 PM (18 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7f9e5aa
Parents:
acbb975
Message:

updated GConf to 2.12.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    racbb975 rfd924b1c  
    1 <!ENTITY day          "27">
     1<!ENTITY day          "28">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2006">
     
    376376<!ENTITY ORBit2-version               "2.12.4">
    377377<!ENTITY libbonobo-version            "2.10.1">
    378 <!ENTITY GConf-version                "2.12.0">
     378<!ENTITY GConf-version                "2.12.1">
    379379<!ENTITY gnome-mime-data-version      "2.4.2">
    380380<!ENTITY gnome-vfs-version            "2.12.1">
  • gnome/core/gconf.xml

    racbb975 rfd924b1c  
    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        "e674d838922a9e9de0cee9fd2ef1ea0c">
    10   <!ENTITY GConf-size          "1.8 MB">
    11   <!ENTITY GConf-buildsize     "28.6 MB">
     9  <!ENTITY GConf-md5sum        "247110de013ed24b17cf4191eb6daec5">
     10  <!ENTITY GConf-size          "1.9 MB">
     11  <!ENTITY GConf-buildsize     "26.0 MB">
    1212  <!ENTITY GConf-time          "0.4 SBU">
    1313]>
     
    8080
    8181<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    82     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
     82    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/GConf \
    8383    --sysconfdir=/etc/gnome &amp;&amp;
    8484make</userinput></screen>
     
    8686    <para>This package does not come with a test suite.</para>
    8787
    88     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     88    <para>Now, as the <systemitem class="username">root</systemitem>
     89    user:</para>
    8990
    9091<screen role="root"><userinput>make install</userinput></screen>
     
    9697
    9798    <para><parameter>--libexecdir=`pkg-config --variable=prefix
    98     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    99     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     99    ORBit-2.0`/lib/GConf</parameter>: This switch puts libexec files in
     100    <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
    100101    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    101102
     
    121122
    122123      <seglistitem>
    123         <seg>gconf-merge-tree, gconf-sanity-check-2, gconfd-2,
    124         and gconftool-2</seg>
     124        <seg>gconf-merge-tree and gconftool-2</seg>
    125125        <seg>libgconf-2.[so,a]</seg>
    126126        <seg>/etc/gnome/gconf,
     
    136136      <?dbfo list-presentation="list"?>
    137137      <?dbhtml list-presentation="table"?>
     138
     139      <varlistentry id="gconf-merge-tree">
     140        <term><command>gconf-merge-tree</command></term>
     141        <listitem>
     142          <para>merges an xml filesystem hierarchy.</para>
     143          <indexterm zone="GConf gconf-merge-tree">
     144            <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
     145          </indexterm>
     146        </listitem>
     147      </varlistentry>
     148
     149      <varlistentry id="gconftool-2">
     150        <term><command>gconftool-2</command></term>
     151        <listitem>
     152          <para>is a command line tool for manipulating the
     153          <application>GConf</application> database.</para>
     154          <indexterm zone="GConf gconftool-2">
     155            <primary sortas="b-gconftool-2">gconftool-2</primary>
     156          </indexterm>
     157        </listitem>
     158      </varlistentry>
    138159
    139160      <varlistentry id="libgconf-2">
  • introduction/welcome/changelog.xml

    racbb975 rfd924b1c  
    4343
    4444    <listitem>
     45      <para>January 28th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[andy] - Updated GConf to 2.12.1</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>January 27th, 2006</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.