[arch-commits] Commit in graphviz/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Feb 19 01:11:52 UTC 2013


    Date: Tuesday, February 19, 2013 @ 02:11:52
  Author: bisson
Revision: 178280

rebuild for qt4

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 00:22:07 UTC (rev 178279)
+++ PKGBUILD	2013-02-19 01:11:52 UTC (rev 178280)
@@ -5,13 +5,13 @@
 
 pkgname=graphviz
 pkgver=2.30.0
-pkgrel=3
+pkgrel=4
 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'
@@ -40,6 +40,7 @@
 		-i config/config_ruby.rb
 
 	sed '/LIBPOSTFIX="64"/d' -i configure
+	source /etc/profile.d/qt4.sh
 	export PYTHON=python2
 	export LUA=lua5.1
 




More information about the arch-commits mailing list