Author: dj
Date: 2009-09-26 19:04:59 -0600 (Sat, 26 Sep 2009)
New Revision: 8039
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/libxcb.xml
trunk/BOOK/x/installing/x-setup.xml
Log:
Added Python to deps for libxcb, and removed xkb data move to /etc/X11.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-09-26 04:41:54 UTC (rev 8038)
+++ trunk/BOOK/general.ent 2009-09-27 01:04:59 UTC (rev 8039)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "25"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "September &day;st, &year;">
+<!ENTITY releasedate "September &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-09-26 04:41:54 UTC
(rev 8038)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-09-27 01:04:59 UTC
(rev 8039)
@@ -40,9 +40,22 @@
</listitem>
-->
+ <listitem>
+ <para>September 27th, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Removed xkb from list of configuration files moved to
+ /etc/X11.</para>
+ </listitem>
+ <listitem>
+ <para>[dj] - Corrected lib-xcb dependency for Python.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
- <para>September 25nd, 2009</para>
+ <para>September 25th, 2009</para>
<itemizedlist>
<listitem>
<para>[Chris] - Updated Organization page to reflect the book's
Modified: trunk/BOOK/x/installing/libxcb.xml
===================================================================
--- trunk/BOOK/x/installing/libxcb.xml 2009-09-26 04:41:54 UTC (rev 8038)
+++ trunk/BOOK/x/installing/libxcb.xml 2009-09-27 01:04:59 UTC (rev 8039)
@@ -60,11 +60,12 @@
<bridgehead renderas="sect3">libxcb Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="libXau"/>,
+ <para role="required"><xref linkend="python"/>,
+ <xref linkend="libXau"/>,
<xref linkend="libXdmcp"/>,
<xref linkend="libpthread-stubs"/>,
- <xref linkend="xcb-proto"/>, and
- <xref linkend="libxslt"/></para>
+ <xref linkend="libxslt"/>, and
+ <xref linkend="xcb-proto"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="doxygen"/> (to generate API
Modified: trunk/BOOK/x/installing/x-setup.xml
===================================================================
--- trunk/BOOK/x/installing/x-setup.xml 2009-09-26 04:41:54 UTC (rev 8038)
+++ trunk/BOOK/x/installing/x-setup.xml 2009-09-27 01:04:59 UTC (rev 8039)
@@ -59,7 +59,7 @@
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>mkdir -p /etc/X11 &&
-for file in $XORG_PREFIX/{lib/X11/xinit,share/X11/{app-defaults,twm,xkb}}
+for file in $XORG_PREFIX/{lib/X11/xinit,share/X11/{app-defaults,twm}}
do
mv -v $file /etc/X11/ 2> /dev/null &&
ln -v -s /etc/X11/$(basename $file) $file
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page