source: gnome/games/chess.xml@ 2a3a49a

systemd-13485
Last change on this file since 2a3a49a was 0c39c27, checked in by Christopher Gregory <cjg@…>, 10 years ago

Changed download link for lxdm-0.5.0, Updated to evolution-data-server-3.12.9, evolution-3.12.9, gedit-3.14.2, aisleriot-3.14.2,

four-in-a-row-3.14.2, gnome-chess-3.14.1, gnome-documents-3.14.2, gnome-maps-3.14.2 and klotski-3.14.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15178 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-chess-download-http "&gnome-download-http;/gnome-chess/&gnome-minor14;/gnome-chess-&gnome-chess-version;.tar.xz">
8 <!ENTITY gnome-chess-download-ftp "&gnome-download-ftp;/gnome-chess/&gnome-minor14;/gnome-chess-&gnome-chess-version;.tar.xz">
9 <!ENTITY gnome-chess-md5sum "d0756e020e9ea11b90d42dd290e1cd0b">
10 <!ENTITY gnome-chess-size "2.6 MB">
11 <!ENTITY gnome-chess-buildsize "35.6 MB">
12 <!ENTITY gnome-chess-time "0.2 SBU">
13]>
14
15<sect2 id="gnome-chess" xreflabel="gnome-chess-&gnome-chess-version;">
16 <?dbhtml filename="gnome-chess.html"?>
17
18 <sect2info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect2info>
22
23 <title>gnome-chess-&gnome-chess-version;</title>
24
25 <indexterm zone="gnome-chess">
26 <primary sortas="a-gnome-chess">gnome-chess</primary>
27 </indexterm>
28
29 <sect3 role="package">
30 <title>Introduction to gnome-chess</title>
31
32 <para>
33 <application>gnome-chess</application> is a 2D/3D chess game,
34 where games can be played between a combination of human and
35 computer players.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect4">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-chess-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-chess-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-chess-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-chess-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-chess-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-chess-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect4">Gnome Chess Dependencies</bridgehead>
75
76 <bridgehead renderas="sect5">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref linkend="gobject-introspection"/>,
80 <xref linkend="desktop-file-utils"/>,
81 <xref linkend="itstool"/>,
82 <xref linkend="librsvg"/>, and
83 <xref linkend="hicolor-icon-theme"/>
84 </para>
85
86 <bridgehead renderas="sect5">Optional</bridgehead>
87 <para role="optional">
88 <ulink url="http://ftp.gnu.org/gnu/chess/">gnuchess</ulink> (to play against computer)
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/gnome-chess"/>
93 </para>
94 </sect3>
95
96 <sect3 role="installation">
97 <title>Installation of Gnome Chess</title>
98
99 <para>
100 Install <application>gnome-chess</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105--disable-static \
106--sysconfdir=/etc &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect3>
120
121 <sect3 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 gnome-chess
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 /etc/gnome-chess,
138 /usr/share/gnome-chess and
139 /usr/share/help/*/gnome-chess
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gnome-chess-prog">
150 <term><command>gnome-chess</command></term>
151 <listitem>
152 <para>
153 is the executable.
154 </para>
155 <indexterm zone="gnome-chess gnome-chess-prog">
156 <primary sortas="b-gnome-chess">gnome-chess</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect3>
164
165</sect2>
Note: See TracBrowser for help on using the repository browser.