Updated to GConf Editor-2.8.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3038 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-11-26 18:32:19 +00:00
parent 4e672a1757
commit b59e3d3a6b
2 changed files with 33 additions and 12 deletions

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.6/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.6/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-size "368 KB">
<!ENTITY gconf-editor-buildsize "6.2 MB">
<!ENTITY gconf-editor-time "0.07 SBU">
<!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-md5sum "193d5970b570366fd435b2b7ebdd8047">
<!ENTITY gconf-editor-size "510 KB">
<!ENTITY gconf-editor-buildsize "8.7 MB">
<!ENTITY gconf-editor-time "0.10 SBU">
]>
<sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
@ -33,8 +33,9 @@ configuration database.</para>
url="&gconf-editor-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gconf-editor-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &gconf-editor-md5sum;</para></listitem>
<listitem><para>Download size: &gconf-editor-size;</para></listitem>
<listitem><para>Estimated Disk space required:
<listitem><para>Estimated disk space required:
&gconf-editor-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gconf-editor-time;</para></listitem></itemizedlist>
@ -42,7 +43,8 @@ url="&gconf-editor-download-ftp;"/></para></listitem>
<sect3><title><application>GConf Editor</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="GConf"/></para></sect4>
<para><xref linkend="libgnomeui"/></para>
</sect4>
</sect3>
</sect2>
@ -50,14 +52,31 @@ url="&gconf-editor-download-ftp;"/></para></listitem>
<sect2>
<title>Installation of <application>GConf Editor</application></title>
<para>Install <application>GConf Editor</application> by running the following commands:</para>
<para>Install <application>GConf Editor</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
<application>GConf</application> schema files in
<filename class='directory'>/etc/gnome/gconf/schemas</filename> instead of
<filename class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
<application>ScrollKeeper</application> files in
<filename class='directory'>/var/lib/scrollkeeper</filename> instead of
<filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
</sect2>
<sect2>
<title>Contents</title>
@ -70,8 +89,7 @@ make install</command></userinput></screen>
<sect3><title>gconf-editor</title>
<para><command>gconf-editor</command> allows direct modification of the
<application>GConf</application>
configuration database.</para></sect3>
<application>GConf</application> configuration database.</para></sect3>
</sect2>

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>November 26th, 2004 [randy]: Updated to
GConf Editor-2.8.2.</para></listitem>
<listitem><para>November 26th, 2004 [igor]: Updated to
hd2u-0.9.2.</para></listitem>