[arch-commits] Commit in gtk-vnc/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 21:01:52 UTC 2009


    Date: Sunday, October 11, 2009 @ 17:01:52
  Author: jgc
Revision: 54999

Merged revisions 54997 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gtk-vnc/trunk

........
  r54997 | jgc | 2009-10-11 23:00:58 +0200 (Sun, 11 Oct 2009) | 1 line
  
  Merge gnome-unstable
........

Modified:
  gtk-vnc/repos/extra-i686/	(properties)
  gtk-vnc/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Property changes on: gtk-vnc/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /gtk-vnc/trunk:1-32107
   + /gtk-vnc/trunk:1-54998

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-11 21:01:31 UTC (rev 54998)
+++ extra-i686/PKGBUILD	2009-10-11 21:01:52 UTC (rev 54999)
@@ -4,22 +4,22 @@
 # Contributor: lp76 <l.peduto at gmail.com>
 
 pkgname=gtk-vnc
-pkgver=0.3.8
+pkgver=0.3.9
 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.6.4' 'gtk2>=2.16.0')
-makedepends=('pkgconfig' 'pygtk>=2.14.1')
+depends=('gnutls>=2.8.3' 'gtk2>=2.17.11' 'libsasl')
+makedepends=('pkgconfig' 'pygtk>=2.16.0')
 options=(!libtool)
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7c7b07a868568206acd3f6e9e4d18ba1')
+sha256sums=('ab84ccc04d15c4fb4409a689f9afd6e71ea49f0fff704dd10a648bdce11b56e9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --with-python \
-    --with-examples --disable-static || return 1
+      --with-examples --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list