source: gnome/games/mahjongg.xml@ a7620e7

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

Added mahjongg page.

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

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