summaryrefslogtreecommitdiff
path: root/extra/vino
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-02 23:14:32 +0000
committerroot <root@rshg054.dnsready.net>2011-10-02 23:14:32 +0000
commitad84169d66d20378d28533c216b73c9a6646d6d7 (patch)
tree2746e102687e113dd81d632b51933b62ff458934 /extra/vino
parent0f78806d775c4d46c649425fcb67964d53531db8 (diff)
Sun Oct 2 23:14:32 UTC 2011
Diffstat (limited to 'extra/vino')
-rw-r--r--extra/vino/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/vino/PKGBUILD b/extra/vino/PKGBUILD
index 360581839..e199ddd7f 100644
--- a/extra/vino/PKGBUILD
+++ b/extra/vino/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 135808 2011-08-18 15:04:44Z andyrtr $
+# $Id: PKGBUILD 139453 2011-10-01 19:02:04Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=vino
-pkgver=3.0.3
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
pkgdesc="a VNC server for the GNOME desktop"
arch=('i686' 'x86_64')
license=('GPL')
@@ -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=('0e58027d3c10649da61445cdd5205e31c4d1aa0b63f4911de3db4e7052d7bbfb')
+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
}