source: gnome/platform/gconf.xml@ b3d57664

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b3d57664 was b4642992, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tag WebKit dependencies

  • Property mode set to 100644
File size: 7.1 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/3.2/GConf-&GConf-version;.tar.xz">
8 <!ENTITY GConf-download-ftp "&gnome-download-ftp;/GConf/3.2/GConf-&GConf-version;.tar.xz">
9 <!ENTITY GConf-md5sum "2b16996d0e4b112856ee5c59130e822c">
10 <!ENTITY GConf-size "1.5 MB">
11 <!ENTITY GConf-buildsize "45 MB">
12 <!ENTITY GConf-time "0.3 SBU">
13]>
14
15<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
16 <?dbhtml filename="GConf.html"?>
17
18
19 <title>GConf-&GConf-version;</title>
20
21 <indexterm zone="GConf">
22 <primary sortas="a-GConf">GConf</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GConf</title>
27
28 <para>
29 The <application>GConf</application> package contains a
30 configuration database system used by many
31 <application>GNOME</application> applications.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&GConf-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&GConf-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &GConf-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &GConf-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &GConf-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &GConf-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="dbus-glib"/> and
75 <xref linkend="libxml2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gobject-introspection"/>,
81 <xref linkend="gtk3"/> and
82 <xref linkend="polkit"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <!--<xref linkend="gtk-doc"/> and -->
88 <xref linkend="openldap"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/gconf"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GConf</title>
98
99 <para>
100 Install <application>GConf</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --sysconfdir=/etc \
106 --disable-orbit \
107 --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem>
116 user:
117 </para>
118
119<screen role="root"><userinput>make install &amp;&amp;
120ln -s gconf.xml.defaults /etc/gconf/gconf.xml.system</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>--disable-orbit</parameter>: This switch is required if
129 <application>ORBit2</application> is not installed.
130 <application>ORBit2</application> is a deprecated package.
131 </para>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135 <!-- gtk-doc support is broken due to obsolete command "gtkdoc-mktmpl"
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>-->
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 gconf-merge-tree, gconftool-2, gsettings-data-convert and
152 gsettings-schema-convert
153 </seg>
154 <seg>
155 libgconf-2.so and libgsettingsgconfbackend.so (GIO Module installed
156 in <filename class="directory">/usr/lib/gio/modules</filename>)
157 </seg>
158 <seg>
159 /etc/gconf,
160 /usr/include/gconf,
161 /usr/lib/GConf,
162 /usr/share/gtk-doc/html/gconf and
163 /usr/share/sgml/gconf
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="gconf-merge-tree">
174 <term><command>gconf-merge-tree</command></term>
175 <listitem>
176 <para>
177 merges an XML filesystem hierarchy
178 </para>
179 <indexterm zone="GConf gconf-merge-tree">
180 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="gconftool-2">
186 <term><command>gconftool-2</command></term>
187 <listitem>
188 <para>
189 is a command line tool used for manipulating the
190 <application>GConf</application> database
191 </para>
192 <indexterm zone="GConf gconftool-2">
193 <primary sortas="b-gconftool-2">gconftool-2</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="gsettings-data-convert">
199 <term><command>gsettings-data-convert</command></term>
200 <listitem>
201 <para>
202 reads values out of the users <application>GConf</application>
203 database and stores them in GSettings
204 </para>
205 <indexterm zone="GConf gsettings-data-convert">
206 <primary sortas="b-gsettings-data-convert">gsettings-data-convert</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="gsettings-schemas-convert">
212 <term><command>gsettings-schemas-convert</command></term>
213 <listitem>
214 <para>
215 converts between <application>GConf</application> and GSettings
216 schema file formats
217 </para>
218 <indexterm zone="GConf gsettings-schemas-convert">
219 <primary sortas="b-gsettings-schemas-convert">gsettings-schemas-convert</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="libgconf-2">
225 <term><filename class="libraryfile">libgconf-2.so</filename></term>
226 <listitem>
227 <para>
228 provides the functions necessary to maintain the
229 configuration database
230 </para>
231 <indexterm zone="GConf libgconf-2">
232 <primary sortas="c-libgconf-2">libgconf-2.so</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 </variablelist>
238
239 </sect2>
240
241</sect1>
Note: See TracBrowser for help on using the repository browser.