source: gnome/core/gconf.xml@ 101b0b0d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 101b0b0d was 5e59e08, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GConf-2.28.1.

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

  • Property mode set to 100644
File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY GConf-download-http "&gnome-download-http;/GConf/2.28/GConf-&GConf-version;.tar.bz2">
8 <!ENTITY GConf-download-ftp "&gnome-download-ftp;/GConf/2.28/GConf-&GConf-version;.tar.bz2">
9 <!ENTITY GConf-md5sum "27663faf0af4f6a6d534de9270f6d24a">
10 <!ENTITY GConf-size "1.4 MB">
11 <!ENTITY GConf-buildsize "41 MB">
12 <!ENTITY GConf-time "0.5 SBU">
13]>
14
15<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
16 <?dbhtml filename="GConf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GConf-&GConf-version;</title>
24
25 <indexterm zone="GConf">
26 <primary sortas="a-GConf">GConf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GConf</title>
31
32 <para>The <application>GConf</application> package contains a
33 configuration database system.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&GConf-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&GConf-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &GConf-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &GConf-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &GConf-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &GConf-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>Required patch: <ulink
61 url="&patch-root;/GConf-&GConf-version;-sysconfdir-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="ORBit2"/> and
69 <xref linkend="polkit"/></para>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended"><xref linkend="gtk2"/> (Required if building a
73 <application>GNOME</application> desktop.
74 <command>gconf-sanity-check-2</command> will not build otherwise.)</para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional"><xref linkend="openldap"/> and
78 <xref linkend="gtk-doc"/></para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/gconf"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of GConf</title>
87
88 <para>Install <application>GConf</application> by running the following
89 commands:</para>
90
91<screen><userinput>patch -Np1 -i ../GConf-&GConf-version;-sysconfdir-1.patch &amp;&amp;
92./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
93 --sysconfdir=&gnome-etc-dir; \
94 --libexecdir=$(pkg-config \
95 --variable=prefix ORBit-2.0)/lib/GConf \
96 --mandir=$(pkg-config \
97 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
98make</userinput></screen>
99
100 <para>This package does not come with a test suite.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem>
103 user:</para>
104
105<screen role="root"><userinput>make install &amp;&amp;
106install -v -m755 -d &gnome-etc-dir;/gconf/gconf.xml.system</userinput></screen>
107
108 <para>Still as the <systemitem class="username">root</systemitem> user,
109 configure <application>D-Bus</application> so that it can search for
110 <application>GNOME</application> installed .conf files (This is assuming
111 that system-local.conf does not exist yet. If it does, then you will need
112 to merge in the changes):</para>
113
114<screen role="root"><userinput>cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; "EOF"
115<literal>&lt;!DOCTYPE busconfig PUBLIC
116 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
117 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
118&lt;busconfig&gt;
119
120 &lt;!-- Search for .conf files in &gnome-etc-dir;/dbus-1/system.d --&gt;
121 &lt;includedir&gt;&gnome-etc-dir;/dbus-1/system.d&lt;/includedir&gt;
122
123&lt;/busconfig&gt;
124EOF</literal>
125</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gnome-prefix.xml"/>
134
135 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
136 causes the <application>GConf-2</application> configuration database to be
137 built in <filename class="directory">&gnome-etc-dir;</filename> instead of
138 <filename class="directory">$GNOME_PREFIX/etc</filename>. This installation
139 controls all future installations of <application>GConf-2</application>
140 schemas. If you change the location (which includes eliminating this
141 parameter), it <emphasis role='strong'>must</emphasis> be consistent for
142 every subsequent package installation that updates the
143 <application>GConf-2</application> configuration database.</para>
144
145 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
146 ORBit-2.0)/lib/GConf</parameter>: This parameter causes the libexec files
147 to be installed in the preferred location of
148 <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
149 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/gnome-mandir.xml"/>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/gtk-doc-rebuild.xml"/>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>gconf-merge-tree, gconftool-2, gconf-defaults-mechanism,
169 gconf-sanity-check-2, and gconfd-2</seg>
170 <seg>libgconf-2.{so,a}, libgconfbackend-xml.{so,a}, and
171 libgconfbackend-oldxml.{so,a}</seg>
172 <seg>&gnome-etc-dir;/gconf/{2,gconf.xml.defaults,gconf.xml.mandatory,
173 gconf.xml.system}, <envar>$GNOME_PREFIX</envar>/{include/gconf/2/gconf,
174 lib/GConf/2,share/{gtk-doc/html/gconf,sgml/gconf}}</seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="gconf-merge-tree">
184 <term><command>gconf-merge-tree</command></term>
185 <listitem>
186 <para>merges an xml filesystem hierarchy.</para>
187 <indexterm zone="GConf gconf-merge-tree">
188 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="gconftool-2">
194 <term><command>gconftool-2</command></term>
195 <listitem>
196 <para>is a command line tool for manipulating the
197 <application>GConf</application> database.</para>
198 <indexterm zone="GConf gconftool-2">
199 <primary sortas="b-gconftool-2">gconftool-2</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libgconf-2">
205 <term><filename class='libraryfile'>libgconf-2.{so,a}</filename></term>
206 <listitem>
207 <para>provide the functions necessary to maintain the
208 configuration database.</para>
209 <indexterm zone="GConf libgconf-2">
210 <primary sortas="c-libgconf-2">libgconf-2.{so,a}</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.