glfs/gnome/platform/gnome-desktop.xml
Douglas R. Reno 00581bafa5 Update to gnome-desktop-3.34.4
Update to grilo-0.3.12
NetworkManager: minor tweaks
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22757 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-26 04:18:07 +00:00

203 lines
5.9 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 gnome-desktop-download-http
"&gnome-download-http;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
<!ENTITY gnome-desktop-download-ftp
"&gnome-download-ftp;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
<!ENTITY gnome-desktop-md5sum "d682a05eb98bb2dd434042b6ac4f99d5">
<!ENTITY gnome-desktop-size "700 KB">
<!ENTITY gnome-desktop-buildsize "19 MB (with tests)">
<!ENTITY gnome-desktop-time "0.1 SBU (Using parallelism=4; with tests)">
]>
<sect1 id="gnome-desktop" xreflabel="gnome-desktop-&gnome-desktop-version;">
<?dbhtml filename="gnome-desktop.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-desktop-&gnome-desktop-version;</title>
<indexterm zone="gnome-desktop">
<primary sortas="a-gnome-desktop">gnome-desktop</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Desktop</title>
<para>
The <application>GNOME Desktop</application> package contains a library
that provides an API shared by several applications on the
<application>GNOME</application> Desktop.
</para>
&lfs91_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-desktop-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-desktop-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-desktop-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-desktop-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-desktop-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-desktop-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Desktop Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gsettings-desktop-schemas"/>,
<xref linkend="gtk3"/>,
<xref linkend="iso-codes"/>,
<xref linkend="itstool"/>,
<xref linkend="libseccomp"/>,
<xref linkend="libxml2"/>, and
<xref linkend="xkeyboard-config"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="bubblewrap"/> (needed for thumbnailers in Nautilus) and
<xref linkend="gobject-introspection"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-desktop"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Desktop</title>
<para>
Install <application>GNOME Desktop</application> by
running the following commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr \
-Dgnome_distributor="BLFS" .. &amp;&amp;
ninja</userinput></screen>
<!-- Previously, there was a note here on SysV about the Wall Clock tests
failing. Since we symlinked the timezones, it works okay now. -->
<para>
To test the results, run <command>ninja test</command> from a X Terminal
or similar.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>-Dgnome_distributor="Some Name"</option>: Use this
parameter to supply a custom name in the <quote>Distributor:</quote>
field of the <quote>GNOME About</quote> display window.
</para>
<para>
<option>-Dgtk_doc=true</option>: Use this
parameter if you wish to build the API documentation.
</para>
<para>
<option>-Dinstalled_tests=true</option>: Use this
parameter you wish to enable the installed tests.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libgnome-desktop-3.so
</seg>
<seg>
/usr/include/gnome-desktop-3.0,
/usr/share/gnome,
/usr/share/gtk-doc/html/gnome-desktop3, and
/usr/share/help/*/{fdl,gpl,lgpl}
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgnome-desktop-3">
<term><filename class="libraryfile">libgnome-desktop-3.so</filename></term>
<listitem>
<para>
contains functions shared by several <application>GNOME</application>
applications.
</para>
<indexterm zone="gnome-desktop libgnome-desktop-3">
<primary sortas="c-libgnome-desktop-3">libgnome-desktop-3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>