Updated to GNOME Games-2.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4316 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-16 17:43:24 +00:00
parent 04622054f9
commit da314d8255
2 changed files with 27 additions and 17 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY gnome-games-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
<!ENTITY gnome-games-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
<!ENTITY gnome-games-md5sum "d3c675e29c835cfa765fbd6ae4a289cc">
<!ENTITY gnome-games-size "5.9 MB">
<!ENTITY gnome-games-buildsize "72 MB">
<!ENTITY gnome-games-time "0.98 SBU">
<!ENTITY gnome-games-md5sum "b7d21e5e12de80c50266e8735e04577c">
<!ENTITY gnome-games-size "5.3 MB">
<!ENTITY gnome-games-buildsize "70 MB">
<!ENTITY gnome-games-time "0.9 SBU">
]>
<sect1 id="gnome-games" xreflabel="GNOME Games-&gnome-games-version;">
@ -27,7 +27,7 @@ Games</application></title>
<para>The <application><acronym>GNOME</acronym> Games</application> package
contains games.
Starting with <application><acronym>GNOME</acronym></application>-2.8, the
background graphics, artwork and themes for the games are now supplied in a
background graphics, artwork and themes for the games are supplied in a
separate package. You can download the
<application><acronym>GNOME</acronym></application> Games Extra Data package
from <ulink
@ -57,7 +57,10 @@ dependencies</title>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="guile"/> (to build the AisleRiot solitaire games)</para>
<para><xref linkend="guile"/>
(required to build the AisleRiot solitaire games),
<ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink> and
<ulink url="http://www.5z.com/jirka/gob.html">GOB2</ulink></para>
</sect4>
</sect3>
@ -67,24 +70,29 @@ dependencies</title>
<title>Installation of <application><acronym>GNOME</acronym>
Games</application></title>
<para><application><acronym>GNOME</acronym> Games</application> needs to
be setgid to track high scores. Create a separate user and group for games.
See the <filename>README</filename> file in the source directory for more
information:</para>
<para>Some of the <application><acronym>GNOME</acronym> Games</application>
game binaries need to be setgid to track high scores. Create a separate
user and group for games. See the <filename>README</filename> file in the
source directory for more information:</para>
<screen><userinput><command>install -d /var/lib/games &amp;&amp;
<screen><userinput><command>install -v -m755 -d /var/lib/games &amp;&amp;
groupadd games &amp;&amp;
useradd -c 'Games High Score Owner' -d /var/lib/games \
-g games -s /bin/false games &amp;&amp;
chown games:games /var/lib/games</command></userinput></screen>
chown -v games:games /var/lib/games</command></userinput></screen>
<para>Install <application><acronym>GNOME</acronym> Games</application> by
running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -94,7 +102,10 @@ make install</command></userinput></screen>
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
puts <application>ScrollKeeper</application> files in
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename> and
also causes the programs to use
<filename class='directory'>/var/lib/games</filename> as the directory
holding the high score files.</para>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
configuration files in <filename class="directory">/etc/gnome</filename>
@ -132,4 +143,3 @@ description of each game.</para>
</sect2>
</sect1>

View File

@ -26,7 +26,7 @@
<listitem>
<para>May 16th, 2005 [randy]: Added new package gnome-audio-2.0.0;
updated to GNOME Utils-2.10.1.</para>
updated to GNOME Utils-2.10.1 and GNOME Games-2.10.1.</para>
</listitem>
<listitem>