31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
# Template file for 'vinagre'
|
|
pkgname=vinagre
|
|
version=3.10.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile"
|
|
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/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=d90ca19d1075149d044a58274016bb3976b2201774ae079d661fd7c3859a1900
|
|
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 all
|
|
}
|
|
}
|