source: archive/gnome/gnome-boxes.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 gnome-boxes-download-http
8 "&gnome-download-http;/gnome-boxes/3.4/gnome-boxes-&gnome-boxes-version;.tar.xz">
9 <!ENTITY gnome-boxes-download-ftp
10 "&gnome-download-ftp;/gnome-boxes/3.4/gnome-boxes-&gnome-boxes-version;.tar.xz">
11 <!ENTITY gnome-boxes-md5sum "6f8a5cf5fddad78d90aa369a7a613c72">
12 <!ENTITY gnome-boxes-size "768 KB">
13 <!ENTITY gnome-boxes-buildsize "20 MB">
14 <!ENTITY gnome-boxes-time "0.3 SBU">
15]>
16
17<sect1 id="gnome-boxes" xreflabel="gnome-boxes-&gnome-boxes-version;">
18 <?dbhtml filename="gnome-boxes.html"?>
19
20
21 <title>gnome-boxes-&gnome-boxes-version;</title>
22
23 <indexterm zone="gnome-boxes">
24 <primary sortas="a-gnome-boxes">gnome-boxes</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Boxes</title>
29
30 <para>
31 The <application>GNOME Boxes</application> is a
32 simple application used to access remote or virtual
33 systems.
34 </para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-boxes-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-boxes-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-boxes-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-boxes-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-boxes-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-boxes-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GNOME Boxes Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="clutter-gtk"/>,
77 <xref linkend="gobject-introspection"/>,
78 <xref linkend="gtk-vnc"/>,
79 <xref linkend="libosinfo"/>,
80 <xref linkend="libvirt-glib"/>,
81 <xref linkend="spice-gtk"/>,
82 <xref linkend="tracker"/>,
83 <xref linkend="udev"/> or <xref linkend="udev-extras"/> (for gudev and gir-data), and
84 <xref linkend="vala"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/gnome-boxes"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of GNOME Boxes</title>
94
95 <para>
96 Install <application>GNOME Boxes</application> by running
97 the following 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 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Directory</segtitle>
120
121 <seglistitem>
122 <seg>
123 gnome-boxes
124 </seg>
125 <seg>
126 /usr/share/gnome-boxes
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="gnome-boxes-prog">
137 <term><command>gnome-boxes</command></term>
138 <listitem>
139 <para>
140 is used to access remote or virtual machines.
141 </para>
142 <indexterm zone="gnome-boxes gnome-boxes-prog">
143 <primary sortas="b-gnome-boxes">gnome-boxes</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.