Ignore:
Timestamp:
01/05/2010 05:03:00 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
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
Children:
86ed9d5
Parents:
bc188de5
Message:

Updated to GNOME Games-2.28.2 and a minor ammendment to ggz-client-libs.

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

File:
1 edited

Legend:

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

    rbc188de5 r805f1f8  
    55  %general-entities;
    66
    7   <!ENTITY gnome-games-download-http "&gnome-download-http;/gnome-games/&gnome-old-version;/gnome-games-&gnome-games-version;.tar.bz2">
    8   <!ENTITY gnome-games-download-ftp  "&gnome-download-ftp;/gnome-games/&gnome-old-version;/gnome-games-&gnome-games-version;.tar.bz2">
    9   <!ENTITY gnome-games-md5sum        "c3434a724cd72a536ba48d9187f10697">
    10   <!ENTITY gnome-games-size          "7.5 MB">
    11   <!ENTITY gnome-games-buildsize     "118 MB">
    12   <!ENTITY gnome-games-time          "1.8 SBU">
     7  <!ENTITY gnome-games-download-http "&gnome-download-http;/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
     8  <!ENTITY gnome-games-download-ftp  "&gnome-download-ftp;/gnome-games/&gnome-version;/gnome-games-&gnome-games-version;.tar.bz2">
     9  <!ENTITY gnome-games-md5sum        "6dcd006d4393524c1e4f39ca0310ac8d">
     10  <!ENTITY gnome-games-size          "24.3 MB">
     11  <!ENTITY gnome-games-buildsize     "200 MB">
     12  <!ENTITY gnome-games-time          "4.4 SBU">
    1313]>
    1414
     
    3535    can download the <application>GNOME</application> Games Extra Data package
    3636    from <ulink
    37     url="&gnome-download-http;/gnome-games-extra-data/&gnome-old-version;/"/>.
     37    url="&gnome-download-http;/gnome-games-extra-data/&gnome-version;/"/>.
    3838    </para>
    3939
     
    6363
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="libgnomeui"/>,
     65    <para role="required"><xref linkend="clutter-gtk"/>,
     66    <xref linkend="ggz-client-libs"/>,
     67    <xref linkend="guile"/>,
     68    <xref linkend="libcanberra"/>,
     69    <xref linkend="libgnomeui"/>,
    6670    <xref linkend="gnome-doc-utils"/>,
    67     <xref linkend="gnome-python-desktop"/>, and
    68     <xref linkend="librsvg"/></para>
     71    <xref linkend="librsvg"/>, and
     72    <xref linkend="pygtk"/></para>
     73
     74    <bridgehead renderas="sect4">Recommended</bridgehead>
     75    <para role="recommended"><xref linkend="rarian"/></para>
    6976
    7077    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional"><xref linkend="intltool"/>,
    72     <xref linkend="esound"/>,
    73     <xref linkend="guile"/>
    74     (to build the AisleRiot solitaire games), and
    75     <ulink url="http://www.ggzgamingzone.org/">GGZ</ulink> (to enable
    76     network gaming; see the GNOME Games <filename>README</filename> file
    77     for the specific GGZ packages you will need)</para>
    78 
    79     <!-- Appears to be replaced by the GGZ stuff, but not really positive
    80     <ulink url="http://www.avahi.org">Avahi</ulink> or
    81     <ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink> -->
    82 
    83     <para>See the <filename>glchess/README</filename> file for additional
    84     optional dependencies for the chess game.</para>
     78    <para role="optional">
     79    <ulink url="http://check.sourceforge.net/">Check</ulink> and
     80    <ulink url="http://www.ggzgamingzone.org/">ggz-server</ulink></para>
    8581
    8682    <para condition="html" role="usernotes">User Notes:
     
    9894
    9995<screen role="root"><userinput>install -v -m755 -d /var/lib/games &amp;&amp;
    100 groupadd -g 60 games &amp;&amp;
     96groupadd -fg 60 games &amp;&amp;
    10197useradd -c 'Games High Score Owner' -d /var/lib/games \
    102         -g games -s /bin/false -u 60 games &amp;&amp;
     98        -g games -s /bin/false -u 60 games || [ $? == 9 ] &amp;&amp;
    10399chown -v games:games /var/lib/games</userinput></screen>
    104100
     
    108104<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    109105            --sysconfdir=&gnome-etc-dir; \
    110             --localstatedir=/var/lib &amp;&amp;
     106            --localstatedir=/var/lib \
     107            --disable-tests &amp;&amp;
    111108make</userinput></screen>
    112109
     
    143140    functionality to save high game scores will be disabled.</para>
    144141
     142    <para><parameter>--disable-tests</parameter>: Remove this parameter if you
     143    have <application>Check</application> installed and you wish to build the
     144    test apps.</para>
     145
     146    <para><option>--disable-scrollkeeper</option>: Use this parameter if you
     147    wish to disable the updates to the scrollkeeper database.</para>
     148
    145149  </sect2>
    146150
     
    154158
    155159      <seglistitem>
    156         <seg>blackjack, glchess, glines, gnect, gnectd, gnibbles, gnibblesd,
    157         gnobots2, gnome-gnuchess, gnome-sudoku, gnometris, gnomine, gnotravex,
    158         gnotski, gtali, iagno, iagnod, mahjongg, same-gnome, and sol</seg>
     160        <seg>blackjack, glchess, glines, gnect, gnibbles, gnobots2,
     161        gnome-gnuchess, gnome-sudoku, gnometris, gnomine, gnotravex, gnotski,
     162        gtali, iagno, mahjongg, same-gnome, and sol</seg>
    159163        <seg>None</seg>
    160         <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
    161         share/{{many game names},
    162         {,omf/}gnome-games,
    163         {,help,pixmaps,sound}/{game names},
    164         /var/lib/games</seg>
     164        <seg><envar>$GNOME_PREFIX</envar>/{lib/{gnome-games,
     165        python2.6/site-packages/{glchess/*,gnome_sudoku/gtk_goodies}},
     166        share/{ggz/gnome-games,glchess/textures,gnome-games/*,gnome/help/*,
     167        omf/*}}</seg>
    165168      </seglistitem>
    166169    </segmentedlist>
    167170
    168     <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    169 
    170     <para>See the <filename>README</filename> file in the source tree for a
    171     description of each game.</para>
     171    <variablelist>
     172      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     173      <?dbfo list-presentation="list"?>
     174      <?dbhtml list-presentation="table"?>
     175
     176      <varlistentry id="blackjack">
     177        <term><command>blackjack</command></term>
     178        <listitem>
     179          <para>is a casino card game without any need to actually pay your
     180          gambling debts.</para>
     181          <indexterm zone="gnome-games blackjack">
     182            <primary sortas="b-blackjack">blackjack</primary>
     183          </indexterm>
     184        </listitem>
     185      </varlistentry>
     186
     187      <varlistentry id="glchess">
     188        <term><command>glchess</command></term>
     189        <listitem>
     190          <para>is a chess game which supports several chess engines.</para>
     191          <indexterm zone="gnome-games glchess">
     192            <primary sortas="b-glchess">glchess</primary>
     193          </indexterm>
     194        </listitem>
     195      </varlistentry>
     196
     197      <varlistentry id="glines">
     198        <term><command>glines</command></term>
     199        <listitem>
     200          <para>is a game which involves moving balls around the grid and try
     201          and form lines of the same colour to make them disappear.</para>
     202          <indexterm zone="gnome-games glines">
     203            <primary sortas="b-glines">glines</primary>
     204          </indexterm>
     205        </listitem>
     206      </varlistentry>
     207
     208      <varlistentry id="gnect">
     209        <term><command>gnect</command></term>
     210        <listitem>
     211          <para>is a classic game where each player tries to make a line of four
     212          disks before their opponent.</para>
     213          <indexterm zone="gnome-games gnect">
     214            <primary sortas="b-gnect">gnect</primary>
     215          </indexterm>
     216        </listitem>
     217      </varlistentry>
     218
     219      <varlistentry id="gnibbles">
     220        <term><command>gnibbles</command></term>
     221        <listitem>
     222          <para>is a "worm" game. You pilot a worm around a maze trying to
     223          collect diamonds. With each diamond your worm grows and navigation
     224          becomes ever more difficult.</para>
     225          <indexterm zone="gnome-games gnibbles">
     226            <primary sortas="b-gnibbles">gnibbles</primary>
     227          </indexterm>
     228        </listitem>
     229      </varlistentry>
     230
     231      <varlistentry id="gnobots2">
     232        <term><command>gnobots2</command></term>
     233        <listitem>
     234          <para>is a classic BSD robots game where you have to avoid a hoard of
     235          robots who are trying to kill you.</para>
     236          <indexterm zone="gnome-games gnobots2">
     237            <primary sortas="b-gnobots2">gnobots2</primary>
     238          </indexterm>
     239        </listitem>
     240      </varlistentry>
     241
     242      <varlistentry id="gnome-gnuchess">
     243        <term><command>gnome-gnuchess</command></term>
     244        <listitem>
     245          <para>is a chess game which supports several chess engines.</para>
     246          <indexterm zone="gnome-games gnome-gnuchess">
     247            <primary sortas="b-gnome-gnuchess">gnome-gnuchess</primary>
     248          </indexterm>
     249        </listitem>
     250      </varlistentry>
     251
     252      <varlistentry id="gnome-sudoku">
     253        <term><command>gnome-sudoku</command></term>
     254        <listitem>
     255          <para>is a logic game with a Japanese name that has recently exploded
     256          in popularity.</para>
     257          <indexterm zone="gnome-games gnome-sudoku">
     258            <primary sortas="b-gnome-sudoku">gnome-sudoku</primary>
     259          </indexterm>
     260        </listitem>
     261      </varlistentry>
     262
     263      <varlistentry id="gnometris">
     264        <term><command>gnometris</command></term>
     265        <listitem>
     266          <para>is a Russian game of fitting falling geometric shapes.</para>
     267          <indexterm zone="gnome-games gnometris">
     268            <primary sortas="b-gnometris">gnometris</primary>
     269          </indexterm>
     270        </listitem>
     271      </varlistentry>
     272
     273      <varlistentry id="gnomine">
     274        <term><command>gnomine</command></term>
     275        <listitem>
     276          <para>is a game where you clear mines from a board using hints from
     277          squares you have already uncovered.</para>
     278          <indexterm zone="gnome-games gnomine">
     279            <primary sortas="b-gnomine">gnomine</primary>
     280          </indexterm>
     281        </listitem>
     282      </varlistentry>
     283
     284      <varlistentry id="gnotravex">
     285        <term><command>gnotravex</command></term>
     286        <listitem>
     287          <para>is a puzzle game where you have to match a grid of tiles
     288          together.</para>
     289          <indexterm zone="gnome-games gnotravex">
     290            <primary sortas="b-gnotravex">gnotravex</primary>
     291          </indexterm>
     292        </listitem>
     293      </varlistentry>
     294
     295      <varlistentry id="gnotski">
     296        <term><command>gnotski</command></term>
     297        <listitem>
     298          <para>is a series of sliding block puzzles.</para>
     299          <indexterm zone="gnome-games gnotski">
     300            <primary sortas="b-gnotski">gnotski</primary>
     301          </indexterm>
     302        </listitem>
     303      </varlistentry>
     304
     305      <varlistentry id="gtali">
     306        <term><command>gtali</command></term>
     307        <listitem>
     308          <para>is an ancient Roman game.</para>
     309          <indexterm zone="gnome-games gtali">
     310            <primary sortas="b-gtali">gtali</primary>
     311          </indexterm>
     312        </listitem>
     313      </varlistentry>
     314
     315      <varlistentry id="iagno">
     316        <term><command>iagno</command></term>
     317        <listitem>
     318          <para>is a game where the goal is to control all the disks on the
     319          board by trapping your opponents disks between two of yours.</para>
     320          <indexterm zone="gnome-games iagno">
     321            <primary sortas="b-iagno">iagno</primary>
     322          </indexterm>
     323        </listitem>
     324      </varlistentry>
     325
     326      <varlistentry id="mahjongg">
     327        <term><command>mahjongg</command></term>
     328        <listitem>
     329          <para>is a tile-based solitaire game with an oriental flavor. Remove
     330          tiles in matching pairs from a pile to try and dismantle it.</para>
     331          <indexterm zone="gnome-games mahjongg">
     332            <primary sortas="b-mahjongg">mahjongg</primary>
     333          </indexterm>
     334        </listitem>
     335      </varlistentry>
     336
     337      <varlistentry id="same-gnome">
     338        <term><command>same-gnome</command></term>
     339        <listitem>
     340          <para>is a game where you start with a grid of stones of different
     341          colors.  You can only remove stones where two or more of the same
     342          colour touch each other.</para>
     343          <indexterm zone="gnome-games same-gnome">
     344            <primary sortas="b-same-gnome">same-gnome</primary>
     345          </indexterm>
     346        </listitem>
     347      </varlistentry>
     348
     349      <varlistentry id="sol">
     350        <term><command>sol</command></term>
     351        <listitem>
     352          <para>is a compilation of seventy different solitaire card
     353          games.</para>
     354          <indexterm zone="gnome-games sol">
     355            <primary sortas="b-sol">sol</primary>
     356          </indexterm>
     357        </listitem>
     358      </varlistentry>
     359
     360    </variablelist>
    172361
    173362  </sect2>
Note: See TracChangeset for help on using the changeset viewer.