From 38c16bc919896cfe5c340aaaec4f331b11d416ae Mon Sep 17 00:00:00 2001 From: David Vachulka Date: Sat, 31 Dec 2016 12:10:01 +0100 Subject: [PATCH] New fox upstream (#2033) * New fox upstream * New fox upstream --- mingw-w64-fox/PKGBUILD | 11 ++++------- mingw-w64-fox/fox-3-chart.patch | 11 ----------- 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 mingw-w64-fox/fox-3-chart.patch diff --git a/mingw-w64-fox/PKGBUILD b/mingw-w64-fox/PKGBUILD index ce8d269b0f..c92ab0e41e 100644 --- a/mingw-w64-fox/PKGBUILD +++ b/mingw-w64-fox/PKGBUILD @@ -3,7 +3,7 @@ _realname=fox pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.6.50 +pkgver=1.6.53 pkgrel=1 pkgdesc="C++ user interface toolkit (mingw-w64)" arch=('any') @@ -19,18 +19,15 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('strip') source=("http://ftp.fox-toolkit.org/pub/${_realname}-${pkgver}.tar.gz" fox-1-rdynamic.patch - fox-2-FXTrayIcon.patch - fox-3-chart.patch) -sha256sums=('342c751d2a7edab136ad26cb4483329da3c16c7abf2f283f318d666ef12d0887' + fox-2-FXTrayIcon.patch) +sha256sums=('1fe3d53691dad766f91e288fc7ec0f10ae735127766ed17298c3519591d83806' '98394112211e360046745040de7f6203fd4c8141bf99f9e10d34d848585a8368' - '200e604581b20bfaa35a8747c293d43e3024ce554b23c47c466b3ca11341b209' - '318c55efa1315bb5b8d302b1ebbf3956ed6fdc9362777407178160c96ceac332') + '200e604581b20bfaa35a8747c293d43e3024ce554b23c47c466b3ca11341b209') prepare() { cd "${srcdir}"/${_realname}-${pkgver} patch -p0 -i ${srcdir}/fox-1-rdynamic.patch patch -p0 -i ${srcdir}/fox-2-FXTrayIcon.patch - patch -p0 -i ${srcdir}/fox-3-chart.patch } build() { diff --git a/mingw-w64-fox/fox-3-chart.patch b/mingw-w64-fox/fox-3-chart.patch deleted file mode 100644 index d04490e1c0..0000000000 --- a/mingw-w64-fox/fox-3-chart.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- chart/Makefile.am.orig -+++ chart/Makefile.am -@@ -8,7 +8,7 @@ - - lib_LTLIBRARIES = libCHART-1.6.la - --libCHART_1_6_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) -+libCHART_1_6_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(top_builddir)/src/libFOX-1.6.la - - libCHART_1_6_la_LDFLAGS = \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \