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

Kevin Piche kevin at archlinux.org
Sun Aug 19 17:12:36 UTC 2007


    Date: Sunday, August 19, 2007 @ 13:12:36
  Author: kevin
    Path: /home/cvs-extra/extra/x11/graphviz

Modified: PKGBUILD (1.18 -> 1.19)

upgpkg: graphviz 2.14-2
 FS#6709: removed docs, added gd and libgnomeui deps


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


Index: extra/x11/graphviz/PKGBUILD
diff -u extra/x11/graphviz/PKGBUILD:1.18 extra/x11/graphviz/PKGBUILD:1.19
--- extra/x11/graphviz/PKGBUILD:1.18	Tue Aug 14 23:10:37 2007
+++ extra/x11/graphviz/PKGBUILD	Sun Aug 19 13:12:36 2007
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD,v 1.18 2007/08/15 03:10:37 eric Exp $
+# $Id: PKGBUILD,v 1.19 2007/08/19 17:12:36 kevin Exp $
 # Maintainer: kevin <kevin at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
 pkgver=2.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Creates acircular graph images"
 makedepends=('bison' 'flex')
-depends=('fontconfig>=2.3.2-7' 'libjpeg' 'libpng' 'libxaw' 'libtool')
+depends=('gd' 'libgnomeui' 'libxaw' 'libtool')
 arch=(i686 x86_64)
 url="http://www.graphviz.org/"
 license=('CPL')
+options=(!libtool)
 source=(${url}/pub/${pkgname}/ARCHIVE/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5b44fb4b1a5b4dd51b7f2352e2063dcc')
 install=graphviz.install
@@ -24,5 +25,6 @@
     --disable-perl
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  rm -f ${startdir}/pkg/usr/lib/*.la
+  # Remove docs.
+  rm -rf ${startdir}/pkg/usr/share/graphviz/doc
 }




More information about the arch-commits mailing list