[arch-commits] CVS update of extra/x11/graphviz (PKGBUILD)

Kevin Piche kevin at archlinux.org
Mon Feb 11 03:03:54 UTC 2008


    Date: Sunday, February 10, 2008 @ 22:03:54
  Author: kevin
    Path: /home/cvs-extra/extra/x11/graphviz

Modified: PKGBUILD (1.21 -> 1.22)

upgpkg: graphviz 2.16.1-2
FS#9476, remove dependency on libgnomeui


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: extra/x11/graphviz/PKGBUILD
diff -u extra/x11/graphviz/PKGBUILD:1.21 extra/x11/graphviz/PKGBUILD:1.22
--- extra/x11/graphviz/PKGBUILD:1.21	Wed Jan 30 23:00:25 2008
+++ extra/x11/graphviz/PKGBUILD	Sun Feb 10 22:03:54 2008
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD,v 1.21 2008/01/31 04:00:25 kevin Exp $
+# $Id: PKGBUILD,v 1.22 2008/02/11 03:03:54 kevin Exp $
 # Maintainer: kevin <kevin at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
 pkgver=2.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Creates acircular graph images"
 arch=(i686 x86_64)
 license=('CPL')
-depends=('gd' 'libgnomeui' 'libxaw' 'libtool')
+depends=('gd' 'gtk2' 'libxaw' 'libtool')
 makedepends=('bison' 'flex')
 url="http://www.graphviz.org/"
 options=('!libtool')
@@ -18,7 +18,7 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
+  ./configure --prefix=/usr --without-gnomeui \
     --disable-tcl --disable-sharp --disable-ruby --disable-python \
     --disable-lua --disable-guile --disable-perl
   make || return 1




More information about the arch-commits mailing list