[arch-commits] Commit in gtk-vnc/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Dec 21 21:54:34 UTC 2010


    Date: Tuesday, December 21, 2010 @ 16:54:34
  Author: andrea
Revision: 103580

upgpkg: gtk-vnc 0.4.2-1
upstream release

Modified:
  gtk-vnc/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-21 21:52:37 UTC (rev 103579)
+++ PKGBUILD	2010-12-21 21:54:34 UTC (rev 103580)
@@ -1,28 +1,30 @@
 # $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Allan McRae <mcrae_allan at hotmail.com>
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
 # Contributor: lp76 <l.peduto at gmail.com>
 
 pkgname=gtk-vnc
-pkgver=0.3.10
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="A VNC viewer widget for GTK"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/gtk-vnc"
 license=('LGPL')
-depends=('gnutls>=2.8.3' 'gtk2>=2.18.2' 'libsasl')
-makedepends=('pkgconfig' 'intltool' 'pygtk>=2.16.0')
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3d92db46341cdd3f2f8e84c7a13d2e2d471167b333cfc838d268d2ce8513dd22')
+depends=('gobject-introspection')
+makedepends=('pkgconfig' 'intltool' 'pygtk')
+options=('!libtool' '!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('96e948b62984a1a3a32fd83793fb645c493c1bc93b303eb831ecafee01a956d2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --with-python \
-      --with-examples --disable-static || return 1
+      --with-examples --disable-static
   make
 }
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list