source: gnome/applications/mutter-wayland.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was e1df6e21, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added mutter-wayland changed dependancies on evolution geocode-glib folks gdm gnome-shell gvfs libchamplain libgdata libgweather telepathy-logger
telepathy-mission-control weston and zeitgeist pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13412 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.2 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 mutter-wayland-download-http "&gnome-download-http;/mutter-wayland/3.12/mutter-wayland-&mutter-wayland-version;.tar.xz">
8 <!ENTITY mutter-wayland-download-ftp "&gnome-download-ftp;/mutter-wayland/3.12/mutter-wayland-&mutter-wayland-version;.tar.xz">
9 <!ENTITY mutter-wayland-md5sum "036f65b86616d5c90187203cf5937d28">
10 <!ENTITY mutter-wayland-size "1.6 MB">
11 <!ENTITY mutter-wayland-buildsize "50 MB">
12 <!ENTITY mutter-wayland-time "0.4 SBU">
13]>
14
15<sect1 id="mutter-wayland" xreflabel="mutter-wayland-&mutter-wayland-version;">
16 <?dbhtml filename="mutter-wayland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>mutter-wayland-&mutter-wayland-version;</title>
24
25 <indexterm zone="mutter-wayland">
26 <primary sortas="a-mutter-wayland">mutter-wayland</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to mutter-wayland</title>
31
32 <para>
33 <application>mutter-wayland</application> is the <application>wayland</application>
34 compositor window manager for <application>GNOME</application>. It is not invoked
35 directly, but from <application>gnome-session</application> (on a machine with a hardware
36 accelerated video driver).
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&mutter-wayland-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&mutter-wayland-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &mutter-wayland-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &mutter-wayland-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &mutter-wayland-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &mutter-wayland-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">mutter-wayland Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="clutter"/>,
80 <xref linkend="gsettings-desktop-schemas"/>,
81 <xref linkend="gdk-pixbuf"/>,
82 <xref linkend="xorg7-lib"/>,
83 <xref linkend="systemd"/>,
84 <xref linkend="wayland"/>,
85 <xref linkend="xwayland"/>,
86 <xref linkend="gtk3"/>, and
87 <xref linkend="zenity"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="libcanberra"/>,
93 <xref linkend="upower"/>,
94 <xref linkend="gobject-introspection"/>, and
95 <xref linkend="startup-notification"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/mutter-wayland"/>
100 </para>
101
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of mutter-wayland</title>
106
107 <para>
108 Install <application>mutter-wayland</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/static-libraries.xml"/>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 mutter-wayland, mutter-wayland-message, mutter-wayland-theme-viewer and
146 mutter-wayland-window-demo
147 </seg>
148 <seg>
149 libmutter-wayland.so
150 </seg>
151 <seg>
152 /usr/include/mutter-wayland,
153 /usr/lib/mutter-wayland and
154 /usr/share/mutter-wayland
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="mutter-wayland-prog">
165 <term><command>mutter-wayland</command></term>
166 <listitem>
167 <para>
168 is a <application>Clutter</application> based compositing
169 <application>GTK+</application> Window Manager.
170 </para>
171 <indexterm zone="mutter-wayland mutter-wayland-prog">
172 <primary sortas="b-mutter-wayland">mutter-wayland</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="mutter-wayland-message">
178 <term><command>mutter-wayland-message</command></term>
179 <listitem>
180 <para>
181 is a command used to send a message to
182 <application>mutter-wayland</application>.
183 </para>
184 <indexterm zone="mutter-wayland mutter-wayland-message">
185 <primary sortas="b-mutter-wayland-message">mutter-wayland-message</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="mutter-wayland-theme-viewer">
191 <term><command>mutter-wayland-theme-viewer</command></term>
192 <listitem>
193 <para>
194 is used to preview any installed
195 <application>mutter-wayland</application> theme.
196 </para>
197 <indexterm zone="mutter-wayland mutter-wayland-theme-viewer">
198 <primary sortas="b-mutter-wayland-theme-viewer">mutter-wayland-theme-viewer</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="mutter-wayland-window-demo">
204 <term><command>mutter-wayland-window-demo</command></term>
205 <listitem>
206 <para>
207 is a <application>mutter-wayland</application> demo program.
208 </para>
209 <indexterm zone="mutter-wayland mutter-wayland-window-demo">
210 <primary sortas="b-mutter-wayland-window-demo">mutter-wayland-window-demo</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="libmutter-wayland">
216 <term><filename class="libraryfile">libmutter-wayland.so</filename></term>
217 <listitem>
218 <para>
219 contains the <application>mutter-wayland</application> API functions.
220 </para>
221 <indexterm zone="mutter-wayland libmutter-wayland">
222 <primary sortas="c-libmutter-wayland">libmutter-wayland.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.