source: xfce/core/xfconf.xml@ 7d017df

systemd-11177
Last change on this file since 7d017df was 7d017df, checked in by Krejzi <krejzi@…>, 10 years ago

Package updates and checks and stuff.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14070 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.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 xfconf-download-http
8 "http://archive.xfce.org/src/xfce/xfconf/&xfce4-version;/xfconf-&xfconf-version;.tar.bz2">
9 <!ENTITY xfconf-download-ftp " ">
10 <!ENTITY xfconf-md5sum "4ed48150a03fb5f42b455494307b7f28">
11 <!ENTITY xfconf-size "508 KB">
12 <!ENTITY xfconf-buildsize "8.7 MB">
13 <!ENTITY xfconf-time "0.1 SBU">
14]>
15
16<sect1 id="xfconf" xreflabel="Xfconf-&xfconf-version;">
17 <?dbhtml filename="xfconf.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xfconf-&xfconf-version;</title>
25
26 <indexterm zone="xfconf">
27 <primary sortas="a-Xfconf">Xfconf</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xfconf</title>
32
33 <para>
34 <application>Xfconf</application> is the configuration storage system for
35 <application>Xfce</application>.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xfconf-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xfconf-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xfconf-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xfconf-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xfconf-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xfconf-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Xfconf Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dbus-glib"/> and
79 <xref linkend="libxfce4util"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/> and
85 Perl Module
86 <ulink url="http://sourceforge.net/projects/gtk2-perl/files/Glib/">Glib</ulink>
87 (you may want to use <xref linkend="perl-standard-install"/> or
88 <xref linkend="perl-auto-install"/>)
89<!-- <xref linkend="perl-glib"/>-->
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/xfconf"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Xfconf</title>
99
100 <para>
101 Install <application>Xfconf</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gtk-doc-rebuild.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 xfconf-query
141 </seg>
142 <seg>
143 libxfconf.so
144 </seg>
145 <seg>
146 /usr/include/xfconf-0, /usr/lib/xfce4 and
147 /usr/share/gtk-doc/html/xfconf
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="xfconf-query">
158 <term><command>xfconf-query</command></term>
159 <listitem>
160 <para>
161 is a commandline utility to view or change any setting stored in
162 <application>Xfconf</application>.
163 </para>
164 <indexterm zone="xfconf xfconf-query">
165 <primary sortas="b-xfconf-query">xfconf-query</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libxfconf">
171 <term><filename class="libraryfile">libxfconf.so</filename></term>
172 <listitem>
173 <para>
174 contains basic functions for <application>Xfce</application>
175 configuration.
176 </para>
177 <indexterm zone="xfconf libxfconf">
178 <primary sortas="c-libxfconf">libxfconf.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.