summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-09-14 09:40:00 -0400
committerGuillaume Horel2019-09-14 09:40:00 -0400
commitb6cf28d082843ac6542ff8752835076b30de7fbc (patch)
tree9ed658364a3deaa06accd407e194028de1cdb6a3
parent2ebba0af1e4fefe49c0fdd19f841bff3ba10cb44 (diff)
downloadaur-b6cf28d082843ac6542ff8752835076b30de7fbc.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef3df22655d..70e2557cc828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,14 +5,13 @@ pkgbase = gnuplot-nogui
url = http://www.gnuplot.info
arch = x86_64
license = custom
- makedepends = emacs
makedepends = texlive-core
- makedepends = texlive-latexextra
depends = cairo
depends = libjpeg
depends = lua
depends = gd
depends = gnutls
+ depends = pango
depends = readline
provides = gnuplot
conflicts = gnuplot
diff --git a/PKGBUILD b/PKGBUILD
index 3763cbd2dad1..b31ddbd68cf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ pkgdesc="Plotting package which outputs to X11, files and others. Without wxgtk/
arch=("x86_64")
url="http://www.gnuplot.info"
license=("custom")
-depends=("cairo" "libjpeg" "lua" "gd" "gnutls" "readline")
-makedepends=("emacs" "texlive-core" "texlive-latexextra")
+depends=("cairo" "libjpeg" "lua" "gd" "gnutls" 'pango' "readline")
+makedepends=("texlive-core")
provides=("gnuplot")
conflicts=("gnuplot" "gnuplot-nox")
replaces=("gnuplot-notk")
@@ -43,7 +43,9 @@ build() {
--disable-wxwidgets \
--with-qt=no \
--with-x \
- --with-readline=gnu
+ --with-readline=gnu \
+ --with-texdir=/usr/share/texmf/tex/latex/gnuplot \
+ --with-kpsexpand
make pkglibexecdir=/usr/bin
}