diff options
author | root <root@rshg054.dnsready.net> | 2013-02-21 00:03:57 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-21 00:03:57 -0800 |
commit | 111b18e76114f1a46a23a979a7872e7fda412601 (patch) | |
tree | c2dc239a6e89e8b41571373abc2e5ad7318075da /extra/graphviz/PKGBUILD | |
parent | 1bd47d3e04c409582486ea3ec915d3b7899f6841 (diff) |
Thu Feb 21 00:03:56 PST 2013
Diffstat (limited to 'extra/graphviz/PKGBUILD')
-rw-r--r-- | extra/graphviz/PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD index 0ff14bf1d..d2f473817 100644 --- a/extra/graphviz/PKGBUILD +++ b/extra/graphviz/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 173840 2012-12-25 00:34:21Z foutrelis $ +# $Id: PKGBUILD 178365 2013-02-20 22:51:19Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=graphviz -pkgver=2.28.0 -pkgrel=12 +pkgver=2.30.0 +pkgrel=3 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('custom:EPL') @@ -25,7 +25,7 @@ optdepends=('mono: sharp bindings' 'qt: gvedit') source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" 'LICENSE') -sha1sums=('4725d88a13e071ee22e632de551d4a55ca08ee7d' +sha1sums=('596c1ddf60c5428c5c4700d10f3ea86534195311' 'e78277e502c29abb74b9587a5dc951ec392554ea') options=('!libtool') @@ -43,7 +43,10 @@ build() { export PYTHON=python2 export LUA=lua5.1 - ./configure --prefix=/usr + ./configure \ + --prefix=/usr \ + --with-cgraph=false # apps need porting to that new api first + make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig goes wonky make } @@ -52,6 +55,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - # cf. http://www.graphviz.org/License.php + # http://www.graphviz.org/License.php install -Dm644 ../LICENSE "${pkgdir}"/usr/share/licenses/graphviz/LICENSE } |