Author: ken
Date: 2012-02-10 08:59:36 -0700 (Fri, 10 Feb 2012)
New Revision: 9345
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/wm/metacity.xml
Log:
Update to metacity-2.34.1.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-10 15:10:52 UTC (rev 9344)
+++ trunk/BOOK/general.ent 2012-02-10 15:59:36 UTC (rev 9345)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "10"> <!-- Always 2 digits -->
+<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "February 10th, &year;">
+<!ENTITY releasedate "February 11th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@@ -621,7 +621,7 @@
<!-- Chapter 25 -->
<!ENTITY sawfish-version "1.6.1">
<!ENTITY fluxbox-version "1.3.2">
-<!ENTITY metacity-version "2.30.1">
+<!ENTITY metacity-version "2.34.1">
<!-- Unmaintained
<!ENTITY xfce-version "4.4.2">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-10 15:10:52 UTC
(rev 9344)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-10 15:59:36 UTC
(rev 9345)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>February 11th, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - merge metacity-2.34.1 from Wayne, </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 10th, 2012</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/wm/metacity.xml
===================================================================
--- trunk/BOOK/x/wm/metacity.xml 2012-02-10 15:10:52 UTC (rev 9344)
+++ trunk/BOOK/x/wm/metacity.xml 2012-02-10 15:59:36 UTC (rev 9345)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY metacity-download-http
"&gnome-download-http;/metacity/&gnome-version;/metacity-&metacity-version;.tar.bz2">
- <!ENTITY metacity-download-ftp
"&gnome-download-ftp;/metacity/&gnome-version;/metacity-&metacity-version;.tar.bz2">
- <!ENTITY metacity-md5sum "3d3c05c60b70b9d06b30872e756c31ba">
- <!ENTITY metacity-size "2.2 MB">
- <!ENTITY metacity-buildsize "56 MB">
- <!ENTITY metacity-time "0.5 SBU">
+ <!ENTITY metacity-download-http
"&gnome-download-http;/metacity/2.34/metacity-&metacity-version;.tar.xz">
+ <!ENTITY metacity-download-ftp
"&gnome-download-ftp;/metacity/2.34/metacity-&metacity-version;.tar.xz">
+ <!ENTITY metacity-md5sum "d505e2d7936bd9b11a3f48470a616767">
+ <!ENTITY metacity-size "1.9 MB">
+ <!ENTITY metacity-buildsize "60 MB">
+ <!ENTITY metacity-time "0.7 SBU">
]>
@@ -33,7 +33,7 @@
<para>The <application>Metacity</application> package contains a window
manager. This is useful for organizing and displaying windows.</para>
- &lfs65_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -70,6 +70,9 @@
<para role="optional"><xref linkend="startup-notification"/>
(recommended if you are installing
<application>GNOME</application>-2)</para>
+ <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
+ <para role="optional"><xref linkend="notification-daemon"/>.</para>
+
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/metacity"/></para>
@@ -83,9 +86,8 @@
<screen><userinput>./configure \
--prefix=/usr \
- --libexecdir=/usr/lib/metacity \
--sysconfdir=/etc \
- --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas &&
+ --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -102,13 +104,17 @@
<sect2 role="commands">
<title>Command Explanations</title>
-
<para><option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
+
<para><option>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</option>:
Omit this parameter if you are not installing
<application>Metacity</application> for a GNOME-2 installation.</para>
- <para><option>--enable-compositor</option>: You must use this parameter
+ <para><option>--enable-static=no</option>: This switch prevents the static
+ libraries being installed.</para>
+
+ <!-- now enabled by default, apparently
+ <para><option>\-\-enable-compositor</option>: You must use this parameter
(and have <application>libcm</application> installed) to build the
- <application>Metacity</application> composite manager.</para>
+ <application>Metacity</application> composite manager.</para>-->
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page