Date: Sunday, February 27, 2011 @ 23:04:18 Author: heftig Revision: 111661
upgpkg: vinagre 2.91.8-1 Update to 2.91.8 Modified: vinagre/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-28 03:24:57 UTC (rev 111660) +++ PKGBUILD 2011-02-28 04:04:18 UTC (rev 111661) @@ -4,7 +4,7 @@ # Contributor: lp76 <[email protected]> pkgname=vinagre -pkgver=2.91.7 +pkgver=2.91.8 pkgrel=1 pkgdesc="A VNC Client for the GNOME Desktop" arch=('i686' 'x86_64') @@ -19,13 +19,14 @@ groups=('gnome-extra') options=('!emptydirs' '!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('32c5d76c7a6eed63c096db24d9885f9e07ad9bf606d450694064af74ed9716ad') +sha256sums=('c4a2948928a248d0328b6ec6b11ddb3656821a99c91ed879aa0b5ed30f2b3f16') 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-introspection + --enable-rdp --disable-spice --disable-introspection make }
