source: gnome/games/lightsoff.xml@ edf3d264

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

Add new page lightsoff.

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

  • Property mode set to 100644
File size: 4.2 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 lightsoff-download-http "&gnome-download-http;/lightsoff/&gnome-minor14;/lightsoff-&lightsoff-version;.tar.xz">
8 <!ENTITY lightsoff-download-ftp "&gnome-download-ftp;/lightsoff/&gnome-minor14;/lightsoff-&lightsoff-version;.tar.xz">
9 <!ENTITY lightsoff-md5sum "d408dbd446f0ddfa631410f25bf14b01">
10 <!ENTITY lightsoff-size "1.8 MB">
11 <!ENTITY lightsoff-buildsize "33 MB">
12 <!ENTITY lightsoff-time "0.1 SBU">
13]>
14
15<sect2 id="lightsoff" xreflabel="lightsoff-&lightsoff-version;">
16 <?dbhtml filename="lightsoff.html"?>
17
18 <sect2info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect2info>
22
23 <title>lightsoff-&lightsoff-version;</title>
24
25 <indexterm zone="lightsoff">
26 <primary sortas="a-lightsoff">lightsoff</primary>
27 </indexterm>
28
29 <sect3 role="package">
30 <title>Introduction to Lightsoff</title>
31
32 <para>
33 <application>lightsoff</application> is a
34 puzzle game, where the objective is to turn
35 off all of the tiles on the board.
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="&lightsoff-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&lightsoff-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &lightsoff-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &lightsoff-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &lightsoff-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &lightsoff-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect4">Lightsoff Dependencies</bridgehead>
75
76 <bridgehead renderas="sect5">Required</bridgehead>
77 <para role="required">
78 <xref linkend="clutter-gtk"/>,
79 <xref linkend="python2"/>,
80 <xref linkend="gobject-introspection"/>,
81 <xref linkend="desktop-file-utils"/>,
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;/lightsoff"/>
89 </para>
90 </sect3>
91
92 <sect3 role="installation">
93 <title>Installation of lightsoff</title>
94
95 <para>
96 Install <application>lightsoff</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 lightsoff
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/share/lightsoff and
132 /usr/share/help/*/lightsoff
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="lightsoff-prog">
143 <term><command>lightsoff</command></term>
144 <listitem>
145 <para>
146 is the executable.
147 </para>
148 <indexterm zone="lightsoff lightsoff-prog">
149 <primary sortas="b-lightsoff">lightsoff</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.