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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Apr 27 19:53:56 UTC 2013


    Date: Saturday, April 27, 2013 @ 21:53:56
  Author: bisson
Revision: 183761

rebuild for libpng-1.6

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-27 19:51:15 UTC (rev 183760)
+++ PKGBUILD	2013-04-27 19:53:56 UTC (rev 183761)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
@@ -31,9 +31,8 @@
 options=('!libtool')
 install=install
 
-build() {
+prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-
 	sed \
 		-e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})"'":' \
 		-e '/CONFIG/s:site:vendor:' \
@@ -42,8 +41,10 @@
 		-e 's:ruby-1.9:ruby-2.0:g' \
 		-e '/LIBPOSTFIX="64"/d' \
 		-i configure
+}
 
-	source /etc/profile.d/qt4.sh
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
 	export PYTHON=python2
 	export LUA=lua5.1
 




More information about the arch-commits mailing list