mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Add mutter.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9429 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d6bd11ad90
commit
13f7d3d44a
@ -712,6 +712,8 @@ $Date$
|
||||
<!ENTITY gnome-shell-version "3.2.1">
|
||||
<!ENTITY gnome-themes-standard-version "3.2.1">
|
||||
<!ENTITY gsettings-desktop-schemas-version "3.2.0">
|
||||
<!ENTITY mousetweaks-version "3.2.1">
|
||||
<!ENTITY mutter-version "3.2.1">
|
||||
|
||||
<!-- Extras -->
|
||||
<!ENTITY gnome-backgrounds-version "3.2.0">
|
||||
@ -793,7 +795,6 @@ $Date$
|
||||
<!ENTITY java-access-bridge-version "1.26.2">
|
||||
<!ENTITY libgail-gnome-version "1.20.3">
|
||||
<!ENTITY orca-version "2.30.2">
|
||||
<!ENTITY mousetweaks-version "3.2.1">
|
||||
|
||||
<!-- Chapter 34 -->
|
||||
<!-- Deprecated -->
|
||||
|
@ -77,8 +77,8 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsettings-desktop-schemas.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-gvfs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mousetweaks.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutter.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network-manager-applet.xml"/>-->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutter.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network-manager-applet.xml"/>-->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-pulseaudio.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-telepathy-mission-control.xml"/>
|
||||
|
||||
|
193
gnome/core/mutter.xml
Normal file
193
gnome/core/mutter.xml
Normal file
@ -0,0 +1,193 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY mutter-download-http "&gnome-download-http;/mutter/3.2/mutter-&mutter-version;.tar.xz">
|
||||
<!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/3.2/mutter-&mutter-version;.tar.xz">
|
||||
<!ENTITY mutter-md5sum "7cbe2f903096c2271c76f656e0a7db03">
|
||||
<!ENTITY mutter-size "1.6 MB">
|
||||
<!ENTITY mutter-buildsize "69 MB">
|
||||
<!ENTITY mutter-time "1.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="mutter" xreflabel="mutter-&mutter-version;">
|
||||
<?dbhtml filename="mutter.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>mutter-&mutter-version;</title>
|
||||
|
||||
<indexterm zone="mutter">
|
||||
<primary sortas="a-mutter">mutter</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to mutter</title>
|
||||
|
||||
<para><application>Mutter</application> is the window manager for
|
||||
<application>GNOME</application>. It is not invoked directly, but from
|
||||
<application>gnome-session</application> (on a machine with an accelerated
|
||||
video driver).</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&mutter-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&mutter-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &mutter-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &mutter-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &mutter-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &mutter-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">mutter Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="clutter"/>,
|
||||
<xref linkend="GConf"/>,
|
||||
<xref linkend="gdk-pixbuf"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="intltool"/>,
|
||||
<xref linkend="libcanberra"/>, and
|
||||
<xref linkend="zenity"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/mutter"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of mutter</title>
|
||||
|
||||
<para>Install <application>mutter</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
||||
--sysconfdir=$GNOME_SYSCONFDIR &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package's testsuite is only intended to be used by the
|
||||
maintainer to check i18n files.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter
|
||||
ensures the <application>GConf</application> schemas are located consistently.
|
||||
</para>
|
||||
|
||||
<para><option>--enable-static=no</option>: This switch prevents the static
|
||||
libraries being installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>mutter, mutter-message, mutter-theme-viewer, and mutter-window-demo</seg>
|
||||
<seg>default.so and libmutter.{so,a}</seg>
|
||||
<seg><envar>$GNOME_SYSCONFDIR</envar>/gconf/schemas, <envar>$GNOME_PREFIX</envar>/{include/mutter/meta,lib/mutter/plugins,share/mutter/icons}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="mutter-prog">
|
||||
<term><command>mutter-prog</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="mutter mutter-prog">
|
||||
<primary sortas="b-mutter-prog">mutter-prog</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mutter-message">
|
||||
<term><command>mutter-message</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="mutter mutter-message">
|
||||
<primary sortas="b-mutter-message">mutter-message</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mutter-theme-viewer">
|
||||
<term><command>mutter-theme-viewer</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="mutter mutter-theme-viewer">
|
||||
<primary sortas="b-mutter-theme-viewer">mutter-theme-viewer</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mutter-window-demo">
|
||||
<term><command>mutter-window-demo</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="mutter mutter-window-demo">
|
||||
<primary sortas="b-mutter-window-demo">mutter-window-demo</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="default">
|
||||
<term><filename class='libraryfile'>default.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that .....</para>
|
||||
<indexterm zone="mutter default">
|
||||
<primary sortas="c-default">default.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libmutter">
|
||||
<term><filename class='libraryfile'>libmutter.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that .....</para>
|
||||
<indexterm zone="mutter libmutter">
|
||||
<primary sortas="c-libmutter">libmutter.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -47,6 +47,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge mousetweaks-3.2.1 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - add mutter-3.2.1 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user