From 35d4bc145285836bb7c2418d6982fd31763465a5 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 11 Mar 2020 19:07:45 +0100 Subject: [PATCH] filezilla: update to 3.47.2.1. --- srcpkgs/filezilla/patches/missing-list-include.patch | 11 +++++++++++ srcpkgs/filezilla/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/filezilla/patches/missing-list-include.patch diff --git a/srcpkgs/filezilla/patches/missing-list-include.patch b/srcpkgs/filezilla/patches/missing-list-include.patch new file mode 100644 index 00000000000..aafcfccff91 --- /dev/null +++ b/srcpkgs/filezilla/patches/missing-list-include.patch @@ -0,0 +1,11 @@ +--- src/interface/Mainfrm.h 2020-03-11 19:25:00.949572120 +0100 ++++ src/interface/Mainfrm.h 2020-03-11 19:25:15.536378827 +0100 +@@ -8,6 +8,8 @@ + + #include + ++#include ++ + #ifndef __WXMAC__ + #include + #endif diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index a53172c4372..8b40782e32d 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.47.1 +version=3.47.2.1 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck @@ -15,7 +15,7 @@ license="GPL-2.0-or-later" homepage="https://filezilla-project.org" changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co" distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2" -checksum=3eb14da13e09b74db87af8009fdbc87dfa14a1016e83d3dbaf5d7bcdee1ad173 +checksum=6ef48268bf992fbb419d865c39043c97f62b8c2b27e7aee7f42c2401a4fe57ea if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"