source: archive/gnome/aisleriot.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 aisleriot-download-http "&gnome-download-http;/aisleriot/3.6/aisleriot-&aisleriot-version;.tar.xz">
8 <!ENTITY aisleriot-download-ftp "&gnome-download-ftp;/aisleriot/3.6/aisleriot-&aisleriot-version;.tar.xz">
9 <!ENTITY aisleriot-md5sum "70a3ac85ffecbb08b17b047677c99e5d">
10 <!ENTITY aisleriot-size "4.0 MB">
11 <!ENTITY aisleriot-buildsize "70 MB">
12 <!ENTITY aisleriot-time "0.5 SBU">
13]>
14
15<sect1 id="aisleriot" xreflabel="Aisleriot-&aisleriot-version;">
16 <?dbhtml filename="aisleriot.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Aisleriot-&aisleriot-version;</title>
23
24 <indexterm zone="aisleriot">
25 <primary sortas="a-Aisleriot">Aisleriot</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Aisleriot</title>
30
31 <para>
32 <application>Aisleriot</application> (also known as Solitaire or sol) is a
33 collection of card games which are easy to play with the aid of a mouse. The rules
34 for the games have been coded for your pleasure in the
35 <application>GNOME</application> scripting language (Scheme).
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&aisleriot-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&aisleriot-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &aisleriot-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &aisleriot-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &aisleriot-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &aisleriot-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Aisleriot Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="GConf"/>,
79 <xref linkend="gtk3"/>,
80 <xref linkend="guile"/>,
81 <xref linkend="libcanberra"/>,
82 <xref linkend="librsvg"/> and
83 <xref linkend="yelp-xsl"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <ulink url="http://www.valgrind.org">Valgrind</ulink>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/aisleriot"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Aisleriot</title>
98
99 <para>
100 Install <application>Aisleriot</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --sysconfdir=/etc \
106 --libexecdir=/usr/lib &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 sol
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 /usr/lib/aisleriot,
138 /usr/share/aisleriot and
139 /usr/share/help/*/aisleriot
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="sol">
150 <term><command>sol</command></term>
151 <listitem>
152 <para>
153 is a collection of card games.
154 </para>
155 <indexterm zone="aisleriot sol">
156 <primary sortas="b-sol">sol</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.