source: gnome/games/five-or-more.xml@ f7673b6

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

Added new page five-or-more.

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