source: gnome/platform/gnome-shell.xml@ 44aeb25f

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 44aeb25f was 44aeb25f, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Prevent tests from being built for gnome-shell

They need that tests be enabled for mutter, which we don't want since
it introduces a dependency on xvfb-run.

  • Property mode set to 100644
File size: 8.0 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-shell-download-http
8 "&gnome-download-http;/gnome-shell/&gnome-41;/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/&gnome-41;/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "eeed229dd4b05715dd0561e99a4a4041">
12 <!ENTITY gnome-shell-size "1.8 MB">
13 <!ENTITY gnome-shell-buildsize "71 MB (including tests)">
14 <!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4, with tests)">
15]>
16
17<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
18 <?dbhtml filename="gnome-shell.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-shell-&gnome-shell-version;</title>
25
26 <indexterm zone="gnome-shell">
27 <primary sortas="a-gnome-shell">gnome-shell</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Shell</title>
32
33 <para>
34 The <application>GNOME Shell</application> is the core user interface of
35 the <application>GNOME</application> Desktop environment.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-shell-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-shell-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-shell-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-shell-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-shell-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-shell-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <!--
75 <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact" revision="sysv">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/gnome-shell-&gnome-shell-version;-fix_xwayland-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84 -->
85
86 <bridgehead renderas="sect3">GNOME Shell Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="evolution-data-server"/>,
91 <xref linkend="gjs"/>,
92 <xref linkend="gnome-autoar"/>,
93 <xref linkend="gnome-control-center"/>,
94 <xref linkend="gtk4"/>,
95 <xref linkend="mutter"/>,
96 <xref linkend="sassc"/>,
97 <xref linkend="startup-notification"/>, and
98 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
99 <phrase revision="systemd"><xref linkend="systemd"/></phrase>
100 </para>
101
102 <bridgehead renderas="sect4">Recommended</bridgehead>
103 <para role="recommended">
104 <xref linkend="asciidoc"/>,
105 <xref linkend="desktop-file-utils"/>,
106 <xref linkend="gnome-bluetooth"/>,
107 <xref linkend="gst10-plugins-base"/>, and
108 <xref linkend="NetworkManager"/>
109 </para>
110
111 <bridgehead renderas="sect4"
112 revision="sysv">Recommended (Runtime)</bridgehead>
113 <para role="recommended" revision="sysv">
114 <xref linkend="blocaled" role="runtime"/>
115 </para>
116
117 <bridgehead renderas="sect4">Optional</bridgehead>
118 <para role="optional">
119 <xref linkend="gtk-doc"/> and
120 <ulink url="https://github.com/scop/bash-completion">bash-completion</ulink>
121 </para>
122
123 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
124 <para role="required">
125 <xref role="runtime" linkend="adwaita-icon-theme"/>,
126 <xref role="runtime" linkend="dconf"/>,
127 <xref role="runtime" linkend="gdm"/>,
128 <xref role="runtime" linkend="gnome-backgrounds"/>,
129 <xref role="runtime" linkend="gnome-menus"/>, and
130 <xref role="runtime" linkend="telepathy-mission-control"/>
131 </para>
132
133 <para condition="html" role="usernotes">User Notes:
134 <ulink url="&blfs-wiki;/gnome-shell"/>
135 </para>
136 </sect2>
137
138 <sect2 role="installation">
139 <title>Installation of GNOME Shell</title>
140
141 <para>
142 First, fix a bug in the meson build process exposed by recent versions of
143 meson:
144 </para>
145
146<screen><userinput remap="pre">sed -i '/i18n.merge_file/s/(.*/(/' $(find -name meson.build)</userinput></screen>
147
148 <para>
149 Install <application>GNOME Shell</application> by running the
150 following commands:
151 </para>
152
153<screen revision="sysv"><userinput>mkdir build &amp;&amp;
154cd build &amp;&amp;
155
156meson --prefix=/usr \
157 --buildtype=release \
158 -Dsystemd=false \
159 -Dtests=false \
160 .. &amp;&amp;
161ninja</userinput></screen>
162
163<screen revision="systemd"><userinput>mkdir build &amp;&amp;
164cd build &amp;&amp;
165
166meson --prefix=/usr --buildtype=release -Dtests=false .. &amp;&amp;
167ninja</userinput></screen>
168
169 <para>
170 To test the results, you need to remove the
171 <parameter>-Dtests=false</parameter> switch, and to have <xref
172 linkend="mutter"/> compiled with tests too. Issue:
173 <command>ninja test</command>. You must be
174 running an X session to run the tests. Some will fail if
175 <xref linkend="gdm"/> is not installed.
176 </para>
177
178 <para>
179 Now, as the <systemitem class="username">root</systemitem> user:
180 </para>
181
182<screen role="root"><userinput>ninja install</userinput></screen>
183
184 </sect2>
185
186 <sect2 role="commands">
187 <title>Command Explanations</title>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="../../xincludes/meson-buildtype-release.xml"/>
191
192 <para revision="sysv">
193 <command>patch ...</command>: This patch fixes a bug when trying to
194 start an xwayland application on non systemd.
195 </para>
196
197 <para revision="sysv">
198 <parameter>-Dsystemd=false</parameter>: Prevents installing systemd
199 files, which are not needed in this version of BLFS.
200 </para>
201
202 <para>
203 <parameter>-Dtests=false</parameter>: Remove this switch if you want
204 to build the tests. But then <command>meson</command> will fail if
205 <xref linkend="mutter"/> tests are not installed.
206 </para>
207
208 <para>
209 <option>-Dextensions=false</option>: This option disables building the
210 <command>gnome-extensions</command> CLI tool. Using this option removes
211 the need for <xref linkend="asciidoc"/>.
212 </para>
213
214 </sect2>
215
216 <sect2 role="content">
217 <title>Contents</title>
218
219 <segmentedlist>
220 <segtitle>Installed Programs</segtitle>
221 <segtitle>Installed Libraries</segtitle>
222 <segtitle>Installed Directories</segtitle>
223
224 <seglistitem>
225 <seg>
226 gnome-extensions, gnome-extensions-app, gnome-shell,
227 gnome-shell-extension-prefs, gnome-shell-extension-tool,
228 and gnome-shell-perf-tool
229 </seg>
230 <seg>
231 None
232 </seg>
233 <seg>
234 /usr/lib/gnome-shell,
235 /usr/share/gnome-shell,
236 /usr/share/gtk-doc/html/{shell,st}, and
237 /usr/share/xdg-desktop-portal/
238 </seg>
239 </seglistitem>
240 </segmentedlist>
241
242 <variablelist>
243 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
244 <?dbfo list-presentation="list"?>
245 <?dbhtml list-presentation="table"?>
246
247 <varlistentry id="gnome-shell-prog">
248 <term><command>gnome-shell</command></term>
249 <listitem>
250 <para>
251 provides the core user interface functions for the
252 <application>GNOME</application> 3 Desktop
253 </para>
254 <indexterm zone="gnome-shell gnome-shell-prog">
255 <primary sortas="b-gnome-shell">gnome-shell</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.