Changeset 903ec33f


Ignore:
Timestamp:
11/20/2004 04:58:26 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a3e960e
Parents:
5e0997c3
Message:

Updated to Metacity-2.8.6

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5e0997c3 r903ec33f  
    1 <!ENTITY day          "19">
     1<!ENTITY day          "20">
    22<!ENTITY month        "11">
    33<!ENTITY year         "2004">
     
    260260<!ENTITY sawfish-version              "1.3"> 
    261261<!ENTITY fluxbox-version              "0.9.10">
    262 <!ENTITY metacity-version             "2.8.0"> 
     262<!ENTITY metacity-version             "2.8.6"> 
    263263<!ENTITY xfce-version                 "4.0.4"> 
    264264
  • introduction/welcome/changelog.xml

    r5e0997c3 r903ec33f  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>November 20th, 2004 [randy]: Updated to
     26Metacity-2.8.6.</para></listitem>
    2427
    2528<listitem><para>November 19th, 2004 [randy]: Updated to
  • x/wm/metacity.xml

    r5e0997c3 r903ec33f  
    77  <!ENTITY metacity-download-http "http://ftp.gnome.org/pub/GNOME/sources/metacity/2.8/metacity-&metacity-version;.tar.bz2">
    88  <!ENTITY metacity-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/metacity/2.8/metacity-&metacity-version;.tar.bz2">
    9   <!ENTITY metacity-size          "1.9 MB">
    10   <!ENTITY metacity-buildsize     "39.8 MB">
    11   <!ENTITY metacity-time          "0.49 SBU">
     9  <!ENTITY metacity-md5sum        "c49e4b5575503975516159780855e317">
     10  <!ENTITY metacity-size          "2.1 MB">
     11  <!ENTITY metacity-buildsize     "46.9 MB">
     12  <!ENTITY metacity-time          "0.41 SBU">
    1213]>
    1314
     
    3233<listitem><para>Download (FTP): <ulink
    3334url="&metacity-download-ftp;"/></para></listitem>
     35<listitem><para>MD5 sum: &metacity-md5sum;</para></listitem>
    3436<listitem><para>Download size: &metacity-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3638&metacity-buildsize;</para></listitem>
    3739<listitem><para>Estimated build time:
     
    4143<sect3><title><application>Metacity</application> dependencies</title>
    4244<sect4><title>Required</title>
    43 <para><xref linkend="intltool"/> and <xref linkend="GTK2"/>
    44 </para></sect4>
     45<para><xref linkend="intltool"/> and <xref linkend="GTK2"/></para>
     46</sect4>
     47
    4548<sect4><title>Optional</title>
    46 <para>
    47 <xref linkend="startup-notification"/>,
    48 <xref linkend="GConf"/>,
    49 <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>,
    50 <ulink url="http://freedesktop.org/Software/xlibs">xrender</ulink> and
    51 <ulink url="http://freedesktop.org/Software/xlibs">libXdamage</ulink>
    52 </para></sect4>
     49<para><xref linkend="startup-notification"/>,
     50<xref linkend="GConf"/>,
     51<ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>* and
     52<ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
     53</para>
     54
     55<para>* <filename class='libraryfile'>libXrender</filename> is included in a
     56<acronym>BLFS</acronym> <application>X</application> Window System
     57installation, but the pkgconfig <filename>.pc</filename> file
     58<application>Metacity</application> looks for is not installed. Satisfy the
     59requirement by installing an <filename>xrender.pc</filename> file into
     60<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
     61downloaded from <ulink
     62url="http://www.linuxfromscratch.org/~randy/xrender.pc"/>.</para>
     63
     64<para>** <application>libXcomposite</application> can optionally be used, but
     65here's what the <application>Metacity</application> package maintainer
     66has to say about it in the configure script if the package is found:
     67<quote>Not building compositing manager by default now, must enable explicitly
     68to get it. And it doesn't work, so don't bother unless you want to hack on
     69it...</quote></para>
     70</sect4>
    5371</sect3>
    5472
     
    5876<title>Installation of <application>Metacity</application></title>
    5977
    60 <para>Install <application>Metacity</application> by running the following commands:</para>
     78<para>Install <application>Metacity</application> by running the following
     79commands:</para>
    6180
    62 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
     81<screen><userinput><command>./configure --prefix=/usr \
     82    --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
    6383make &amp;&amp;
    6484make install</command></userinput></screen>
     
    7191<sect3><title>Configuration Information</title>
    7292
    73 <para>Be sure to backup your current <filename>.xinitrc</filename>
    74 before proceeding.</para>
     93<para>To automatically start the <application>Metacity</application> window
     94manager when you issue the <command>startx</command> command, append to (or
     95create) <filename>.xinitrc</filename> using the command below. Ensure you
     96backup your current <filename>.xinitrc</filename> before proceeding.</para>
    7597
    7698<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
     
    85107<title>Contents</title>
    86108
    87 <para>The <application>Metacity</application> package contains
     109<para>The <application>Metacity</application> package contains 
    88110<command>metacity</command>.</para>
    89111
     
    93115
    94116<sect3><title>metacity</title>
    95 <para><command>metacity</command> is a window manager used mainly by GNOME.
    96 </para></sect3>
     117<para><command>metacity</command> is a window manager used mainly by
     118<application><acronym>GNOME</acronym></application>.</para>
     119</sect3>
    97120
    98121</sect2>
Note: See TracChangeset for help on using the changeset viewer.