mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10043 af4574ff-66df-0310-9fd7-8a98e5e911e0
342 lines
12 KiB
XML
342 lines
12 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-games-download-http
|
|
"&gnome-download-http;/gnome-games/3.4/gnome-games-&gnome-games-version;.tar.xz">
|
|
<!ENTITY gnome-games-download-ftp
|
|
"&gnome-download-ftp;/gnome-games/3.4/gnome-games-&gnome-games-version;.tar.xz">
|
|
<!ENTITY gnome-games-md5sum "7dc21d85550b58818a8db432f364bf3e">
|
|
<!ENTITY gnome-games-size "20 MB">
|
|
<!ENTITY gnome-games-buildsize "176 MB">
|
|
<!ENTITY gnome-games-time "2.2 SBU">
|
|
|
|
<!-- No 3.4 release yet.
|
|
<!ENTITY gnome-games-extra-data-version "3.2.0">
|
|
|
|
<!ENTITY gnome-games-extra-data-download-http
|
|
"&gnome-download-http;/gnome-games-extra-data/&gnome-version;/gnome-games-extra-data-&gnome-games-extra-data-version;.tar.xz">
|
|
<!ENTITY gnome-games-extra-data-md5sum "6649fa10772261059a3c9615d8b8298b">
|
|
<!ENTITY gnome-games-extra-data-size "1.9 MB"> -->
|
|
]>
|
|
|
|
<sect1 id="gnome-games" xreflabel="gnome-games-&gnome-games-version;">
|
|
<?dbhtml filename="gnome-games.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gnome-games-&gnome-games-version;</title>
|
|
|
|
<indexterm zone="gnome-games">
|
|
<primary sortas="a-GNOME Games">GNOME Games</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Games</title>
|
|
|
|
<para>The <application>GNOME Games</application> is a collection
|
|
of simple, but addictive games from the GNOME Desktop project.
|
|
They represent many of the popular games and include card games,
|
|
puzzle games and arcade games.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnome-games-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gnome-games-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnome-games-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnome-games-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gnome-games-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gnome-games-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!-- <bridgehead renderas="sect3">Additional Download</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
<title>Optional GNOME Games Extra Data package</title>
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnome-games-extra-data-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnome-games-extra-data-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnome-games-extra-data-size;</para>
|
|
</listitem>
|
|
</itemizedlist> -->
|
|
|
|
<bridgehead renderas="sect3">GNOME Games Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="clutter-gtk"/>,
|
|
<xref linkend="gnome-doc-utils"/>,
|
|
<xref linkend="libcanberra"/>,
|
|
<xref linkend="librsvg"/>,
|
|
<xref linkend="pygobject3"/> and
|
|
<xref linkend="yelp-xsl"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-games"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Games</title>
|
|
|
|
<para>Some of the <application>GNOME Games</application> game binaries
|
|
need to be setgid to track high scores. Create a separate user and group
|
|
for games. See the <filename>README</filename> file in the source directory
|
|
for more information:</para>
|
|
|
|
<screen role="root"><userinput>install -v -m755 -d /var/lib/games &&
|
|
groupadd -fg 60 games &&
|
|
useradd -c 'Games High Score Owner' -d /var/lib/games \
|
|
-g games -s /bin/false -u 60 games &&
|
|
chown -v games:games /var/lib/games</userinput></screen>
|
|
|
|
<para>Install <application>GNOME Games</application> by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--localstatedir=/var/lib &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<!-- <para>If you want to install the <application>GNOME Games</application> Extra Data package, run the following commands:</para>
|
|
|
|
<screen><userinput>tar -xvf ../gnome-games-extra-data-&gnome-games-extra-data-version;.tar.xz &&
|
|
cd gnome-games-extra-data-&gnome-games-extra-data-version; &&
|
|
./configure -prefix=$GNOME_PREFIX &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now again , as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen> -->
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/> -->
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This parameter is
|
|
used so that the game programs use
|
|
<filename class='directory'>/var/lib/games</filename> as the directory
|
|
holding the high score files.</para>
|
|
|
|
<para><option>--disable-setgid</option>: This will prevent the setgid bit
|
|
on the executables from being set. It provides system administrators
|
|
with the option to disable setgid binaries, though it also means that the
|
|
functionality to save high game scores will be disabled.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
glchess, glines, gnect, gnibbles, gnobots2, gnome-sudoku,
|
|
gnomine, gnotravex, gnotski, gtali, iagno, lightsoff,
|
|
mahjongg, quadrapassel and swell-foop
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/gnome-games, /usr/lib/python2.7/site-packages/gnome_sudoku,
|
|
/usr/share/{glchess,glines,gnect,gnibbles,gnobots2,gnome-games},
|
|
/usr/share/{gnome-sudoku,gnomine,gnotravex,gnotski,gtali},
|
|
/usr/share/help/*/{glchess,glines,gnect,gnibbles,gnobots2,gnome-sudoku},
|
|
/usr/share/help/*/{gnomine,gnotravex,gnotski,gtali,iagno,lightsoff},
|
|
/usr/share/help/*/{mahjongg,quadrapassel,swell-foop},
|
|
/usr/share/{iagno,lightsoff,mahjongg,quadrapassel} and
|
|
/var/lib/games
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="glchess">
|
|
<term><command>glchess</command></term>
|
|
<listitem>
|
|
<para>is a chess game which supports several chess engines.</para>
|
|
<indexterm zone="gnome-games glchess">
|
|
<primary sortas="b-glchess">glchess</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="glines">
|
|
<term><command>glines</command></term>
|
|
<listitem>
|
|
<para>is a game which involves moving balls around the grid and try
|
|
and form lines of the same colour to make them disappear.</para>
|
|
<indexterm zone="gnome-games glines">
|
|
<primary sortas="b-glines">glines</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnect">
|
|
<term><command>gnect</command></term>
|
|
<listitem>
|
|
<para>is a classic game where each player tries to make a line of four
|
|
disks before their opponent.</para>
|
|
<indexterm zone="gnome-games gnect">
|
|
<primary sortas="b-gnect">gnect</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnibbles">
|
|
<term><command>gnibbles</command></term>
|
|
<listitem>
|
|
<para>is a "worm" game. You pilot a worm around a maze trying to
|
|
collect diamonds. With each diamond your worm grows and navigation
|
|
becomes ever more difficult.</para>
|
|
<indexterm zone="gnome-games gnibbles">
|
|
<primary sortas="b-gnibbles">gnibbles</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnobots2">
|
|
<term><command>gnobots2</command></term>
|
|
<listitem>
|
|
<para>is a classic BSD robots game where you have to avoid a hoard of
|
|
robots who are trying to kill you.</para>
|
|
<indexterm zone="gnome-games gnobots2">
|
|
<primary sortas="b-gnobots2">gnobots2</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-sudoku">
|
|
<term><command>gnome-sudoku</command></term>
|
|
<listitem>
|
|
<para>is a logic game with a Japanese name that has recently exploded
|
|
in popularity.</para>
|
|
<indexterm zone="gnome-games gnome-sudoku">
|
|
<primary sortas="b-gnome-sudoku">gnome-sudoku</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnomine">
|
|
<term><command>gnomine</command></term>
|
|
<listitem>
|
|
<para>is a game where you clear mines from a board using hints from
|
|
squares you have already uncovered.</para>
|
|
<indexterm zone="gnome-games gnomine">
|
|
<primary sortas="b-gnomine">gnomine</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnotravex">
|
|
<term><command>gnotravex</command></term>
|
|
<listitem>
|
|
<para>is a puzzle game where you have to match a grid of tiles
|
|
together.</para>
|
|
<indexterm zone="gnome-games gnotravex">
|
|
<primary sortas="b-gnotravex">gnotravex</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnotski">
|
|
<term><command>gnotski</command></term>
|
|
<listitem>
|
|
<para>is a series of sliding block puzzles.</para>
|
|
<indexterm zone="gnome-games gnotski">
|
|
<primary sortas="b-gnotski">gnotski</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gtali">
|
|
<term><command>gtali</command></term>
|
|
<listitem>
|
|
<para>is an ancient Roman game.</para>
|
|
<indexterm zone="gnome-games gtali">
|
|
<primary sortas="b-gtali">gtali</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="iagno">
|
|
<term><command>iagno</command></term>
|
|
<listitem>
|
|
<para>is a game where the goal is to control all the disks on the
|
|
board by trapping your opponents disks between two of yours.</para>
|
|
<indexterm zone="gnome-games iagno">
|
|
<primary sortas="b-iagno">iagno</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="mahjongg">
|
|
<term><command>mahjongg</command></term>
|
|
<listitem>
|
|
<para>is a tile-based solitaire game with an oriental flavor. Remove
|
|
tiles in matching pairs from a pile to try and dismantle it.</para>
|
|
<indexterm zone="gnome-games mahjongg">
|
|
<primary sortas="b-mahjongg">mahjongg</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="quadrapassel">
|
|
<term><command>quadrapassel</command></term>
|
|
<listitem>
|
|
<para>is a Russian game of fitting falling geometric shapes.</para>
|
|
<indexterm zone="gnome-games quadrapassel">
|
|
<primary sortas="b-quadrapassel">quadrapassel</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|