source: gnome/platform/gnome-desktop.xml@ 3b339ddc

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3b339ddc was 3b339ddc, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to gcr-3.40.0
Update to gsettings-desktop-schemas-40.0
Update to yelp-xsl-40.0
Update to vte-0.64.0
Update to gjs-1.68.0
Update to gnome-desktop-40.0
Update to libgee-0.20.4
Update to libpeas-1.30.0
Update to libgweather-40.0
Update to evolution-data-server-3.40.0
Update to tracker3-3.1.1
Update to tracker3-miners-3.1.1
Fix a security vulnerability in Avahi
Fix a security vulnerability in p7zip
Fix a security vulnerability in NetworkManager
Add a gnome-minor-40 entity and change the static URLs for sysprof/pygobject3/libdazzle over to it
Fix the spacing for the gnome-40 entity

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

  • Property mode set to 100644
File size: 6.4 KB
RevLine 
[dabe4b0]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
[7af46e6]7 <!ENTITY gnome-desktop-download-http
[3b339ddc]8 "&gnome-download-http;/gnome-desktop/&gnome-40;/gnome-desktop-&gnome-desktop-version;.tar.xz">
[fb990982]9 <!ENTITY gnome-desktop-download-ftp
[3b339ddc]10 "&gnome-download-ftp;/gnome-desktop/&gnome-40;/gnome-desktop-&gnome-desktop-version;.tar.xz">
11 <!ENTITY gnome-desktop-md5sum "3d831f60423b71960f8c3d8c939542b6">
12 <!ENTITY gnome-desktop-size "708 KB">
[ec047148]13 <!ENTITY gnome-desktop-buildsize "20 MB">
[75cf6e3]14 <!ENTITY gnome-desktop-time "0.1 SBU (Using parallelism=4)">
[dabe4b0]15]>
16
17<sect1 id="gnome-desktop" xreflabel="gnome-desktop-&gnome-desktop-version;">
18 <?dbhtml filename="gnome-desktop.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-desktop-&gnome-desktop-version;</title>
26
27 <indexterm zone="gnome-desktop">
28 <primary sortas="a-gnome-desktop">gnome-desktop</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Desktop</title>
33
34 <para>
35 The <application>GNOME Desktop</application> package contains a library
36 that provides an API shared by several applications on the
37 <application>GNOME</application> Desktop.
38 </para>
39
[a709780]40 &lfs101_checked;
[dabe4b0]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-desktop-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-desktop-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-desktop-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-desktop-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-desktop-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-desktop-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Desktop Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gsettings-desktop-schemas"/>,
[2aeddd8]81 <xref linkend="gtk3"/>,
82 <xref linkend="iso-codes"/>,
[6519b73]83 <xref linkend="itstool"/>,
[a37fe57]84 <xref linkend="libseccomp"/>,
[eba70158]85 <xref linkend="libxml2"/>, and
[14f8c3df]86 <xref linkend="xkeyboard-config"/>
[dabe4b0]87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
[64be6a1]91 <xref linkend="bubblewrap"/> (needed for thumbnailers in Nautilus) and
[2aeddd8]92 <xref linkend="gobject-introspection"/>
[dabe4b0]93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="gtk-doc"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gnome-desktop"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GNOME Desktop</title>
107
108 <para>
109 Install <application>GNOME Desktop</application> by
110 running the following commands:
111 </para>
112
[88d8c967]113<screen><userinput>mkdir build &amp;&amp;
[083ee517]114cd build &amp;&amp;
115
116meson --prefix=/usr \
117 -Dgnome_distributor="BLFS" .. &amp;&amp;
118ninja</userinput></screen>
[eba70158]119
[88d8c967]120 <!-- Previously, there was a note here on SysV about the Wall Clock tests
121 failing. Since we symlinked the timezones, it works okay now. -->
[22a8219]122 <!--<para>
[083ee517]123 To test the results, run <command>ninja test</command> from a X Terminal
[36e756b]124 or similar. One test, <filename>wallclock-reftest</filename>, is known to
125 fail due to a difference in expecations in the he_IL.UTF-8 locale.
[22a8219]126 </para>-->
[84fe2e9]127 <!-- This failure is known upstream and seems to be due to a translation
128 update for the Hebrew translation. See
129 https://gitlab.gnome.org/GNOME/gnome-desktop/-/issues/149 and
[e17476f]130 https://gitlab.gnome.org/GNOME/gnome-desktop/-/merge_requests/70/
[22a8219]131 For some reason, I cannot replicate this on my gcc-10 system.-->
132 <para>
133 This package does not come with a test suite.
134 <!-- "no tests defined." -->
135 </para>
[dabe4b0]136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
[083ee517]141<screen role="root"><userinput>ninja install</userinput></screen>
[dabe4b0]142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para>
[083ee517]149 <option>-Dgnome_distributor="Some Name"</option>: Use this
[dabe4b0]150 parameter to supply a custom name in the <quote>Distributor:</quote>
151 field of the <quote>GNOME About</quote> display window.
152 </para>
153
[5d314e0]154 <para>
155 <option>-Dgtk_doc=true</option>: Use this
[00581ba]156 parameter if you wish to build the API documentation.
[5d314e0]157 </para>
158
159 <para>
160 <option>-Dinstalled_tests=true</option>: Use this
161 parameter you wish to enable the installed tests.
162 </para>
163
[dabe4b0]164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
[2aeddd8]171 <segtitle>Installed Library</segtitle>
[dabe4b0]172 <segtitle>Installed Directories</segtitle>
173
174 <seglistitem>
175 <seg>
176 None
177 </seg>
178 <seg>
179 libgnome-desktop-3.so
180 </seg>
181 <seg>
182 /usr/include/gnome-desktop-3.0,
[3b339ddc]183 /usr/libexec/gnome-desktop-debug,
[0248f5f]184 /usr/share/gnome,
[802de072]185 /usr/share/gtk-doc/html/gnome-desktop3, and
186 /usr/share/help/*/{fdl,gpl,lgpl}
[dabe4b0]187 </seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="libgnome-desktop-3">
197 <term><filename class="libraryfile">libgnome-desktop-3.so</filename></term>
198 <listitem>
199 <para>
200 contains functions shared by several <application>GNOME</application>
[4c24eb0a]201 applications
[dabe4b0]202 </para>
203 <indexterm zone="gnome-desktop libgnome-desktop-3">
204 <primary sortas="c-libgnome-desktop-3">libgnome-desktop-3.so</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.