source: gnome/core/gconf.xml@ fd924b1c

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 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 fd924b1c was fd924b1c, checked in by Andrew Benton <andy@…>, 18 years ago

updated GConf to 2.12.1

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

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY GConf-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
8 <!ENTITY GConf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
9 <!ENTITY GConf-md5sum "247110de013ed24b17cf4191eb6daec5">
10 <!ENTITY GConf-size "1.9 MB">
11 <!ENTITY GConf-buildsize "26.0 MB">
12 <!ENTITY GConf-time "0.4 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 <keywordset>
22 <keyword role="package">GConf-&GConf-version;.tar</keyword>
23 <keyword role="ftpdir">GConf</keyword>
24 </keywordset>
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>
64 <para role="required"><xref linkend="ORBit2"/> and
65 <xref linkend="libxml2"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="gtk2"/>,
69 <xref linkend="openldap"/>,
70 <xref linkend="gtk-doc"/> and
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` \
82 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/GConf \
83 --sysconfdir=/etc/gnome &amp;&amp;
84make</userinput></screen>
85
86 <para>This package does not come with a test suite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem>
89 user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><parameter>--libexecdir=`pkg-config --variable=prefix
99 ORBit-2.0`/lib/GConf</parameter>: This switch puts libexec files in
100 <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
101 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
102
103 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
104 puts <application>GConf-2</application> configuration files
105 in <filename class="directory">/etc/gnome</filename> instead of
106 <filename class="directory">$GNOME_PREFIX/etc</filename>. This
107 installation controls all future installations of schemas. If you
108 change the location (which includes eliminating this parameter), it
109 <emphasis>must</emphasis> be consistent for every subsequent
110 package installation that updates the <application>GConf-2</application>
111 configuration database.</para>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>gconf-merge-tree and gconftool-2</seg>
125 <seg>libgconf-2.[so,a]</seg>
126 <seg>/etc/gnome/gconf,
127 $GNOME_PREFIX/include/gconf,
128 $GNOME_PREFIX/lib/GConf,
129 $GNOME_PREFIX/share/gtk-doc/html/gconf,
130 and $GNOME_PREFIX/share/sgml/gconf</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="gconf-merge-tree">
140 <term><command>gconf-merge-tree</command></term>
141 <listitem>
142 <para>merges an xml filesystem hierarchy.</para>
143 <indexterm zone="GConf gconf-merge-tree">
144 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="gconftool-2">
150 <term><command>gconftool-2</command></term>
151 <listitem>
152 <para>is a command line tool for manipulating the
153 <application>GConf</application> database.</para>
154 <indexterm zone="GConf gconftool-2">
155 <primary sortas="b-gconftool-2">gconftool-2</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libgconf-2">
161 <term><filename class='libraryfile'>libgconf-2.[so,a]</filename></term>
162 <listitem>
163 <para>provide the functions necessary to maintain the
164 configuration database.</para>
165 <indexterm zone="GConf libgconf-2">
166 <primary sortas="c-libgconf-2">libgconf-2.[so,a]</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.