From 69c1ee95f1b0b06a880fe3578ca0af8b92339ebd Mon Sep 17 00:00:00 2001 From: Peter Budai Date: Mon, 14 Jan 2019 05:39:53 +0100 Subject: [PATCH] gnuplot: Update to 5.2.6 (#4857) --- mingw-w64-gnuplot/01-gnuplot.patch | 2 +- mingw-w64-gnuplot/PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-gnuplot/01-gnuplot.patch b/mingw-w64-gnuplot/01-gnuplot.patch index a1d477e72d..e66e4e8aa6 100644 --- a/mingw-w64-gnuplot/01-gnuplot.patch +++ b/mingw-w64-gnuplot/01-gnuplot.patch @@ -192,7 +192,7 @@ diff -Naur gnuplot-5.2.0.orig/src/win/winmain.c gnuplot-5.2.0/src/win/winmain.c +gpexecute.c + +gnuplot_CPPFLAGS = $(AM_CPPFLAGS) -DPIPES -DWGP_CONSOLE -+gnuplot_LDADD += -lkernel32 -lgdi32 -lwinspool -lcomdlg32 -lcomctl32 -ladvapi32 -lshell32 -lmsimg32 -lgdiplus -lshlwapi -ld2d1 -ldwrite -lole32 ++gnuplot_LDADD += -lkernel32 -lgdi32 -lwinspool -lcomdlg32 -lcomctl32 -ladvapi32 -lshell32 -lmsimg32 -lgdiplus -lshlwapi -ld2d1 -ldwrite -lole32 -lgobject-2.0 +gnuplot_LDFLAGS = $(AM_LDFLAGS) -mconsole + if BUILD_WXWIDGETS diff --git a/mingw-w64-gnuplot/PKGBUILD b/mingw-w64-gnuplot/PKGBUILD index 77000ca6bb..a5be2006b5 100644 --- a/mingw-w64-gnuplot/PKGBUILD +++ b/mingw-w64-gnuplot/PKGBUILD @@ -3,7 +3,7 @@ _realname=gnuplot pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=5.2.5 +pkgver=5.2.6 pkgrel=1 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others (mingw-w64)" arch=('any') @@ -22,8 +22,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-qt5") options=('strip' 'staticlibs') source=("https://downloads.sourceforge.net/sourceforge/${_realname}/${_realname}-${pkgver}.tar.gz" "01-gnuplot.patch" ) -sha256sums=('039db2cce62ddcfd31a6696fe576f4224b3bc3f919e66191dfe2cdb058475caa' - '0cb8d3814a512b6e7de90f0f35dce0b73c7bc483201327d5ebab95b81b8b2dc9') +sha256sums=('35dd8f013139e31b3028fac280ee12d4b1346d9bb5c501586d1b5a04ae7a94ee' + '4e87cf60cba733fd0f7144c886329b5f762902853fb48da042f3c11d980e2a69') prepare() {