source: gnome/add/gnome-games.xml@ 305e764b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 305e764b was 305e764b, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GNOME Games-2.8.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3058 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gnome-games-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
8<!ENTITY gnome-games-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
9<!ENTITY gnome-games-md5sum "d3c675e29c835cfa765fbd6ae4a289cc">
10<!ENTITY gnome-games-size "5.9 MB">
11<!ENTITY gnome-games-buildsize "72 MB">
12<!ENTITY gnome-games-time "0.98 SBU">
13]>
14
15<sect1 id="gnome-games" xreflabel="GNOME Games-&gnome-games-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gnome-games.html"?>
21<title>GNOME Games-&gnome-games-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GNOME</acronym>
25Games</application></title>
26
27<para>The <application><acronym>GNOME</acronym> Games</application> package
28contains games.
29Starting with <application><acronym>GNOME</acronym></application>-2.8, the
30background graphics, artwork and themes for the games are now supplied in a
31separate package. You can download the
32<application><acronym>GNOME</acronym></application> Games Extra Data package
33from <ulink
34url="http://ftp.gnome.org/pub/GNOME/sources/gnome-games-extra-data/&gnome-version;/"/>.
35</para>
36
37<sect3><title>Package information</title>
38<itemizedlist spacing='compact'>
39<listitem><para>Download (HTTP): <ulink
40url="&gnome-games-download-http;"/></para></listitem>
41<listitem><para>Download (FTP): <ulink
42url="&gnome-games-download-ftp;"/></para></listitem>
43<listitem><para>Download MD5 sum: &gnome-games-md5sum;</para></listitem>
44<listitem><para>Download size: &gnome-games-size;</para></listitem>
45<listitem><para>Estimated disk space required:
46&gnome-games-buildsize;</para></listitem>
47<listitem><para>Estimated build time:
48&gnome-games-time;</para></listitem></itemizedlist>
49</sect3>
50
51<sect3><title><application><acronym>GNOME</acronym> Games</application>
52dependencies</title>
53<sect4><title>Required</title>
54<para><xref linkend="libgnomeui"/>,
55<xref linkend="scrollkeeper"/> and
56<xref linkend="librsvg"/></para>
57</sect4>
58
59<sect4><title>Optional</title>
60<para><xref linkend="guile"/> (to build the AisleRiot solitaire games)</para>
61</sect4>
62</sect3>
63
64</sect2>
65
66<sect2>
67<title>Installation of <application><acronym>GNOME</acronym>
68Games</application></title>
69
70<para><application><acronym>GNOME</acronym> Games</application> needs to
71be setgid to track high scores. Create a separate user and group for games.
72See the <filename>README</filename> file in the source directory for more
73information:</para>
74
75<screen><userinput><command>install -d /var/lib/games &amp;&amp;
76groupadd games &amp;&amp;
77useradd -c 'Games High Score Owner' -d /var/lib/games -g games -s /bin/false games &amp;&amp;
78chown games:games /var/lib/games</command></userinput></screen>
79
80<para>Install <application><acronym>GNOME</acronym> Games</application> by
81running the following commands:</para>
82
83<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
84 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
85make &amp;&amp;
86make install</command></userinput></screen>
87
88</sect2>
89
90<sect2>
91<title>Command explanations</title>
92
93<para><parameter>--localstatedir=/var/lib</parameter>: This switch
94puts <application>ScrollKeeper</application> files in
95<filename class="directory">/var/lib/scrollkeeper</filename> instead of
96<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
97
98<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
99configuration files in <filename class="directory">/etc/gnome</filename>
100instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
101
102<para><option>--disable-setgid</option>: This will prevent the setgid bit
103on the executables from being set. It provides system administrators
104with the option to disable setgid binaries, though it also means that the
105functionality to save high game scores will be disabled.</para>
106
107</sect2>
108
109<sect2>
110<title>Contents</title>
111
112<para>The <application><acronym>GNOME</acronym> Games</application> package
113contains
114<command>blackjack</command>, <command>gataxx</command>,
115<command>glines</command>, <command>gnect</command>,
116<command>gnibbles</command>, <command>gnobots2</command>,
117<command>gnome-stones</command>, <command>gnometris</command>,
118<command>gnomine</command>, <command>gnotravex</command>,
119<command>gnotski</command>, <command>gtali</command>,
120<command>iagno</command>, <command>mahjongg</command>,
121<command>same-gnome</command> and <command>sol</command>.</para>
122
123</sect2>
124
125<sect2>
126<title>Description</title>
127
128<para>See the <filename>README</filename> file in the source tree for a
129description of each game.</para>
130
131</sect2>
132
133</sect1>
134
Note: See TracBrowser for help on using the repository browser.