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

Ronald van Haren ronald at archlinux.org
Wed Apr 4 18:17:19 UTC 2012


    Date: Wednesday, April 4, 2012 @ 14:17:19
  Author: ronald
Revision: 155688

upgpkg: gnuplot 4.6.0-3

remove qt dependency

Modified:
  gnuplot/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-04 17:16:05 UTC (rev 155687)
+++ PKGBUILD	2012-04-04 18:17:19 UTC (rev 155688)
@@ -5,14 +5,13 @@
 
 pkgname=gnuplot 
 pkgver=4.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info" 
 license=('custom') 
 depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra' 'qt')
-optdepends=('qt: qt terminal')
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
 install=gnuplot.install 
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
 sha1sums=('9a43ae13546d97d4b174533ddac31a14e0edc9b2')
@@ -33,8 +32,7 @@
               --with-gihdir=/usr/share/gnuplot \
               --datadir=/usr/share \
               --with-readline=gnu \
-              --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot \
-              --enable-qt
+              --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
   make pkglibexecdir=/usr/bin
 }
 




More information about the arch-commits mailing list