summaryrefslogtreecommitdiff
path: root/gnome-unstable/vino
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-28 23:14:32 +0000
committerroot <root@rshg054.dnsready.net>2011-09-28 23:14:32 +0000
commitf8db5d1487e8e0ceeb97a396e357c1540a047ed8 (patch)
tree7ad8dee5bda1fe535c9139770dc7316f9b780818 /gnome-unstable/vino
parentccb9d72bbf1ee4f7a54113eac76a16b0b5014869 (diff)
Wed Sep 28 23:14:32 UTC 2011
Diffstat (limited to 'gnome-unstable/vino')
-rw-r--r--gnome-unstable/vino/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnome-unstable/vino/PKGBUILD b/gnome-unstable/vino/PKGBUILD
index 9056c890d..2c93586d7 100644
--- a/gnome-unstable/vino/PKGBUILD
+++ b/gnome-unstable/vino/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 137043 2011-09-05 17:54:42Z heftig $
+# $Id: PKGBUILD 138727 2011-09-27 18:00:29Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=vino
-pkgver=3.1.91
+pkgver=3.2.0
pkgrel=1
pkgdesc="a VNC server for the GNOME desktop"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ url="http://www.gnome.org"
options=(!emptydirs)
install=vino.install
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('07f841812c9b30722374693b6e28c0dea34b1037b2afeefd5873394bf3a6001c')
+sha256sums=('2b22737aa84c15b07815d47392f9a6ef4cf6f9410cf7024bbae538496e2eda37')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,7 +22,8 @@ build() {
--libexecdir=/usr/lib/vino \
--localstatedir=/var \
--enable-gnome-keyring \
- --enable-avahi
+ --enable-avahi \
+ --disable-http-server
make
}