source: gnome/add/gnome-games.xml@ da314d82

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 da314d82 was da314d82, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GNOME Games-2.10.1

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 "b7d21e5e12de80c50266e8735e04577c">
10<!ENTITY gnome-games-size "5.3 MB">
11<!ENTITY gnome-games-buildsize "70 MB">
12<!ENTITY gnome-games-time "0.9 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 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"/>
61(required to build the AisleRiot solitaire games),
62<ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink> and
63<ulink url="http://www.5z.com/jirka/gob.html">GOB2</ulink></para>
64</sect4>
65</sect3>
66
67</sect2>
68
69<sect2>
70<title>Installation of <application><acronym>GNOME</acronym>
71Games</application></title>
72
73<para>Some of the <application><acronym>GNOME</acronym> Games</application>
74game binaries need to be setgid to track high scores. Create a separate
75user and group for games. See the <filename>README</filename> file in the
76source directory for more information:</para>
77
78<screen><userinput><command>install -v -m755 -d /var/lib/games &amp;&amp;
79groupadd games &amp;&amp;
80useradd -c 'Games High Score Owner' -d /var/lib/games \
81 -g games -s /bin/false games &amp;&amp;
82chown -v games:games /var/lib/games</command></userinput></screen>
83
84<para>Install <application><acronym>GNOME</acronym> Games</application> by
85running the following commands:</para>
86
87<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
88 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
89make</command></userinput></screen>
90
91<para>This package does not come with a test suite.</para>
92
93<para>Now, as the root user:</para>
94
95<screen><userinput role='root'><command>make install</command></userinput></screen>
96
97</sect2>
98
99<sect2>
100<title>Command explanations</title>
101
102<para><parameter>--localstatedir=/var/lib</parameter>: This switch
103puts <application>ScrollKeeper</application> files in
104<filename class="directory">/var/lib/scrollkeeper</filename> instead of
105<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename> and
106also causes the programs to use
107<filename class='directory'>/var/lib/games</filename> as the directory
108holding the high score files.</para>
109
110<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
111configuration files in <filename class="directory">/etc/gnome</filename>
112instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
113
114<para><option>--disable-setgid</option>: This will prevent the setgid bit
115on the executables from being set. It provides system administrators
116with the option to disable setgid binaries, though it also means that the
117functionality to save high game scores will be disabled.</para>
118
119</sect2>
120
121<sect2>
122<title>Contents</title>
123
124<para>The <application><acronym>GNOME</acronym> Games</application> package
125contains
126<command>blackjack</command>, <command>gataxx</command>,
127<command>glines</command>, <command>gnect</command>,
128<command>gnibbles</command>, <command>gnobots2</command>,
129<command>gnome-stones</command>, <command>gnometris</command>,
130<command>gnomine</command>, <command>gnotravex</command>,
131<command>gnotski</command>, <command>gtali</command>,
132<command>iagno</command>, <command>mahjongg</command>,
133<command>same-gnome</command> and <command>sol</command>.</para>
134
135</sect2>
136
137<sect2>
138<title>Description</title>
139
140<para>See the <filename>README</filename> file in the source tree for a
141description of each game.</para>
142
143</sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.