source: gnome/core/gconf.xml@ e2b0dfc0

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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e2b0dfc0 was e62f701, checked in by Randy McMurchy <randy@…>, 19 years ago

Presentation cleanup of GNOME core packages

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

  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[937425f]7 <!ENTITY GConf-download-http "&gnome-download-http;/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
8 <!ENTITY GConf-download-ftp "&gnome-download-http;/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
[fd924b1c]9 <!ENTITY GConf-md5sum "247110de013ed24b17cf4191eb6daec5">
10 <!ENTITY GConf-size "1.9 MB">
[937425f]11 <!ENTITY GConf-buildsize "28.9 MB">
[51d7b70]12 <!ENTITY GConf-time "0.4 SBU">
[fdca4266]13]>
14
[7e3feff]15<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
[6372fb8]16 <?dbhtml filename="GConf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[b22e19bf]21 <keywordset>
22 <keyword role="package">GConf-&GConf-version;.tar</keyword>
[e7307aa1]23 <keyword role="ftpdir">GConf</keyword>
[b22e19bf]24 </keywordset>
[6372fb8]25 </sect1info>
26
27 <title>GConf-&GConf-version;</title>
28
29 <indexterm zone="GConf">
30 <primary sortas="a-GConf">GConf</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GConf</title>
35
36 <para>The <application>GConf</application> package contains a
37 configuration database system.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&GConf-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&GConf-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &GConf-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &GConf-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &GConf-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &GConf-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]64 <para role="required"><xref linkend="ORBit2"/> and
[6372fb8]65 <xref linkend="libxml2"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
[b22e19bf]68 <para role="optional"><xref linkend="gtk2"/>,
[51d7b70]69 <xref linkend="openldap"/>,
[937425f]70 <xref linkend="gtk-doc"/>, and
[6372fb8]71 <xref linkend="docbook-utils"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of GConf</title>
77
78 <para>Install <application>GConf</application> by running the following
79 commands:</para>
80
81<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
[e62f701]82 --libexecdir=`pkg-config \
83 --variable=prefix ORBit-2.0`/lib/GConf \
84 --sysconfdir=&gnome-etc-dir; &amp;&amp;
[6372fb8]85make</userinput></screen>
[67579968]86
[6372fb8]87 <para>This package does not come with a test suite.</para>
[67579968]88
[fd924b1c]89 <para>Now, as the <systemitem class="username">root</systemitem>
90 user:</para>
[67579968]91
[6372fb8]92<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]93
[6372fb8]94 </sect2>
[fdca4266]95
[6372fb8]96 <sect2 role="commands">
97 <title>Command Explanations</title>
[fdca4266]98
[6372fb8]99 <para><parameter>--libexecdir=`pkg-config --variable=prefix
[fd924b1c]100 ORBit-2.0`/lib/GConf</parameter>: This switch puts libexec files in
101 <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
[6372fb8]102 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]103
[937425f]104 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch
[51d7b70]105 puts <application>GConf-2</application> configuration files
[937425f]106 in <filename class="directory">&gnome-etc-dir;</filename> instead of
[6372fb8]107 <filename class="directory">$GNOME_PREFIX/etc</filename>. This
108 installation controls all future installations of schemas. If you
109 change the location (which includes eliminating this parameter), it
110 <emphasis>must</emphasis> be consistent for every subsequent
[51d7b70]111 package installation that updates the <application>GConf-2</application>
112 configuration database.</para>
[227a40a5]113
[6372fb8]114 </sect2>
[fdca4266]115
[6372fb8]116 <sect2 role="content">
117 <title>Contents</title>
[fdca4266]118
[6372fb8]119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
[1d0408c8]121 <segtitle>Installed Library</segtitle>
[293abe4]122 <segtitle>Installed Directories</segtitle>
[fdca4266]123
[6372fb8]124 <seglistitem>
[fd924b1c]125 <seg>gconf-merge-tree and gconftool-2</seg>
[6372fb8]126 <seg>libgconf-2.[so,a]</seg>
[e62f701]127 <seg>&gnome-etc-dir;/gconf and the following subdirectories of
128 $GNOME_PREFIX/:
129 include/gconf,
130 lib/GConf, and
131 share/[GConf, gtk-doc/html/gconf, sgml/gconf]</seg>
[6372fb8]132 </seglistitem>
133 </segmentedlist>
[fdca4266]134
[6372fb8]135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
[fdca4266]139
[fd924b1c]140 <varlistentry id="gconf-merge-tree">
141 <term><command>gconf-merge-tree</command></term>
142 <listitem>
143 <para>merges an xml filesystem hierarchy.</para>
144 <indexterm zone="GConf gconf-merge-tree">
145 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="gconftool-2">
151 <term><command>gconftool-2</command></term>
152 <listitem>
153 <para>is a command line tool for manipulating the
154 <application>GConf</application> database.</para>
155 <indexterm zone="GConf gconftool-2">
156 <primary sortas="b-gconftool-2">gconftool-2</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
[6372fb8]161 <varlistentry id="libgconf-2">
162 <term><filename class='libraryfile'>libgconf-2.[so,a]</filename></term>
163 <listitem>
164 <para>provide the functions necessary to maintain the
165 configuration database.</para>
166 <indexterm zone="GConf libgconf-2">
167 <primary sortas="c-libgconf-2">libgconf-2.[so,a]</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
[fdca4266]171
[6372fb8]172 </variablelist>
[7e3feff]173
[6372fb8]174 </sect2>
[7e3feff]175
[6372fb8]176</sect1>
Note: See TracBrowser for help on using the repository browser.