source: gnome/games/tali.xml@ a900ec1

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