summaryrefslogtreecommitdiff
path: root/gnuplot
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-02-23 19:45:02 +0100
committerJuergen Daubert <jue@jue.li>2016-02-23 19:45:02 +0100
commitd2a8dfdb672e00df0bf6ef4b2948e098cfe90934 (patch)
tree6299e2cba11e93ea5e60c447d5724d9ef4629ab1 /gnuplot
parent59d97f35d2fd61fe319fdaf1fc8ba3bd0921d442 (diff)
downloadopt-d2a8dfdb672e00df0bf6ef4b2948e098cfe90934.tar.gz
opt-d2a8dfdb672e00df0bf6ef4b2948e098cfe90934.tar.xz
gnuplot: disable qt build
Diffstat (limited to 'gnuplot')
-rw-r--r--gnuplot/.footprint4
-rw-r--r--gnuplot/Pkgfile5
2 files changed, 3 insertions, 6 deletions
diff --git a/gnuplot/.footprint b/gnuplot/.footprint
index 501c70ecc..bee78d20f 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 1e88dc9e9..666366146 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.tar.gz)
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

Generated by cgit