Updated GNOME Games to reflect the GNOME-2.18.3 update; this completes all the current GNOME packages currently in the book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7277 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2008-03-15 12:34:54 +00:00
parent ab8365adb1
commit 56507332b6
2 changed files with 24 additions and 15 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY gnome-games-download-http "&gnome-download-http;/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
<!ENTITY gnome-games-download-ftp "&gnome-download-ftp;/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
<!ENTITY gnome-games-md5sum "20f7c2e0ee4a65d15733332f34ac3cd4">
<!ENTITY gnome-games-size "5.0 MB">
<!ENTITY gnome-games-buildsize "72.5 MB">
<!ENTITY gnome-games-time "1.3 SBU">
<!ENTITY gnome-games-md5sum "c3434a724cd72a536ba48d9187f10697">
<!ENTITY gnome-games-size "7.5 MB">
<!ENTITY gnome-games-buildsize "118 MB">
<!ENTITY gnome-games-time "1.8 SBU">
]>
<sect1 id="gnome-games" xreflabel="GNOME Games-&gnome-games-version;">
@ -63,21 +63,25 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libgnomeui"/>,
<xref linkend="scrollkeeper"/>, and
<xref linkend="gnome-doc-utils"/>,
<xref linkend="gnome-python-desktop"/>, and
<xref linkend="librsvg"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="intltool"/>,
<xref linkend="esound"/>,
<xref linkend="guile"/>
(required to build the AisleRiot solitaire games),
(to build the AisleRiot solitaire games), and
<ulink url="http://www.ggzgamingzone.org/">GGZ</ulink> (to enable
network gaming; see the GNOME Games <filename>README</filename> file
for the specific GGZ packages you will need)</para>
<!-- Appears to be replaced by the GGZ stuff, but not really positive
<ulink url="http://www.avahi.org">Avahi</ulink> or
<ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink>,
and <ulink url="http://www.5z.com/jirka/gob.html">GOB2</ulink></para>
<ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink> -->
<para>The <command>gnibbles</command> game will attempt to start the
network game server daemon <command>games-server.py</command>, which
requires <xref linkend="python"/>.</para>
<para>See the <filename>glchess/README</filename> file for additional
optional dependencies for the chess game.</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-games"/></para>
@ -106,7 +110,7 @@ chown -v games:games /var/lib/games</userinput></screen>
--localstatedir=/var/lib &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>To test the results, issue <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -149,9 +153,9 @@ make</userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>blackjack, games-server.py, gataxx, glines, gnect, gnibbles,
gnobots2, gnometris, gnomine, gnotravex, gnotski, gtali, iagno,
mahjongg, same-gnome, and sol</seg>
<seg>blackjack, glchess, glines, gnect, gnectd, gnibbles, gnibblesd,
gnobots2, gnome-gnuchess, gnome-sudoku, gnometris, gnomine, gnotravex,
gnotski, gtali, iagno, iagnod, mahjongg, same-gnome, and sol</seg>
<seg>None</seg>
<seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
share/{{many game names},

View File

@ -44,6 +44,11 @@
<listitem>
<para>March 15th, 2008</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated GNOME Games to reflect the GNOME-2.18.3
update. This completes all the current GNOME packages currently
in the book.</para>
</listitem>
<listitem>
<para>[alexander] - Added PPPoE configuration instructions to the
PPP page.</para>