source: gnome/games/aisleriot.xml@ b8242d8

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

Attempt to correct dependancies.

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

  • Property mode set to 100644
File size: 5.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 aisleriot-download-http "&gnome-download-http;/aisleriot/&gnome-minor14;/aisleriot-&aisleriot-version;.tar.xz">
8 <!ENTITY aisleriot-download-ftp "&gnome-download-ftp;/aisleriot/&gnome-minor14;/aisleriot-&aisleriot-version;.tar.xz">
9 <!ENTITY aisleriot-md5sum "9b97fb7cce942d1c05ff4f111d1bf5ed">
10 <!ENTITY aisleriot-size "5.9 MB">
11 <!ENTITY aisleriot-buildsize "61.8 MB">
12 <!ENTITY aisleriot-time "0.9 SBU">
13]>
14
15<sect2 id="aisleriot" xreflabel="Aisleriot-&aisleriot-version;">
16 <?dbhtml filename="aisleriot.html"?>
17
18 <sect2info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect2info>
22
23 <title>Aisleriot-&aisleriot-version;</title>
24
25 <indexterm zone="aisleriot">
26 <primary sortas="a-Aisleriot">Aisleriot</primary>
27 </indexterm>
28
29 <sect3 role="package">
30 <title>Introduction to Aisleriot</title>
31
32 <para>
33 <application>Aisleriot</application> (also known as Solitaire or sol) is a
34 collection of card games which are easy to play with the aid of a mouse. The rules
35 for the games have been coded for your pleasure in the
36 <application>GNOME</application> scripting language (Scheme).
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="&aisleriot-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&aisleriot-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &aisleriot-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &aisleriot-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &aisleriot-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &aisleriot-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">Aisleriot Dependencies</bridgehead>
76
77 <bridgehead renderas="sect5">Required</bridgehead>
78 <para role="required">
79 <xref linkend="GConf"/>,
80 <xref linkend="gtk3"/>,
81 <xref linkend="guile"/>, and
82 <xref linkend="librsvg"/>
83 </para>
84
85 <bridgehead renderas="sect5">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="appdata-tools"/> and
88 <xref linkend="desktop-file-utils"/>
89 </para>
90
91 <bridgehead renderas="sect5">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="valgrind"/>,
94 <xref linkend="libcanberra"/>,
95 <ulink url="http://pysolfc.sourceforge.net/">pysolfc</ulink>, and
96 <ulink url="http://download.kde.org/stable/4.14.1/src/libkdegames-4.14.1.tar.xz/">libkdegames</ulink>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/aisleriot"/>
101 </para>
102 </sect3>
103
104 <sect3 role="installation">
105 <title>Installation of Aisleriot</title>
106
107 <para>
108 Install <application>Aisleriot</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr \
113 --sysconfdir=/etc \
114 --disable-static \
115 --with-card-theme-formats=svg \
116 --libexecdir=/usr/lib &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect3>
130
131 <sect3 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <parameter>--with-card-theme-formats=svg</parameter> Specifies
136 which theme format to use. Available options are:
137 svg,fixed,kde,pysol.
138 </para>
139
140 <para>
141 <parameter>--disable-static</parameter>: Prevents the static
142 libraries being built and installed.
143 </para>
144
145 <para>
146 <option>--enable-sound</option>: Enables
147 <application>libcanberra</application>
148 sound.
149 </para>
150
151 </sect3>
152
153 <sect3 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Program</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 sol
164 </seg>
165 <seg>
166 None
167 </seg>
168 <seg>
169 /usr/lib/aisleriot,
170 /usr/lib/aisleriot/guile/2.0/aisleriot,
171 /usr/share/aisleriot and
172 /usr/share/help/*/aisleriot
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="sol">
183 <term><command>sol</command></term>
184 <listitem>
185 <para>
186 is a collection of card games.
187 </para>
188 <indexterm zone="aisleriot sol">
189 <primary sortas="b-sol">sol</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect3>
197
198</sect2>
Note: See TracBrowser for help on using the repository browser.