source: gnome/applications/vinagre.xml@ eb5e655

gnome
Last change on this file since eb5e655 was eb5e655, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages gnome-sound-recorder gnome-tweak-tool gnome-weather gtk-vnc polari vinagre

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

  • Property mode set to 100644
File size: 4.3 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 vinagre-download-http "&gnome-download-http;/vinagre/3.12/vinagre-&vinagre-version;.tar.xz">
8 <!ENTITY vinagre-download-ftp "&gnome-download-ftp;/vinagre/3.12/vinagre-&vinagre-version;.tar.xz">
9 <!ENTITY vinagre-md5sum "6c6ef3eebc1f5fd3e71f486280c526ad">
10 <!ENTITY vinagre-size "1.1 MB">
11 <!ENTITY vinagre-buildsize "25 MB">
12 <!ENTITY vinagre-time "0.2 SBU">
13]>
14
15<sect1 id="vinagre" xreflabel="Vinagre-&vinagre-version;">
16 <?dbhtml filename="vinagre.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Vinagre-&vinagre-version;</title>
24
25 <indexterm zone="vinagre">
26 <primary sortas="a-Vinagre">Vinagre</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Vinagre</title>
31
32 <para>
33 <application>Vinagre</application> is a VNC client for the
34 <application>GNOME</application> Desktop.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&vinagre-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&vinagre-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &vinagre-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &vinagre-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &vinagre-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &vinagre-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Vinagre Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gtk3"/>,
78 <xref linkend="glib2"/>,
79 <xref linkend="libxml2"/>,
80 <xref linkend="gtk-vnc"/>,
81 <xref linkend="libsecret"/>, and
82 <xref linkend="appdata-tools"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="telepathy-glib"/>,
88 <xref linkend="avahi"/>,
89 <xref linkend="vala"/>, and
90 <xref linkend="vte"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/vinagre"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Vinagre</title>
100
101 <para>
102 Install <application>Vinagre</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr &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 vinagre
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 /usr/share/help/*/vinagre and
138 /usr/share/vinagre
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="vinagre-prog">
149 <term><command>vinagre</command></term>
150 <listitem>
151 <para>
152 is a remote desktop viewer for the
153 <application>GNOME</application> Desktop.
154 </para>
155 <indexterm zone="vinagre vinagre-prog">
156 <primary sortas="b-vinagre">vinagre</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.