source: gnome/platform/gnome-shell.xml@ 7504d4df

xry111/soup3
Last change on this file since 7504d4df was 7504d4df, checked in by Xi Ruoyao <xry111@…>, 20 months ago

gnome-shell: use libsoup3 instead of libsoup2

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