author | Antonio Rojas
<arojas@archlinux.org> 2023-10-21 20:03:33 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-21 20:03:33 UTC |
parent | ffd477bd1fbdbe19ee0132517d55a750aee3e8ae |
.SRCINFO | +36 | -0 |
PKGBUILD | +23 | -5 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..44ff761 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,36 @@ +pkgbase = gnuplot + pkgdesc = Plotting package which outputs to X11, PostScript, PNG, GIF, and others + pkgver = 5.4.10 + pkgrel = 1 + url = http://www.gnuplot.info + arch = x86_64 + license = custom + makedepends = emacs + makedepends = qt5-tools + makedepends = texlive-latexextra + depends = cairo + depends = gcc-libs + depends = gd + depends = glib2 + depends = glibc + depends = gtk3 + depends = libcaca + depends = libcerf + depends = libx11 + depends = lua + depends = pango + depends = qt5-base + depends = qt5-svg + depends = readline + depends = wxwidgets-common + depends = wxwidgets-gtk3 + source = https://downloads.sourceforge.net/sourceforge/gnuplot/gnuplot-5.4.10.tar.gz + source = lua53_compat.patch + sha256sums = 975d8c1cc2c41c7cedc4e323aff035d977feb9a97f0296dd2a8a66d197a5b27c + sha256sums = bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695 + +pkgname = gnuplot + +pkgname = gnuplot-demos + pkgdesc = Demos for gnuplot + depends = gnuplot diff --git a/PKGBUILD b/PKGBUILD index 1de3d80..121403a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,18 +4,36 @@ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase=gnuplot -pkgname=(gnuplot gnuplot-demos) -pkgver=5.4.9 +pkgname=(gnuplot + gnuplot-demos) +pkgver=5.4.10 pkgrel=1 pkgdesc='Plotting package which outputs to X11, PostScript, PNG, GIF, and others' arch=(x86_64) url='http://www.gnuplot.info' license=(custom) -depends=(gd wxwidgets-gtk3 lua qt5-svg libcerf libcaca) -makedepends=(emacs texlive-latexextra qt5-tools) +depends=(cairo + gcc-libs + gd + glib2 + glibc + gtk3 + libcaca + libcerf + libx11 + lua + pango + qt5-base + qt5-svg + readline + wxwidgets-common + wxwidgets-gtk3) +makedepends=(emacs + qt5-tools + texlive-latexextra) source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz lua53_compat.patch) -sha256sums=('a328a021f53dc05459be6066020e9a71e8eab6255d3381e22696120d465c6a97' +sha256sums=('975d8c1cc2c41c7cedc4e323aff035d977feb9a97f0296dd2a8a66d197a5b27c' 'bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695') prepare() {