Contents
Short Descriptions
See the README file in the source tree for a description of each game.
The GNOME Games package contains games. Starting with GNOME-2.8, the background graphics, artwork and themes for the games are supplied in a separate package. You can download the GNOME Games Extra Data package from http://ftp.gnome.org/pub/gnome/sources/gnome-games-extra-data/2.14/.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-games/2.14/gnome-games-2.14.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-games/2.14/gnome-games-2.14.3.tar.bz2
Download MD5 sum: 20f7c2e0ee4a65d15733332f34ac3cd4
Download size: 5.0 MB
Estimated disk space required: 72.5 MB
Estimated build time: 1.3 SBU
libgnomeui-2.14.1, ScrollKeeper-0.3.14, and librsvg-2.14.4
intltool-0.34.2, EsounD-0.2.36, Guile-1.6.7 (required to build the AisleRiot solitaire games), Avahi or Bonjour, and GOB2
The gnibbles game will attempt to start the network game server daemon games-server.py, which requires Python-2.4.4.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-games
Some of the GNOME Games game binaries need to be setgid to track high scores. Create a separate user and group for games. See the README file in the source directory for more information:
install -v -m755 -d /var/lib/games && groupadd -g 60 games && useradd -c 'Games High Score Owner' -d /var/lib/games \ -g games -s /bin/false -u 60 games && chown -v games:games /var/lib/games
Install GNOME Games by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.14.3 \ --localstatedir=/var/lib && make
This package does not come with a test suite.
Now, as the root user:
make install
--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.
--sysconfdir=/etc/gnome/2.14.3: This parameter causes the configuration files to be installed in /etc/gnome/2.14.3 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.
--localstatedir=/var/lib: This parameter is used so that all ScrollKeeper files are installed in, and the ScrollKeeper database is properly updated in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper and also causes the game programs to use /var/lib/games as the directory holding the high score files.
--disable-setgid: This will prevent the setgid bit on the executables from being set. It provides system administrators with the option to disable setgid binaries, though it also means that the functionality to save high game scores will be disabled.
See the README file in the source tree for a description of each game.
Last updated on 2007-01-15 18:08:14 -0600