* update gnuplot to 6.0.2-1
This commit is contained in:
parent
ac80295a10
commit
38d74dfe2f
42
gnuplot/.SRCINFO
Normal file
42
gnuplot/.SRCINFO
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
pkgbase = gnuplot
|
||||||
|
pkgdesc = Plotting package which outputs to X11, PostScript, PNG, GIF, and others
|
||||||
|
pkgver = 6.0.2
|
||||||
|
pkgrel = 1
|
||||||
|
url = http://www.gnuplot.info
|
||||||
|
arch = x86_64
|
||||||
|
arch = powerpc64le
|
||||||
|
arch = powerpc64
|
||||||
|
arch = powerpc
|
||||||
|
arch = riscv64
|
||||||
|
license = LicenseRef-Gnuplot
|
||||||
|
makedepends = emacs
|
||||||
|
makedepends = qt6-tools
|
||||||
|
makedepends = texlive-latexextra
|
||||||
|
depends = cairo
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = gd
|
||||||
|
depends = glib2
|
||||||
|
depends = glibc
|
||||||
|
depends = gtk3
|
||||||
|
depends = libcaca
|
||||||
|
depends = libcerf
|
||||||
|
depends = libwebp
|
||||||
|
depends = libx11
|
||||||
|
depends = lua
|
||||||
|
depends = pango
|
||||||
|
depends = qt6-5compat
|
||||||
|
depends = qt6-base
|
||||||
|
depends = qt6-svg
|
||||||
|
depends = readline
|
||||||
|
depends = wxwidgets-common
|
||||||
|
depends = wxwidgets-gtk3
|
||||||
|
source = https://downloads.sourceforge.net/sourceforge/gnuplot/gnuplot-6.0.2.tar.gz
|
||||||
|
source = lua53_compat.patch
|
||||||
|
sha256sums = f68a3b0bbb7bbbb437649674106d94522c00bf2f285cce0c19c3180b1ee7e738
|
||||||
|
sha256sums = bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695
|
||||||
|
|
||||||
|
pkgname = gnuplot
|
||||||
|
|
||||||
|
pkgname = gnuplot-demos
|
||||||
|
pkgdesc = Demos for gnuplot
|
||||||
|
depends = gnuplot
|
4
gnuplot/.nvchecker.toml
Normal file
4
gnuplot/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[gnuplot]
|
||||||
|
source = 'regex'
|
||||||
|
url = 'https://sourceforge.net/projects/gnuplot/files/gnuplot/'
|
||||||
|
regex = 'gnuplot/([\d.]+)/'
|
@ -7,8 +7,8 @@
|
|||||||
pkgbase=gnuplot
|
pkgbase=gnuplot
|
||||||
pkgname=(gnuplot
|
pkgname=(gnuplot
|
||||||
gnuplot-demos)
|
gnuplot-demos)
|
||||||
pkgver=6.0.1
|
pkgver=6.0.2
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc='Plotting package which outputs to X11, PostScript, PNG, GIF, and others'
|
pkgdesc='Plotting package which outputs to X11, PostScript, PNG, GIF, and others'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url='http://www.gnuplot.info'
|
url='http://www.gnuplot.info'
|
||||||
@ -36,7 +36,7 @@ makedepends=(emacs
|
|||||||
texlive-latexextra)
|
texlive-latexextra)
|
||||||
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
|
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
|
||||||
lua53_compat.patch)
|
lua53_compat.patch)
|
||||||
sha256sums=('e85a660c1a2a1808ff24f7e69981ffcbac66a45c9dcf711b65610b26ea71379a'
|
sha256sums=('f68a3b0bbb7bbbb437649674106d94522c00bf2f285cce0c19c3180b1ee7e738'
|
||||||
'bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695')
|
'bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user