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