Updated the PyGTK dependencies in the HAL instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6733 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-04-16 16:24:16 +00:00
parent 18971e0d44
commit fe796178d2
3 changed files with 15 additions and 2 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -180,6 +180,8 @@ install -v -m755 -d /var/run/hald</userinput></screen>
url="http://www.cairographics.org/pycairo">Pycairo</ulink> (optional)
</para>
<!-- Removing these dependencies as they are now obsolete
See the pycairo docs for full details
<itemizedlist>
<listitem>
<para><ulink
@ -206,11 +208,12 @@ install -v -m755 -d /var/run/hald</userinput></screen>
</para>
</listitem>
</itemizedlist>
-->
</listitem>
<listitem>
<para><ulink
url="http://sourceforge.net/projects/numpy">Numerical Python</ulink> (optional)
url="http://sourceforge.net/projects/numpy">Old Numeric</ulink> (optional)
</para>
</listitem>
<listitem>

View File

@ -41,6 +41,16 @@
-->
<listitem>
<para>April 16th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated the PyGTK dependencies in the HAL
instructions.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>April 15th, 2007</para>
<itemizedlist>