glfs/gnome/platform/gsettings-desktop-schemas.xml
Pierre Labastie 82192a18e4 Fix <para> format: gnome chapter
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22817 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-08 10:18:36 +00:00

156 lines
4.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gsettings-desktop-schemas-download-http
"&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-34;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
<!ENTITY gsettings-desktop-schemas-download-ftp
"&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-34;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
<!ENTITY gsettings-desktop-schemas-md5sum "9759ef53fb2e53fc8d19190e58f2c332">
<!ENTITY gsettings-desktop-schemas-size "636 KB">
<!ENTITY gsettings-desktop-schemas-buildsize "12 MB">
<!ENTITY gsettings-desktop-schemas-time "less than 0.1 SBU">
]>
<sect1 id="gsettings-desktop-schemas" xreflabel="gsettings-desktop-schemas-&gsettings-desktop-schemas-version;">
<?dbhtml filename="gsettings-desktop-schemas.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gsettings-desktop-schemas-&gsettings-desktop-schemas-version;</title>
<indexterm zone="gsettings-desktop-schemas">
<primary sortas="a-gsettings-desktop-schemas">gsettings-desktop-schemas</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GSettings Desktop Schemas</title>
<para>
The <application>GSettings Desktop Schemas</application> package
contains a collection of GSettings schemas for settings shared by various
components of a <application>GNOME</application> Desktop.
</para>
&lfs91_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gsettings-desktop-schemas-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gsettings-desktop-schemas-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gsettings-desktop-schemas-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gsettings-desktop-schemas-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gsettings-desktop-schemas-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gsettings-desktop-schemas-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GSettings Desktop Schemas Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="glib2"/> and
<xref linkend="gobject-introspection"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gsettings-desktop-schemas"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GSettings Desktop Schemas</title>
<para>
Install <application>GSettings Desktop Schemas</application> by running
the following commands:
</para>
<screen><userinput>sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in &amp;&amp;
mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gsettings-destdir.xml"/>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed ... schemas/*.in</command>: This command fixes some
deprecated entries in the schema templates.
</para>
<!-- See about removing this at 8.5-rc1. -->
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
None
</seg>
<seg>
/usr/include/gsettings-desktop-schemas and
/usr/share/GConf/gsettings
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>