source: gnome/games/klotski.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.3 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 klotski-download-http "&gnome-download-http;/gnome-klotski/&gnome-minor14;/gnome-klotski-&klotski-version;.tar.xz">
8 <!ENTITY klotski-download-ftp "&gnome-download-ftp;/gnome-klotski/&gnome-minor14;/gnome-klotski-&klotski-version;.tar.xz">
9 <!ENTITY klotski-md5sum "42893a326d7d04f268a52474299ebb5e">
10 <!ENTITY klotski-size "1.7 MB">
11 <!ENTITY klotski-buildsize "25.4 MB">
12 <!ENTITY klotski-time "0.1 SBU">
13]>
14
15<sect2 id="klotski" xreflabel="klotski-&klotski-version;">
16 <?dbhtml filename="klotski.html"?>
17
18 <sect2info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect2info>
22
23 <title>klotski-&klotski-version;</title>
24
25 <indexterm zone="klotski">
26 <primary sortas="a-klotski">klotski</primary>
27 </indexterm>
28
29 <sect3 role="package">
30 <title>Introduction to Klotski</title>
31
32 <para>
33 <application>klotski</application> is a
34 is a clone of the <application>Klotski</application> game.
35 The objective is to move the patterned block to the
36 area bordered by green markers.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect4">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&klotski-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&klotski-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &klotski-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &klotski-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &klotski-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &klotski-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">Klotski Dependencies</bridgehead>
76
77 <bridgehead renderas="sect5">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk3"/>,
80 <xref linkend="itstool"/>, and
81 <xref linkend="librsvg"/>
82 </para>
83
84 <bridgehead renderas="sect5">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="hicolor-icon-theme"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/klotski"/>
92 </para>
93 </sect3>
94
95 <sect3 role="installation">
96 <title>Installation of Klotski</title>
97
98 <para>
99 Install <application>klotski</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect3>
117
118 <sect3 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 gnome-klotski
129 </seg>
130 <seg>
131 None
132 </seg>
133 <seg>
134 /usr/share/gnome-klotski and
135 /usr/share/help/*/gnome-klotski
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gnome-klotski-prog">
146 <term><command>gnome-klotski</command></term>
147 <listitem>
148 <para>
149 is the executable.
150 </para>
151 <indexterm zone="klotski gnome-klotski-prog">
152 <primary sortas="b-klotski">gnome-klotski</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect3>
160
161</sect2>
Note: See TracBrowser for help on using the repository browser.