Contents
$GNOME_PREFIX
/{include/vinagre-1.0/vinagre,
lib/vinagre-1/{plugin-loaders,plugins},share/{doc/vinagre,
gnome/help/vinagre/*,omf/vinagre,telepathy/clients,
vinagre-1/plugins/vnc}}
The Vinagre is a VNC client for the GNOME Desktop. VNC is a protocol that allows remote display of a user's desktop.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/vinagre/2.30/vinagre-2.30.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/vinagre/2.30/vinagre-2.30.2.tar.bz2
Download MD5 sum: 2483369947e7914b5ac2aae8200f6452
Download size: 2.3 MB
Estimated disk space required: 32 MB
Estimated build time: 0.5 SBU
GConf-2.28.1, GNOME Doc Utils-0.20.2, gtk-vnc-0.3.10, and libgnome-keyring-2.30.1
avahi-0.6.25, GNOME Panel-2.30.2, Rarian-0.8.1, telepathy-glib-0.9.2, and VTE-0.24.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vinagre
Install Vinagre by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/vinagre-1 \ --disable-applet \ --disable-avahi \ --disable-scrollkeeper && make
This package does not come with a test suite.
Now, as the root
user:
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--sysconfdir=/etc/gnome/2.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--libexecdir=$(pkg-config
--variable=prefix ORBit-2.0)/lib/vinagre-1
: This
parameter is used so that the vinagre internal support programs are
installed in the preferred location of $GNOME_PREFIX/lib/vinagre-1
instead of
$GNOME_PREFIX/libexec
.
--disable-applet
: This
parameter stops the build of the panel applet. Remove it if you
have GNOME Panel installed.
--disable-avahi
: This
parameter disables the use of avahi for auto-discover machines. Remove it if
you have avahi installed.
--disable-scrollkeeper
:
This parameter disables updates to the scrollkeeper database.
Remove it if you have rarian
installed.
--enable-ssh
: This option enables the
SSH plugin. Requires VTE.
$GNOME_PREFIX
/{include/vinagre-1.0/vinagre,
lib/vinagre-1/{plugin-loaders,plugins},share/{doc/vinagre,
gnome/help/vinagre/*,omf/vinagre,telepathy/clients,
vinagre-1/plugins/vnc}}
Last updated on 2010-08-30 12:45:20 +0000