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

Gaetan Bisson bisson at archlinux.org
Sun Jun 26 08:51:17 UTC 2011


    Date: Sunday, June 26, 2011 @ 04:51:17
  Author: bisson
Revision: 129240

fix FS#24882

Modified:
  graphviz/trunk/PKGBUILD
  graphviz/trunk/install

----------+
 PKGBUILD |    9 +++++----
 install  |   13 ++++---------
 2 files changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-26 06:15:46 UTC (rev 129239)
+++ PKGBUILD	2011-06-26 08:51:17 UTC (rev 129240)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: kevin <kevin at archlinux.org>
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
 pkgver=2.28.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
 arch=('i686' 'x86_64')
 depends=('gd' 'librsvg' 'libxaw' 'ghostscript' 'pango')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
             'lua: lua bindings'
@@ -21,7 +21,8 @@
             'python2: python bindings'
             'r: r bindings'
             'ruby: ruby bindings'
-            'tcl: tcl bindings')
+            'tcl: tcl bindings'
+            'qt: gvedit')
 source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
         'LICENSE')
 sha1sums=('4725d88a13e071ee22e632de551d4a55ca08ee7d'

Modified: install
===================================================================
--- install	2011-06-26 06:15:46 UTC (rev 129239)
+++ install	2011-06-26 08:51:17 UTC (rev 129240)
@@ -1,17 +1,12 @@
-# arg 1:  the new package version
 post_install() {
-  # Create plugin config /usr/lib/graphviz/config6
-  rm -f usr/lib/graphviz/config{,6}
-  usr/bin/dot -c
+	rm -f usr/lib/graphviz/config{,6}
+	usr/bin/dot -c
 }
 
-# arg 1:  the new package version
-# arg 2:  the old package version
 post_upgrade() {
-  post_install $1
+	post_install
 }
 
-# arg 1:  the old package version
 pre_remove() {
-  rm -f usr/lib/graphviz/config{,6}
+	rm -f usr/lib/graphviz/config{,6}
 }




More information about the arch-commits mailing list