glfs/gnome/platform/gsettings-desktop-schemas.xml
Douglas R. Reno ec04714881 Drop the python2 version of the pycryptodome module
Update to gsettings-desktop-schemas-3.38.0
Update to VTE-0.62.0
Update to yelp-xsl-3.38.0
Update to gnome-desktop-3.38.1
Update to cheese-3.38.0
Update to libpeas-1.28.0
Update to evolution-data-server-3.38.1
Update to dconf-0.38.0
Update to dconf-editor-3.38.0
Update to tracker-3.0.1
Update to tracker-miners-3.0.1
Modify tracker and tracker-miners to allow them to build on SysV systems.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23794 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-08 22:18:31 +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-38;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
<!ENTITY gsettings-desktop-schemas-download-ftp
"&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-38;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
<!ENTITY gsettings-desktop-schemas-md5sum "465a98f5ab8a5ca896009228257fc40d">
<!ENTITY gsettings-desktop-schemas-size "672 KB">
<!ENTITY gsettings-desktop-schemas-buildsize "17 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>
&lfs10_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>