glfs/gnome/applications/vinagre.xml
Pierre Labastie e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00

185 lines
4.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY vinagre-download-http "&gnome-download-http;/vinagre/&gnome-minor-22;/vinagre-&vinagre-version;.tar.xz">
<!ENTITY vinagre-download-ftp " ">
<!ENTITY vinagre-md5sum "451554ddf46636105cd5f0330e98d254">
<!ENTITY vinagre-size "1.5 MB">
<!ENTITY vinagre-buildsize "25 MB">
<!ENTITY vinagre-time "0.2 SBU">
]>
<sect1 id="vinagre" xreflabel="Vinagre-&vinagre-version;">
<?dbhtml filename="vinagre.html"?>
<title>Vinagre-&vinagre-version;</title>
<indexterm zone="vinagre">
<primary sortas="a-Vinagre">Vinagre</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Vinagre</title>
<para>
<application>Vinagre</application> is a VNC client for the
<application>GNOME</application> Desktop.
</para>
&lfs120_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&vinagre-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&vinagre-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &vinagre-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &vinagre-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &vinagre-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &vinagre-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Vinagre Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk-vnc"/>,
<xref linkend="itstool"/>, and
<xref linkend="libsecret"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="telepathy-glib"/>,
<xref linkend="vala"/>, and
<xref linkend="vte"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<!-- <xref linkend="appstream-glib"/>, -->
<xref linkend="avahi"/>,
<ulink url="&appstream-glib-url;">appstream-glib</ulink>,
<ulink url="https://www.freerdp.com/">FreeRDP</ulink> (For connecting to Windows desktops), and
<ulink url="https://www.spice-space.org/">Spice-GTK</ulink>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Vinagre</title>
<para>
First fix an issue exposed by GCC-10:
</para>
<screen><userinput>sed -e '/_VinagreVnc/i gboolean scaling_command_line;' \
-i plugins/vnc/vinagre-vnc-connection.c &amp;&amp;
sed -e '/scaling_/s/^/extern /' \
-i plugins/vnc/vinagre-vnc-connection.h</userinput></screen>
<para>
Install <application>Vinagre</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--enable-compile-warnings=minimum &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>--enable-compile-warnings=minimum</parameter>:
This switch disables compiler warnings that can cause the build to fail
when built under GCC6.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
vinagre
</seg>
<seg>
None
</seg>
<seg>
/usr/share/help/*/vinagre and
/usr/share/vinagre
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="vinagre-prog">
<term><command>vinagre</command></term>
<listitem>
<para>
is a remote desktop viewer for the
<application>GNOME</application> Desktop
</para>
<indexterm zone="vinagre vinagre-prog">
<primary sortas="b-vinagre">vinagre</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>