source: gnome/platform/gnome-desktop.xml@ 95adc0db

10.0 10.1 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 95adc0db was 88377804, checked in by Pierre Labastie <pieere@…>, 4 years ago

tags for libreoffice deps and parts of gnome

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

  • Property mode set to 100644
File size: 6.4 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 gnome-desktop-download-http
8 "&gnome-download-http;/gnome-desktop/&gnome-minor-36;/gnome-desktop-&gnome-desktop-version;.tar.xz">
9 <!ENTITY gnome-desktop-download-ftp
10 "&gnome-download-ftp;/gnome-desktop/&gnome-minor-36;/gnome-desktop-&gnome-desktop-version;.tar.xz">
11 <!ENTITY gnome-desktop-md5sum "6bc3193acb3a68a56930aa05f8bec6a4">
12 <!ENTITY gnome-desktop-size "724 KB">
13 <!ENTITY gnome-desktop-buildsize "19 MB (with tests)">
14 <!ENTITY gnome-desktop-time "0.1 SBU (Using parallelism=4)">
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
40 &lfs10_checked;
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"/>,
81 <xref linkend="gtk3"/>,
82 <xref linkend="iso-codes"/>,
83 <xref linkend="itstool"/>,
84 <xref linkend="libseccomp"/>,
85 <xref linkend="libxml2"/>, and
86 <xref linkend="xkeyboard-config"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="bubblewrap"/> (needed for thumbnailers in Nautilus) and
92 <xref linkend="gobject-introspection"/>
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
113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson --prefix=/usr \
117 -Dgnome_distributor="BLFS" .. &amp;&amp;
118ninja</userinput></screen>
119
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. -->
122 <!--<para>
123 To test the results, run <command>ninja test</command> from a X Terminal
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.
126 </para>-->
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
130 https://gitlab.gnome.org/GNOME/gnome-desktop/-/merge_requests/70/
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>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>ninja install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para>
149 <option>-Dgnome_distributor="Some Name"</option>: Use this
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
154 <para>
155 <option>-Dgtk_doc=true</option>: Use this
156 parameter if you wish to build the API documentation.
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
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Library</segtitle>
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,
183 /usr/share/gnome,
184 /usr/share/gtk-doc/html/gnome-desktop3, and
185 /usr/share/help/*/{fdl,gpl,lgpl}
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="libgnome-desktop-3">
196 <term><filename class="libraryfile">libgnome-desktop-3.so</filename></term>
197 <listitem>
198 <para>
199 contains functions shared by several <application>GNOME</application>
200 applications.
201 </para>
202 <indexterm zone="gnome-desktop libgnome-desktop-3">
203 <primary sortas="c-libgnome-desktop-3">libgnome-desktop-3.so</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 </variablelist>
209
210 </sect2>
211
212</sect1>
Note: See TracBrowser for help on using the repository browser.