source: gnome/add/gnome-games.xml@ 805f1f8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 805f1f8 was 805f1f8, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GNOME Games-2.28.2 and a minor ammendment to ggz-client-libs.

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

  • Property mode set to 100644
File size: 13.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-games-download-http "&gnome-download-http;/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
8 <!ENTITY gnome-games-download-ftp "&gnome-download-ftp;/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
9 <!ENTITY gnome-games-md5sum "6dcd006d4393524c1e4f39ca0310ac8d">
10 <!ENTITY gnome-games-size "24.3 MB">
11 <!ENTITY gnome-games-buildsize "200 MB">
12 <!ENTITY gnome-games-time "4.4 SBU">
13]>
14
15<sect1 id="gnome-games" xreflabel="GNOME Games-&gnome-games-version;">
16 <?dbhtml filename="gnome-games.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Games-&gnome-games-version;</title>
24
25 <indexterm zone="gnome-games">
26 <primary sortas="a-GNOME Games">GNOME Games</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Games</title>
31
32 <para>The <application>GNOME Games</application> package contains games.
33 Starting with <application>GNOME</application>-2.8, the background graphics,
34 artwork and themes for the games are supplied in a separate package. You
35 can download the <application>GNOME</application> Games Extra Data package
36 from <ulink
37 url="&gnome-download-http;/gnome-games-extra-data/&gnome-version;/"/>.
38 </para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gnome-games-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gnome-games-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gnome-games-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gnome-games-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gnome-games-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gnome-games-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GNOME Games Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="clutter-gtk"/>,
66 <xref linkend="ggz-client-libs"/>,
67 <xref linkend="guile"/>,
68 <xref linkend="libcanberra"/>,
69 <xref linkend="libgnomeui"/>,
70 <xref linkend="gnome-doc-utils"/>,
71 <xref linkend="librsvg"/>, and
72 <xref linkend="pygtk"/></para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended"><xref linkend="rarian"/></para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <ulink url="http://check.sourceforge.net/">Check</ulink> and
80 <ulink url="http://www.ggzgamingzone.org/">ggz-server</ulink></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gnome-games"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of GNOME Games</title>
89
90 <para>Some of the <application>GNOME Games</application> game binaries
91 need to be setgid to track high scores. Create a separate user and group
92 for games. See the <filename>README</filename> file in the source directory
93 for more information:</para>
94
95<screen role="root"><userinput>install -v -m755 -d /var/lib/games &amp;&amp;
96groupadd -fg 60 games &amp;&amp;
97useradd -c 'Games High Score Owner' -d /var/lib/games \
98 -g games -s /bin/false -u 60 games || [ $? == 9 ] &amp;&amp;
99chown -v games:games /var/lib/games</userinput></screen>
100
101 <para>Install <application>GNOME Games</application> by
102 running the following commands:</para>
103
104<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
105 --sysconfdir=&gnome-etc-dir; \
106 --localstatedir=/var/lib \
107 --disable-tests &amp;&amp;
108make</userinput></screen>
109
110 <para>To test the results, issue <command>make check</command>.</para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
122 href="../../xincludes/gnome-prefix.xml"/>
123
124 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
125 href="../../xincludes/gnome-sysconfdir.xml"/>
126
127 <para><parameter>--localstatedir=/var/lib</parameter>: This parameter is
128 used so that all <application>ScrollKeeper</application> files are
129 installed in, and the <application>ScrollKeeper</application> database is
130 properly updated in
131 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
132 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename> and
133 also causes the game programs to use
134 <filename class='directory'>/var/lib/games</filename> as the directory
135 holding the high score files.</para>
136
137 <para><option>--disable-setgid</option>: This will prevent the setgid bit
138 on the executables from being set. It provides system administrators
139 with the option to disable setgid binaries, though it also means that the
140 functionality to save high game scores will be disabled.</para>
141
142 <para><parameter>--disable-tests</parameter>: Remove this parameter if you
143 have <application>Check</application> installed and you wish to build the
144 test apps.</para>
145
146 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
147 wish to disable the updates to the scrollkeeper database.</para>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>blackjack, glchess, glines, gnect, gnibbles, gnobots2,
161 gnome-gnuchess, gnome-sudoku, gnometris, gnomine, gnotravex, gnotski,
162 gtali, iagno, mahjongg, same-gnome, and sol</seg>
163 <seg>None</seg>
164 <seg><envar>$GNOME_PREFIX</envar>/{lib/{gnome-games,
165 python2.6/site-packages/{glchess/*,gnome_sudoku/gtk_goodies}},
166 share/{ggz/gnome-games,glchess/textures,gnome-games/*,gnome/help/*,
167 omf/*}}</seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="blackjack">
177 <term><command>blackjack</command></term>
178 <listitem>
179 <para>is a casino card game without any need to actually pay your
180 gambling debts.</para>
181 <indexterm zone="gnome-games blackjack">
182 <primary sortas="b-blackjack">blackjack</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="glchess">
188 <term><command>glchess</command></term>
189 <listitem>
190 <para>is a chess game which supports several chess engines.</para>
191 <indexterm zone="gnome-games glchess">
192 <primary sortas="b-glchess">glchess</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="glines">
198 <term><command>glines</command></term>
199 <listitem>
200 <para>is a game which involves moving balls around the grid and try
201 and form lines of the same colour to make them disappear.</para>
202 <indexterm zone="gnome-games glines">
203 <primary sortas="b-glines">glines</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="gnect">
209 <term><command>gnect</command></term>
210 <listitem>
211 <para>is a classic game where each player tries to make a line of four
212 disks before their opponent.</para>
213 <indexterm zone="gnome-games gnect">
214 <primary sortas="b-gnect">gnect</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="gnibbles">
220 <term><command>gnibbles</command></term>
221 <listitem>
222 <para>is a "worm" game. You pilot a worm around a maze trying to
223 collect diamonds. With each diamond your worm grows and navigation
224 becomes ever more difficult.</para>
225 <indexterm zone="gnome-games gnibbles">
226 <primary sortas="b-gnibbles">gnibbles</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="gnobots2">
232 <term><command>gnobots2</command></term>
233 <listitem>
234 <para>is a classic BSD robots game where you have to avoid a hoard of
235 robots who are trying to kill you.</para>
236 <indexterm zone="gnome-games gnobots2">
237 <primary sortas="b-gnobots2">gnobots2</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="gnome-gnuchess">
243 <term><command>gnome-gnuchess</command></term>
244 <listitem>
245 <para>is a chess game which supports several chess engines.</para>
246 <indexterm zone="gnome-games gnome-gnuchess">
247 <primary sortas="b-gnome-gnuchess">gnome-gnuchess</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="gnome-sudoku">
253 <term><command>gnome-sudoku</command></term>
254 <listitem>
255 <para>is a logic game with a Japanese name that has recently exploded
256 in popularity.</para>
257 <indexterm zone="gnome-games gnome-sudoku">
258 <primary sortas="b-gnome-sudoku">gnome-sudoku</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="gnometris">
264 <term><command>gnometris</command></term>
265 <listitem>
266 <para>is a Russian game of fitting falling geometric shapes.</para>
267 <indexterm zone="gnome-games gnometris">
268 <primary sortas="b-gnometris">gnometris</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry id="gnomine">
274 <term><command>gnomine</command></term>
275 <listitem>
276 <para>is a game where you clear mines from a board using hints from
277 squares you have already uncovered.</para>
278 <indexterm zone="gnome-games gnomine">
279 <primary sortas="b-gnomine">gnomine</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="gnotravex">
285 <term><command>gnotravex</command></term>
286 <listitem>
287 <para>is a puzzle game where you have to match a grid of tiles
288 together.</para>
289 <indexterm zone="gnome-games gnotravex">
290 <primary sortas="b-gnotravex">gnotravex</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="gnotski">
296 <term><command>gnotski</command></term>
297 <listitem>
298 <para>is a series of sliding block puzzles.</para>
299 <indexterm zone="gnome-games gnotski">
300 <primary sortas="b-gnotski">gnotski</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="gtali">
306 <term><command>gtali</command></term>
307 <listitem>
308 <para>is an ancient Roman game.</para>
309 <indexterm zone="gnome-games gtali">
310 <primary sortas="b-gtali">gtali</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="iagno">
316 <term><command>iagno</command></term>
317 <listitem>
318 <para>is a game where the goal is to control all the disks on the
319 board by trapping your opponents disks between two of yours.</para>
320 <indexterm zone="gnome-games iagno">
321 <primary sortas="b-iagno">iagno</primary>
322 </indexterm>
323 </listitem>
324 </varlistentry>
325
326 <varlistentry id="mahjongg">
327 <term><command>mahjongg</command></term>
328 <listitem>
329 <para>is a tile-based solitaire game with an oriental flavor. Remove
330 tiles in matching pairs from a pile to try and dismantle it.</para>
331 <indexterm zone="gnome-games mahjongg">
332 <primary sortas="b-mahjongg">mahjongg</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
336
337 <varlistentry id="same-gnome">
338 <term><command>same-gnome</command></term>
339 <listitem>
340 <para>is a game where you start with a grid of stones of different
341 colors. You can only remove stones where two or more of the same
342 colour touch each other.</para>
343 <indexterm zone="gnome-games same-gnome">
344 <primary sortas="b-same-gnome">same-gnome</primary>
345 </indexterm>
346 </listitem>
347 </varlistentry>
348
349 <varlistentry id="sol">
350 <term><command>sol</command></term>
351 <listitem>
352 <para>is a compilation of seventy different solitaire card
353 games.</para>
354 <indexterm zone="gnome-games sol">
355 <primary sortas="b-sol">sol</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 </variablelist>
361
362 </sect2>
363
364</sect1>
Note: See TracBrowser for help on using the repository browser.