source: gnome/core/gconf.xml@ 7cdaed0

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 7cdaed0 was 7cdaed0, checked in by Randy McMurchy <randy@…>, 18 years ago

Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them

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

  • Property mode set to 100644
File size: 6.4 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">
[a6bee1f]9 <!ENTITY GConf-md5sum "d07c2efcaf477cf34225c604a04b6271">
10 <!ENTITY GConf-size "1.8 MB">
11 <!ENTITY GConf-buildsize "29.7 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>
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">GConf Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]60 <para role="required"><xref linkend="ORBit2"/> and
[6372fb8]61 <xref linkend="libxml2"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
[b22e19bf]64 <para role="optional"><xref linkend="gtk2"/>,
[51d7b70]65 <xref linkend="openldap"/>,
[937425f]66 <xref linkend="gtk-doc"/>, and
[6372fb8]67 <xref linkend="docbook-utils"/></para>
68
[0a7c3921]69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/gconf"/></para>
71
[6372fb8]72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GConf</title>
76
77 <para>Install <application>GConf</application> by running the following
78 commands:</para>
79
[a6bee1f]80<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
81 --sysconfdir=&gnome-etc-dir; \
82 --libexecdir=$(pkg-config \
83 --variable=prefix ORBit-2.0)/lib/GConf \
84 --mandir=$(pkg-config \
85 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[6372fb8]86make</userinput></screen>
[67579968]87
[6372fb8]88 <para>This package does not come with a test suite.</para>
[67579968]89
[fd924b1c]90 <para>Now, as the <systemitem class="username">root</systemitem>
91 user:</para>
[67579968]92
[6372fb8]93<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]94
[6372fb8]95 </sect2>
[fdca4266]96
[6372fb8]97 <sect2 role="commands">
98 <title>Command Explanations</title>
[fdca4266]99
[551b9389]100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]101 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]102
103 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
104 causes the <application>GConf-2</application> configuration database to be
105 built in <filename class="directory">&gnome-etc-dir;</filename> instead of
106 <filename class="directory">$GNOME_PREFIX/etc</filename>. This installation
107 controls all future installations of <application>GConf-2</application>
108 schemas. If you change the location (which includes eliminating this
109 parameter), it <emphasis role='strong'>must</emphasis> be consistent for
110 every subsequent package installation that updates the
111 <application>GConf-2</application> configuration database.</para>
112
[a6bee1f]113 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]114 ORBit-2.0)/lib/GConf</parameter>: This parameter causes the libexec files
115 to be installed in the preferred location of
[fd924b1c]116 <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
[6372fb8]117 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]118
[551b9389]119 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]120 href="../../xincludes/gnome-mandir.xml"/>
[551b9389]121
122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
[227a40a5]124
[6372fb8]125 </sect2>
[fdca4266]126
[6372fb8]127 <sect2 role="content">
128 <title>Contents</title>
[fdca4266]129
[6372fb8]130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
[1d0408c8]132 <segtitle>Installed Library</segtitle>
[293abe4]133 <segtitle>Installed Directories</segtitle>
[fdca4266]134
[6372fb8]135 <seglistitem>
[fd924b1c]136 <seg>gconf-merge-tree and gconftool-2</seg>
[0a7c3921]137 <seg>libgconf-2.{so,a}</seg>
[e62f701]138 <seg>&gnome-etc-dir;/gconf and the following subdirectories of
[551b9389]139 <envar>$GNOME_PREFIX</envar>/:
[e62f701]140 include/gconf,
[551b9389]141 lib/GConf and
[0a7c3921]142 share/{GConf, gtk-doc/html/gconf, sgml/gconf}</seg>
[6372fb8]143 </seglistitem>
144 </segmentedlist>
[fdca4266]145
[6372fb8]146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
[fdca4266]150
[fd924b1c]151 <varlistentry id="gconf-merge-tree">
152 <term><command>gconf-merge-tree</command></term>
153 <listitem>
154 <para>merges an xml filesystem hierarchy.</para>
155 <indexterm zone="GConf gconf-merge-tree">
156 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="gconftool-2">
162 <term><command>gconftool-2</command></term>
163 <listitem>
164 <para>is a command line tool for manipulating the
165 <application>GConf</application> database.</para>
166 <indexterm zone="GConf gconftool-2">
167 <primary sortas="b-gconftool-2">gconftool-2</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
[6372fb8]172 <varlistentry id="libgconf-2">
[0a7c3921]173 <term><filename class='libraryfile'>libgconf-2.{so,a}</filename></term>
[6372fb8]174 <listitem>
175 <para>provide the functions necessary to maintain the
176 configuration database.</para>
177 <indexterm zone="GConf libgconf-2">
[0a7c3921]178 <primary sortas="c-libgconf-2">libgconf-2.{so,a}</primary>
[6372fb8]179 </indexterm>
180 </listitem>
181 </varlistentry>
[fdca4266]182
[6372fb8]183 </variablelist>
[7e3feff]184
[6372fb8]185 </sect2>
[7e3feff]186
[6372fb8]187</sect1>
Note: See TracBrowser for help on using the repository browser.