32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
# Template file for 'vinagre'
|
|
pkgname=vinagre
|
|
version=3.8.1
|
|
revision=1
|
|
# XXX rdp (rdesktop) plugin
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile --disable-rdp"
|
|
hostmakedepends="pkg-config intltool itstool gnome-doc-utils"
|
|
makedepends="libxml2-devel libsecret-devel avahi-ui-libs-devel
|
|
spice-devel avahi-glib-libs-devel telepathy-glib-devel vte3-devel
|
|
gtk-vnc-devel openssh>=6.1p1 gnome-icon-theme"
|
|
short_desc="VNC client for the GNOME desktop"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://projects.gnome.org/vinagre"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
|
checksum=64f9bcd08f33e5e767565909792094ad78d7b400f16dc24e0a5699c7e87da000
|
|
long_desc="
|
|
Features
|
|
You can connect to several machines at the same time, we like tabs
|
|
You can keep track of your most used connections, we like favorites
|
|
You can keep track of your recently used connections, we like GtkRecent
|
|
You can browse your network for VNC servers, we like avahi
|
|
You don't need to supply the password on every connection, we like GNOME Keyring
|
|
"
|
|
|
|
vinagre_package() {
|
|
depends="openssh>=6.1p1 gnome-icon-theme desktop-file-utils hicolor-icon-theme"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|