source: gnome/applications/gnome-games.xml@ c3c56b2

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 c3c56b2 was c3c56b2, checked in by Krejzi <krejzi@…>, 11 years ago

Reimplement none where nothing is installed - programs, libraries or directories.

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

  • Property mode set to 100644
File size: 11.7 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 Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 glchess, glines, gnect, gnibbles, gnobots2, gnome-mahjongg,
159 gnome-sudoku, gnomine, gnotravex, gnotski, gtali, iagno,
160 lightsoff, quadrapassel and swell-foop
161 </seg>
162 <seg>
163 None
164 </seg>
165 <seg>
166 /usr/lib/python&python2-majorver;/site-packages/gnome_sudoku,
167 /usr/share/glchess,
168 /usr/share/glines,
169 /usr/share/gnect,
170 /usr/share/gnibbles,
171 /usr/share/gnobots2,
172 /usr/share/gnome-mahjongg,
173 /usr/share/gnome-sudoku,
174 /usr/share/gnomine,
175 /usr/share/gnotravex,
176 /usr/share/gnotski,
177 /usr/share/gtali,
178 /usr/share/help/*/glchess,
179 /usr/share/help/*/glines,
180 /usr/share/help/*/gnect,
181 /usr/share/help/*/gnibbles,
182 /usr/share/help/*/gnobots2,
183 /usr/share/help/*/gnome-mahjongg,
184 /usr/share/help/*/gnome-sudoku,
185 /usr/share/help/*/gnomine,
186 /usr/share/help/*/gnotravex,
187 /usr/share/help/*/gnotski,
188 /usr/share/help/*/gtali,
189 /usr/share/help/*/iagno,
190 /usr/share/help/*/lightsoff,
191 /usr/share/help/*/quadrapassel,
192 /usr/share/help/*/swell-foop,
193 /usr/share/iagno,
194 /usr/share/lightsoff,
195 /usr/share/quadrapassel,
196 /usr/share/swell-foop and
197 /var/games
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="glchess">
208 <term><command>glchess</command></term>
209 <listitem>
210 <para>
211 is a chess game which supports several chess engines.
212 </para>
213 <indexterm zone="gnome-games glchess">
214 <primary sortas="b-glchess">glchess</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="glines">
220 <term><command>glines</command></term>
221 <listitem>
222 <para>
223 is a game which involves moving balls around the grid and try
224 and form lines of the same colour to make them disappear.
225 </para>
226 <indexterm zone="gnome-games glines">
227 <primary sortas="b-glines">glines</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="gnect">
233 <term><command>gnect</command></term>
234 <listitem>
235 <para>
236 is a classic game where each player tries to make a line of four
237 disks before their opponent.
238 </para>
239 <indexterm zone="gnome-games gnect">
240 <primary sortas="b-gnect">gnect</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="gnibbles">
246 <term><command>gnibbles</command></term>
247 <listitem>
248 <para>
249 is a "worm" game. You pilot a worm around a maze trying to
250 collect diamonds. With each diamond your worm grows and navigation
251 becomes ever more difficult.
252 </para>
253 <indexterm zone="gnome-games gnibbles">
254 <primary sortas="b-gnibbles">gnibbles</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="gnobots2">
260 <term><command>gnobots2</command></term>
261 <listitem>
262 <para>
263 is a classic BSD robots game where you have to avoid a hoard of
264 robots who are trying to kill you.
265 </para>
266 <indexterm zone="gnome-games gnobots2">
267 <primary sortas="b-gnobots2">gnobots2</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="gnome-mahjongg">
273 <term><command>gnome-mahjongg</command></term>
274 <listitem>
275 <para>
276 is a tile-based solitaire game with an oriental flavor. Remove
277 tiles in matching pairs from a pile to try and dismantle it.
278 </para>
279 <indexterm zone="gnome-games gnome-mahjongg">
280 <primary sortas="b-gnome-mahjongg">gnome-mahjongg</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="gnome-sudoku">
286 <term><command>gnome-sudoku</command></term>
287 <listitem>
288 <para>
289 is a logic game with a Japanese name that has recently exploded
290 in popularity.
291 </para>
292 <indexterm zone="gnome-games gnome-sudoku">
293 <primary sortas="b-gnome-sudoku">gnome-sudoku</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="gnomine">
299 <term><command>gnomine</command></term>
300 <listitem>
301 <para>
302 is a game where you clear mines from a board using hints from
303 squares you have already uncovered.
304 </para>
305 <indexterm zone="gnome-games gnomine">
306 <primary sortas="b-gnomine">gnomine</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="gnotravex">
312 <term><command>gnotravex</command></term>
313 <listitem>
314 <para>
315 is a puzzle game where you have to match a grid of tiles together.
316 </para>
317 <indexterm zone="gnome-games gnotravex">
318 <primary sortas="b-gnotravex">gnotravex</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="gnotski">
324 <term><command>gnotski</command></term>
325 <listitem>
326 <para>
327 is a series of sliding block puzzles.
328 </para>
329 <indexterm zone="gnome-games gnotski">
330 <primary sortas="b-gnotski">gnotski</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="gtali">
336 <term><command>gtali</command></term>
337 <listitem>
338 <para>
339 is an ancient Roman game.
340 </para>
341 <indexterm zone="gnome-games gtali">
342 <primary sortas="b-gtali">gtali</primary>
343 </indexterm>
344 </listitem>
345 </varlistentry>
346
347 <varlistentry id="iagno">
348 <term><command>iagno</command></term>
349 <listitem>
350 <para>
351 is a game where the goal is to control all the disks on the
352 board by trapping your opponents disks between two of yours.
353 </para>
354 <indexterm zone="gnome-games iagno">
355 <primary sortas="b-iagno">iagno</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 <varlistentry id="quadrapassel">
361 <term><command>quadrapassel</command></term>
362 <listitem>
363 <para>
364 is a Russian game of fitting falling geometric shapes.
365 </para>
366 <indexterm zone="gnome-games quadrapassel">
367 <primary sortas="b-quadrapassel">quadrapassel</primary>
368 </indexterm>
369 </listitem>
370 </varlistentry>
371
372 </variablelist>
373
374 </sect2>
375
376</sect1>
Note: See TracBrowser for help on using the repository browser.