source: gnome/games/swell-foop.xml@ 280ffb4

kde5-14686 systemd-13485
Last change on this file since 280ffb4 was 280ffb4, checked in by Christopher Gregory <cjg@…>, 10 years ago

Add new page swell-foop.

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

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