Changeset b59e3d3a


Ignore:
Timestamp:
11/26/2004 06:32:19 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:
eb604c9a
Parents:
4e672a1
Message:

Updated to GConf Editor-2.8.2

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gconf-editor.xml

    r4e672a1 rb59e3d3a  
    55  %general-entities;
    66
    7 <!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.6/gconf-editor-&gconf-editor-version;.tar.bz2">
    8 <!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.6/gconf-editor-&gconf-editor-version;.tar.bz2">
    9 <!ENTITY gconf-editor-size "368 KB">
    10 <!ENTITY gconf-editor-buildsize "6.2 MB">
    11 <!ENTITY gconf-editor-time "0.07 SBU">
    12 
     7<!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
     8<!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
     9<!ENTITY gconf-editor-md5sum "193d5970b570366fd435b2b7ebdd8047">
     10<!ENTITY gconf-editor-size "510 KB">
     11<!ENTITY gconf-editor-buildsize "8.7 MB">
     12<!ENTITY gconf-editor-time "0.10 SBU">
    1313]>
    1414
     
    3434<listitem><para>Download (FTP): <ulink
    3535url="&gconf-editor-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &gconf-editor-md5sum;</para></listitem>
    3637<listitem><para>Download size: &gconf-editor-size;</para></listitem>
    37 <listitem><para>Estimated Disk space required:
     38<listitem><para>Estimated disk space required:
    3839&gconf-editor-buildsize;</para></listitem>
    3940<listitem><para>Estimated build time:
     
    4344<sect3><title><application>GConf Editor</application> dependencies</title>
    4445<sect4><title>Required</title>
    45 <para><xref linkend="GConf"/></para></sect4>
     46<para><xref linkend="libgnomeui"/></para>
     47</sect4>
    4648</sect3>
    4749
     
    5153<title>Installation of <application>GConf Editor</application></title>
    5254
    53 <para>Install <application>GConf Editor</application> by running the following commands:</para>
     55<para>Install <application>GConf Editor</application> by running the
     56following commands:</para>
    5457
    55 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     58<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     59    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
    5660make &amp;&amp;
    5761make install</command></userinput></screen>
     62
     63</sect2>
     64
     65<sect2>
     66<title>Command explanations</title>
     67
     68<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     69<application>GConf</application> schema files in
     70<filename class='directory'>/etc/gnome/gconf/schemas</filename> instead of
     71<filename class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
     72
     73<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
     74<application>ScrollKeeper</application> files in
     75<filename class='directory'>/var/lib/scrollkeeper</filename> instead of
     76<filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    5877
    5978</sect2>
     
    7190<sect3><title>gconf-editor</title>
    7291<para><command>gconf-editor</command> allows direct modification of the
    73 <application>GConf</application>
    74 configuration database.</para></sect3>
     92<application>GConf</application> configuration database.</para></sect3>
    7593
    7694</sect2>
  • introduction/welcome/changelog.xml

    r4e672a1 rb59e3d3a  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>November 26th, 2004 [randy]: Updated to
     26GConf Editor-2.8.2.</para></listitem>
    2427
    2528<listitem><para>November 26th, 2004 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.