[arch-commits] Commit in gtk-vnc/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Mar 22 19:25:36 UTC 2009
Date: Sunday, March 22, 2009 @ 15:25:35
Author: jgc
Revision: 30940
upgpkg: gtk-vnc 0.3.8-1
Change dependencies, this has changed upstream
Fix license to be LGPL
Disable static libraries
Modified:
gtk-vnc/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-22 19:22:29 UTC (rev 30939)
+++ PKGBUILD 2009-03-22 19:25:35 UTC (rev 30940)
@@ -4,21 +4,22 @@
# Contributor: lp76 <l.peduto at gmail.com>
pkgname=gtk-vnc
-pkgver=0.3.7
-pkgrel=2
+pkgver=0.3.8
+pkgrel=1
pkgdesc="A VNC viewer widget for GTK"
arch=('i686' 'x86_64')
-url="http://gtk-vnc.sourceforge.net/"
-license=('GPL')
-depends=('gnutls>=2.4.0' 'gtkglext>=1.2.0' 'mesa' 'libxmu')
-makedepends=('pkgconfig' 'pygtk>=2.13.0')
+url="http://live.gnome.org/gtk-vnc"
+license=('LGPL')
+depends=('gnutls>=2.6.4' 'gtk2>=2.16.0')
+makedepends=('pkgconfig' 'pygtk>=2.14.1')
options=(!libtool)
-source=(http://downloads.sourceforge.net/gtk-vnc/${pkgname}-${pkgver}.tar.gz)
-md5sums=('41c613be4b554b71d63d30f844d60add')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7c7b07a868568206acd3f6e9e4d18ba1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-python --with-examples --with-gtkglext=yes || return 1
+ ./configure --prefix=/usr --with-python \
+ --with-examples --disable-static || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list