summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-01-29 15:31:03 -0500
committerGuillaume Horel2024-01-29 15:31:03 -0500
commit7a6433ccfcfb70f43cd05208b7d048ca40f3d74b (patch)
tree8e7a1e23c34eafc2e89c36f0c17fd81e322311c3
parent8daeec152f9b6943e191adcf75be88b006661711 (diff)
downloadaur-gnuplot-nogui.tar.gz
enable block terminal
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 825f0c4ac070..dca22297d057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnuplot-nogui
pkgdesc = Plotting package which outputs to X11, files and others. Without wxgtk/qt.
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnuplot.info
arch = x86_64
license = custom
@@ -20,8 +20,7 @@ pkgbase = gnuplot-nogui
optdepends = texlive-core
provides = gnuplot
conflicts = gnuplot
- conflicts = gnuplot-nox
- replaces = gnuplot-notk
+ conflicts = gnuplot-headless
source = http://downloads.sourceforge.net/sourceforge/gnuplot/gnuplot-6.0.0.tar.gz
source = lua53_compat.patch
sha256sums = 635a28f0993f6ab0d1179e072ad39b8139d07f51237f841d93c6c2ff4b1758ec
diff --git a/PKGBUILD b/PKGBUILD
index e078c5843053..873906f3c7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=gnuplot
pkgname=$_pkgname-nogui
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Plotting package which outputs to X11, files and others. Without wxgtk/qt."
arch=("x86_64")
url="http://www.gnuplot.info"
@@ -25,8 +25,7 @@ depends=(cairo
makedepends=('emacs')
optdepends=('texlive-core')
provides=("gnuplot")
-conflicts=("gnuplot" "gnuplot-nox")
-replaces=("gnuplot-notk")
+conflicts=("gnuplot" "gnuplot-headless")
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz"
"lua53_compat.patch")
sha256sums=('635a28f0993f6ab0d1179e072ad39b8139d07f51237f841d93c6c2ff4b1758ec'
@@ -48,6 +47,7 @@ build() {
--with-x \
--with-readline=gnu \
--with-texdir=/usr/share/texmf/tex/latex/gnuplot \
+ --with-bitmap-terminals \
--infodir="$pkgdir/usr/share/info"
make pkglibexecdir=/usr/bin