ports/opt (3.2): gnuplot: disable qt build
commit d2a8dfdb672e00df0bf6ef4b2948e098cfe90934 Author: Juergen Daubert <jue@jue.li> Date: Tue Feb 23 19:45:02 2016 +0100 gnuplot: disable qt build diff --git a/gnuplot/.footprint b/gnuplot/.footprint index 501c70e..bee78d2 100644 --- a/gnuplot/.footprint +++ b/gnuplot/.footprint @@ -4,7 +4,6 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/gnuplot/ drwxr-xr-x root/root usr/lib/gnuplot/5.0/ --rwxr-xr-x root/root usr/lib/gnuplot/5.0/gnuplot_qt -rwxr-xr-x root/root usr/lib/gnuplot/5.0/gnuplot_x11 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gnuplot/ @@ -49,9 +48,6 @@ drwxr-xr-x root/root usr/share/gnuplot/5.0/js/ -rw-r--r-- root/root usr/share/gnuplot/5.0/js/textzoom.png drwxr-xr-x root/root usr/share/gnuplot/5.0/lua/ -rw-r--r-- root/root usr/share/gnuplot/5.0/lua/gnuplot-tikz.lua -drwxr-xr-x root/root usr/share/gnuplot/5.0/qt/ --rw-r--r-- root/root usr/share/gnuplot/5.0/qt/qtgnuplot_fr.qm --rw-r--r-- root/root usr/share/gnuplot/5.0/qt/qtgnuplot_ja.qm drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/gnuplot.1.gz diff --git a/gnuplot/Pkgfile b/gnuplot/Pkgfile index 1e88dc9..6663661 100644 --- a/gnuplot/Pkgfile +++ b/gnuplot/Pkgfile @@ -6,14 +6,15 @@ name=gnuplot version=5.0.3 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version...) build() { cd $name-$version ./configure --prefix=/usr \ --libexecdir=/usr/lib \ - --with-x + --with-x \ + --with-qt=no make make DESTDIR=$PKG install rm $PKG/usr/share/man/man1/gnuplot-ja.1
participants (1)
-
crux@crux.nu