summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Zardi2023-08-28 15:15:56 +0200
committerFrancesco Zardi2023-08-28 15:15:56 +0200
commit89d8d016185eac2f76e5c5e320a58cc45594b04b (patch)
treefd9b977d320b4c487c1f1d1849409a57c8268456
parent4e3791cdeb12f0a11e503fe199b93e6819d29922 (diff)
downloadaur-89d8d016185eac2f76e5c5e320a58cc45594b04b.tar.gz
Fix compilation
The compilation of emacs-integration scripts is skipped since: - It requires "font-lock-reference-face", which is not found in emacs anymore; - Upstream gnuplot has not provided updates on these integration scripts.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750ae07d8f43..6a9efa43d013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = gnuplot4
pkgdesc = Plotting package which outputs to X11, PostScript, PNG, GIF, and others
pkgver = 4.6.7
- pkgrel = 3
+ pkgrel = 4
url = http://www.gnuplot.info
install = gnuplot.install
arch = i686
arch = x86_64
license = custom
- makedepends = texinfo
- makedepends = emacs
- makedepends = texlive-core
makedepends = texlive-latexextra
depends = readline
depends = gd
diff --git a/PKGBUILD b/PKGBUILD
index e005533b338c..a5b2395f3e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ _version_patch=7
pkgname=$_basename$_version_major
pkgver=$_version_major.$_version_minor.$_version_patch
-pkgrel=3
+pkgrel=4
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' 'wxgtk2.8' 'cairo' 'libjpeg' 'openssl-1.1' 'qt4' 'lua')
provides=('gnuplot')
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+makedepends=('texlive-latexextra')
install=gnuplot.install
source=("http://downloads.sourceforge.net/sourceforge/$_basename/$_basename-$pkgver.tar.gz"
'use-wx-config-2.8.patch'
@@ -51,7 +51,11 @@ build() {
./configure --prefix=/usr \
--libexecdir=/usr/bin \
--with-gihdir=/usr/share/gnuplot \
+ --with-texdir=/usr/share/texmf/tex/latex/gnuplot \
--with-readline=gnu \
+ --with-wx-single-threaded \
+ --with-bitmap-terminals \
+ --without-lisp-files \
--enable-stats \
--enable-qt4
make pkglibexecdir=/usr/bin