summaryrefslogtreecommitdiffstats
path: root/source/xap/gnuplot/gnuplot.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-05-26 20:35:03 +0000
committer Eric Hameleers <alien@slackware.com>2020-05-26 23:59:47 +0200
commit14044bb001eebd8bfa71ddaf9a396c827fd6d821 (patch)
tree0aa79dee0be4c74f0f718ee11d69611b8c0b5d00 /source/xap/gnuplot/gnuplot.SlackBuild
parentbda2fc6d375a747fb75693d0ea500792e5974779 (diff)
downloadcurrent-14044bb001eebd8bfa71ddaf9a396c827fd6d821.tar.gz
current-14044bb001eebd8bfa71ddaf9a396c827fd6d821.tar.xz
Tue May 26 20:35:03 UTC 202020200526203503
ap/mpg123-1.26.0-x86_64-1.txz: Upgraded. ap/sqlite-3.32.1-x86_64-1.txz: Upgraded. l/keybinder-0.3.1-x86_64-2.txz: Removed. l/keybinder3-3.0_0.3.2-x86_64-1.txz: Added. n/krb5-1.18.2-x86_64-1.txz: Upgraded. n/mutt-1.14.2-x86_64-1.txz: Upgraded. xap/gnuplot-5.2.8-x86_64-2.txz: Rebuilt. Rebuilt with Qt5 (uses anti-aliasing to improve the plot output). extra/aspell-word-lists/aspell-pt-0.50_2-x86_64-5.txz: Removed. extra/aspell-word-lists/aspell-pt_PT-20190329_0-x86_64-1.txz: Upgraded. Thanks to sairum for the link to a better word list. extra/aspell-word-lists/aspell-pt_PT-preao-20190329_0-x86_64-1.txz: Added. Thanks to sairum for the link to a better word list. extra/pure-alsa-system/mpg123-1.26.0-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/xap/gnuplot/gnuplot.SlackBuild')
-rwxr-xr-xsource/xap/gnuplot/gnuplot.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/source/xap/gnuplot/gnuplot.SlackBuild b/source/xap/gnuplot/gnuplot.SlackBuild
index d50c99488..16779f9f0 100755
--- a/source/xap/gnuplot/gnuplot.SlackBuild
+++ b/source/xap/gnuplot/gnuplot.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2016, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gnuplot
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -97,18 +97,13 @@ CFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--with-gd \
--with-caca \
- --with-qt=no \
+ --with-qt=qt5 \
--without-libcerf \
--with-texdir=/usr/share/texmf-dist/tex/latex/gnuplot \
--datadir=/usr/share/gnuplot \
--with-readline=builtin \
--build=${ARCH}-slackware-linux || exit 1
-#
-# I think most people would rather not have a Qt dependency here.
-# --with-qt=yes
-#
-
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
make install-info DESTDIR=$PKG || exit 1