32 lines
1.3 KiB
Text
32 lines
1.3 KiB
Text
# Template file for 'vinagre'
|
|
pkgname=vinagre
|
|
version=3.8.2
|
|
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/3.8/$pkgname-$version.tar.xz"
|
|
distfiles="http://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.8/${pkgname}-${version}.tar.xz"
|
|
checksum=eda05e6abfd3d575f8b954c1e442d28639ae13b67fc285ef585b8cd78da014e8
|
|
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
|
|
}
|
|
}
|