[arch-commits] Commit in graphviz/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Tue Feb 26 07:03:23 UTC 2013
Date: Tuesday, February 26, 2013 @ 08:03:23
Author: andrea
Revision: 178673
upgpkg: graphviz 2.30.0-6
qt4 rebuild
Modified:
graphviz/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-26 06:48:59 UTC (rev 178672)
+++ PKGBUILD 2013-02-26 07:03:23 UTC (rev 178673)
@@ -5,13 +5,13 @@
pkgname=graphviz
pkgver=2.30.0
-pkgrel=5
+pkgrel=6
pkgdesc='Graph visualization software'
url='http://www.graphviz.org/'
license=('custom:EPL')
arch=('i686' 'x86_64')
depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt4')
optdepends=('mono: sharp bindings'
'guile: guile bindings'
'lua51: lua bindings'
@@ -22,7 +22,7 @@
'r: r bindings'
'ruby: ruby bindings'
'tcl: tcl bindings'
- 'qt: gvedit')
+ 'qt4: gvedit')
source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
'LICENSE')
sha1sums=('596c1ddf60c5428c5c4700d10f3ea86534195311'
@@ -34,6 +34,8 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ . /etc/profile.d/qt4.sh
+
sed \
-e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-1.9.1/{$CARCH-linux,ruby/backward,})"'":' \
-e '/CONFIG/s:site:vendor:' \
More information about the arch-commits
mailing list