Date: Tuesday, March 8, 2011 @ 07:40:37 Author: heftig Revision: 113331
upgpkg: vinagre 2.91.91-1 Update to 2.91.91. Had to remove ssh because configure sucks and doesn't add vte cflags/libs Modified: vinagre/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-08 12:34:50 UTC (rev 113330) +++ PKGBUILD 2011-03-08 12:40:37 UTC (rev 113331) @@ -4,14 +4,14 @@ # Contributor: lp76 <[email protected]> pkgname=vinagre -pkgver=2.91.8 +pkgver=2.91.91 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=('libgnome-keyring' 'gtk-vnc' 'vte3' 'avahi' 'desktop-file-utils' +depends=('libgnome-keyring' 'gtk-vnc' 'avahi' 'desktop-file-utils' 'hicolor-icon-theme' 'telepathy-glib' 'gconf' 'libpeas' 'shared-mime-info') optdepends=('rdesktop: RDP plugin') @@ -19,14 +19,13 @@ groups=('gnome-extra') options=('!emptydirs' '!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('c4a2948928a248d0328b6ec6b11ddb3656821a99c91ed879aa0b5ed30f2b3f16') +sha256sums=('8370aecf90d89eb8ec6b426fe1a284a1645ce4f979b32c50a84c20f96057dc64') build() { cd "${srcdir}/${pkgname}-${pkgver}" # Disable Spice until someone cares (file a bug!) ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \ - --libexecdir=/usr/lib/vinagre --disable-applet --enable-ssh \ - --enable-rdp --disable-spice --disable-introspection + --libexecdir=/usr/lib/vinagre --disable-ssh --enable-rdp --disable-spice make }
