source: gnome/applications/gnome-games.xml@ 0bd1130

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 0bd1130 was 16aa286, checked in by Krejzi <krejzi@…>, 12 years ago

Last (hopefully) of GNOME 3.6.1 updates. GNOME Applications, gnome-themes-standard, gmime, libgee, farstream updates.

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

  • Property mode set to 100644
File size: 11.6 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
8 "&gnome-download-http;/gnome-games/3.6/gnome-games-&gnome-games-version;.tar.xz">
9 <!ENTITY gnome-games-download-ftp
10 "&gnome-download-ftp;/gnome-games/3.6/gnome-games-&gnome-games-version;.tar.xz">
11 <!ENTITY gnome-games-md5sum "4f57151eefcb5de4349c2b5f570eff64">
12 <!ENTITY gnome-games-size "19 MB">
13 <!ENTITY gnome-games-buildsize "170 MB">
14 <!ENTITY gnome-games-time "1.2 SBU">
15]>
16
17<sect1 id="gnome-games" xreflabel="gnome-games-&gnome-games-version;">
18 <?dbhtml filename="gnome-games.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-games-&gnome-games-version;</title>
26
27 <indexterm zone="gnome-games">
28 <primary sortas="a-gnome-ames">gnome-games</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Games</title>
33
34 <para>
35 The <application>GNOME Games</application> is a collection
36 of simple, but addictive games from the
37 <application>GNOME</application> Desktop project.
38 They represent many of the popular games and include card games,
39 puzzle games and arcade games.
40 </para>
41
42 &lfs72_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&gnome-games-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&gnome-games-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &gnome-games-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &gnome-games-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &gnome-games-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &gnome-games-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">GNOME Games Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="clutter-gtk"/>,
83 <xref linkend="libcanberra"/>,
84 <xref linkend="librsvg"/>,
85 <xref linkend="pygobject3"/> and
86 <xref linkend="yelp-xsl"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gobject-introspection"/> and
92 <xref linkend="vala"/>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/gnome-games"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of GNOME Games</title>
102
103 <para>
104 Some of the <application>GNOME Games</application> game binaries
105 need to be setgid to track high scores. Create a separate user and group
106 for games by running the following command as the
107 <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>install -v -m755 -d /var/games &amp;&amp;
111groupadd -g 60 games &amp;&amp;
112useradd -c "Games High Score Owner" -d /var/games \
113 -g games -s /bin/false -u 60 games &amp;&amp;
114chown -v games:games /var/games</userinput></screen>
115
116 <para>
117 Install <application>GNOME Games</application> by
118 running the following commands:
119 </para>
120
121<screen><userinput>./configure --prefix=/usr --localstatedir=/var &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not come with a testsuite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para>
140 <option>--disable-setgid</option>: This will prevent the setgid bit
141 on the executables from being set. It provides system administrators
142 with the option to disable setgid binaries, though it also means that the
143 functionality to save high game scores will be disabled.
144 </para>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 glchess, glines, gnect, gnibbles, gnobots2, gnome-mahjongg,
158 gnome-sudoku, gnomine, gnotravex, gnotski, gtali, iagno,
159 lightsoff, quadrapassel and swell-foop
160 </seg>
161 <seg>
162 /usr/lib/python&python2-majorver;/site-packages/gnome_sudoku,
163 /usr/share/glchess,
164 /usr/share/glines,
165 /usr/share/gnect,
166 /usr/share/gnibbles,
167 /usr/share/gnobots2,
168 /usr/share/gnome-mahjongg,
169 /usr/share/gnome-sudoku,
170 /usr/share/gnomine,
171 /usr/share/gnotravex,
172 /usr/share/gnotski,
173 /usr/share/gtali,
174 /usr/share/help/*/glchess,
175 /usr/share/help/*/glines,
176 /usr/share/help/*/gnect,
177 /usr/share/help/*/gnibbles,
178 /usr/share/help/*/gnobots2,
179 /usr/share/help/*/gnome-mahjongg,
180 /usr/share/help/*/gnome-sudoku,
181 /usr/share/help/*/gnomine,
182 /usr/share/help/*/gnotravex,
183 /usr/share/help/*/gnotski,
184 /usr/share/help/*/gtali,
185 /usr/share/help/*/iagno,
186 /usr/share/help/*/lightsoff,
187 /usr/share/help/*/quadrapassel,
188 /usr/share/help/*/swell-foop,
189 /usr/share/iagno,
190 /usr/share/lightsoff,
191 /usr/share/quadrapassel,
192 /usr/share/swell-foop and
193 /var/games
194 </seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="glchess">
204 <term><command>glchess</command></term>
205 <listitem>
206 <para>
207 is a chess game which supports several chess engines.
208 </para>
209 <indexterm zone="gnome-games glchess">
210 <primary sortas="b-glchess">glchess</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="glines">
216 <term><command>glines</command></term>
217 <listitem>
218 <para>
219 is a game which involves moving balls around the grid and try
220 and form lines of the same colour to make them disappear.
221 </para>
222 <indexterm zone="gnome-games glines">
223 <primary sortas="b-glines">glines</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="gnect">
229 <term><command>gnect</command></term>
230 <listitem>
231 <para>
232 is a classic game where each player tries to make a line of four
233 disks before their opponent.
234 </para>
235 <indexterm zone="gnome-games gnect">
236 <primary sortas="b-gnect">gnect</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="gnibbles">
242 <term><command>gnibbles</command></term>
243 <listitem>
244 <para>
245 is a "worm" game. You pilot a worm around a maze trying to
246 collect diamonds. With each diamond your worm grows and navigation
247 becomes ever more difficult.
248 </para>
249 <indexterm zone="gnome-games gnibbles">
250 <primary sortas="b-gnibbles">gnibbles</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="gnobots2">
256 <term><command>gnobots2</command></term>
257 <listitem>
258 <para>
259 is a classic BSD robots game where you have to avoid a hoard of
260 robots who are trying to kill you.
261 </para>
262 <indexterm zone="gnome-games gnobots2">
263 <primary sortas="b-gnobots2">gnobots2</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="gnome-mahjongg">
269 <term><command>gnome-mahjongg</command></term>
270 <listitem>
271 <para>
272 is a tile-based solitaire game with an oriental flavor. Remove
273 tiles in matching pairs from a pile to try and dismantle it.
274 </para>
275 <indexterm zone="gnome-games gnome-mahjongg">
276 <primary sortas="b-gnome-mahjongg">gnome-mahjongg</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="gnome-sudoku">
282 <term><command>gnome-sudoku</command></term>
283 <listitem>
284 <para>
285 is a logic game with a Japanese name that has recently exploded
286 in popularity.
287 </para>
288 <indexterm zone="gnome-games gnome-sudoku">
289 <primary sortas="b-gnome-sudoku">gnome-sudoku</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="gnomine">
295 <term><command>gnomine</command></term>
296 <listitem>
297 <para>
298 is a game where you clear mines from a board using hints from
299 squares you have already uncovered.
300 </para>
301 <indexterm zone="gnome-games gnomine">
302 <primary sortas="b-gnomine">gnomine</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="gnotravex">
308 <term><command>gnotravex</command></term>
309 <listitem>
310 <para>
311 is a puzzle game where you have to match a grid of tiles together.
312 </para>
313 <indexterm zone="gnome-games gnotravex">
314 <primary sortas="b-gnotravex">gnotravex</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 <varlistentry id="gnotski">
320 <term><command>gnotski</command></term>
321 <listitem>
322 <para>
323 is a series of sliding block puzzles.
324 </para>
325 <indexterm zone="gnome-games gnotski">
326 <primary sortas="b-gnotski">gnotski</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
331 <varlistentry id="gtali">
332 <term><command>gtali</command></term>
333 <listitem>
334 <para>
335 is an ancient Roman game.
336 </para>
337 <indexterm zone="gnome-games gtali">
338 <primary sortas="b-gtali">gtali</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 <varlistentry id="iagno">
344 <term><command>iagno</command></term>
345 <listitem>
346 <para>
347 is a game where the goal is to control all the disks on the
348 board by trapping your opponents disks between two of yours.
349 </para>
350 <indexterm zone="gnome-games iagno">
351 <primary sortas="b-iagno">iagno</primary>
352 </indexterm>
353 </listitem>
354 </varlistentry>
355
356 <varlistentry id="quadrapassel">
357 <term><command>quadrapassel</command></term>
358 <listitem>
359 <para>
360 is a Russian game of fitting falling geometric shapes.
361 </para>
362 <indexterm zone="gnome-games quadrapassel">
363 <primary sortas="b-quadrapassel">quadrapassel</primary>
364 </indexterm>
365 </listitem>
366 </varlistentry>
367
368 </variablelist>
369
370 </sect2>
371
372</sect1>
Note: See TracBrowser for help on using the repository browser.