Ignore:
Timestamp:
06/15/2004 12:20:58 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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
Children:
fdca4266
Parents:
c117e5a
Message:

Chapter 31 new XML

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-games.xml

    rc117e5a r9d2dc4e2  
     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/2.6/gnome-games-&gnome-games-version;.tar.bz2">
     8<!ENTITY gnome-games-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.6/gnome-games-&gnome-games-version;.tar.bz2">
     9<!ENTITY gnome-games-size "7.9 MB">
     10<!ENTITY gnome-games-buildsize "92 MB">
     11<!ENTITY gnome-games-time "0.99 SBU">
     12
     13]>
     14
    115<sect1 id="gnome-games" xreflabel="GNOME Games-&gnome-games-version;">
    216<?dbhtml filename="gnome-games.html"?>
    317<title>GNOME Games-&gnome-games-version;</title>
    418
    5 &gnome-games-intro;
    6 &gnome-games-inst;
    7 &gnome-games-exp;
    8 &gnome-games-desc;
     19<sect2>
     20<title>Introduction to <application><acronym>GNOME</acronym> Games</application></title>
     21
     22<para>The <application><acronym>GNOME</acronym> Games</application> package contains games.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink
     27url="&gnome-games-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink
     29url="&gnome-games-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &gnome-games-size;</para></listitem>
     31<listitem><para>Estimated Disk space required:
     32&gnome-games-buildsize;</para></listitem>
     33<listitem><para>Estimated build time:
     34&gnome-games-time;</para></listitem></itemizedlist>
     35</sect3>
     36                                                                               
     37<sect3><title><application><acronym>GNOME</acronym> Games</application> dependencies</title>
     38<sect4><title>Required</title>
     39<para>
     40<xref linkend="libgnomeui"/>,
     41<xref linkend="scrollkeeper"/> and
     42<xref linkend="librsvg"/>
     43</para></sect4>
     44<sect4><title>Optional</title>
     45<para>
     46<xref linkend="esound"/> and
     47<xref linkend="guile"/>
     48</para></sect4>
     49</sect3>
     50
     51</sect2>
     52
     53<sect2>
     54<title>Installation of <application><acronym>GNOME</acronym> Games</application></title>
     55
     56<para><application><acronym>GNOME</acronym> Games</application> needs to
     57be setgid to track high scores. Create a separate user and group for games.
     58See the <filename>README</filename> file in the source directory for more
     59information:</para>
     60
     61<screen><userinput><command>install -d /var/lib/games &amp;&amp;
     62groupadd games &amp;&amp;
     63useradd -c 'games' -d /var/lib/games -g games -s /bin/false games &amp;&amp;
     64chown games:games /var/lib/games</command></userinput></screen>
     65
     66<para>Install <application><acronym>GNOME</acronym> Games</application> by running the following commands:</para>
     67
     68<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     69    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
     70make &amp;&amp;
     71make install</command></userinput></screen>
     72
     73</sect2>
     74
     75<sect2>
     76<title>Command explanations</title>
     77
     78<para><parameter>--localstatedir=/var/lib</parameter>: This switch
     79puts <application>ScrollKeeper</application> files in <filename class="directory">/var/lib/scrollkeeper</filename>
     80instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     81
     82<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     83configuration files in <filename class="directory">/etc/gnome</filename> instead of
     84<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     85
     86<para><option>--disable-setgid</option>: This will prevent the setgid bit
     87on the executables from being set. It provides system administrator's
     88with the option to disable setgid binaries, though it also means that the functionality to
     89save high game scores will be disabled.</para>
     90
     91</sect2>
     92
     93<sect2>
     94<title>Contents</title>
     95
     96<para>The <application><acronym>GNOME</acronym> Games</application> package contains
     97<command>aisleriot</command>, <command>freecell</command>,
     98<command>gataxx</command>, <command>glines</command>,
     99<command>gnect</command>, <command>gnibbles</command>,
     100<command>gnobots2</command>, <command>gnome-stones</command>,
     101<command>gnome-xbill</command>, <command>gnometris</command>,
     102<command>gnomine</command>, <command>gnotravex</command>,
     103<command>gnotski</command>, <command>gtali</command>,
     104<command>iagno</command>, <command>mahjongg</command> and
     105<command> same-gnome</command>.</para>
     106
     107</sect2>
    9108
    10109</sect1>
Note: See TracChangeset for help on using the changeset viewer.