source: gnome/add/gnome-games.xml@ 7f76b96

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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 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 \
78 -g games -s /bin/false games &amp;&amp;
79chown games:games /var/lib/games</command></userinput></screen>
80
81<para>Install <application><acronym>GNOME</acronym> Games</application> by
82running the following commands:</para>
83
84<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
85 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
86make &amp;&amp;
87make install</command></userinput></screen>
88
89</sect2>
90
91<sect2>
92<title>Command explanations</title>
93
94<para><parameter>--localstatedir=/var/lib</parameter>: This switch
95puts <application>ScrollKeeper</application> files in
96<filename class="directory">/var/lib/scrollkeeper</filename> instead of
97<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
98
99<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
100configuration files in <filename class="directory">/etc/gnome</filename>
101instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
102
103<para><option>--disable-setgid</option>: This will prevent the setgid bit
104on the executables from being set. It provides system administrators
105with the option to disable setgid binaries, though it also means that the
106functionality to save high game scores will be disabled.</para>
107
108</sect2>
109
110<sect2>
111<title>Contents</title>
112
113<para>The <application><acronym>GNOME</acronym> Games</application> package
114contains
115<command>blackjack</command>, <command>gataxx</command>,
116<command>glines</command>, <command>gnect</command>,
117<command>gnibbles</command>, <command>gnobots2</command>,
118<command>gnome-stones</command>, <command>gnometris</command>,
119<command>gnomine</command>, <command>gnotravex</command>,
120<command>gnotski</command>, <command>gtali</command>,
121<command>iagno</command>, <command>mahjongg</command>,
122<command>same-gnome</command> and <command>sol</command>.</para>
123
124</sect2>
125
126<sect2>
127<title>Description</title>
128
129<para>See the <filename>README</filename> file in the source tree for a
130description of each game.</para>
131
132</sect2>
133
134</sect1>
135
Note: See TracBrowser for help on using the repository browser.