# $Id: PKGBUILD 199391 2013-11-11 22:11:24Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot # Contributor: Allan McRae # Contributor: lp76 pkgname=vinagre pkgver=3.10.2 pkgrel=1 pkgdesc="A VNC Client for the GNOME Desktop" arch=(i686 x86_64) license=(GPL) url="http://www.gnome.org/projects/vinagre/" install=vinagre.install depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf shared-mime-info gnome-icon-theme spice-gtk3) optdepends=('openssh: SSH plugin' 'freerdp: RDP plugin') makedepends=(docbook-xsl intltool freerdp openssh itstool spice-protocol) groups=(gnome-extra) options=('!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('72907079da70dcda63870a790db956bebee241a920daa99c4a80766c177ead87') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }