network/filezilla: Updated for version 3.51.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-12-23 20:32:31 +01:00 committed by Robby Workman
parent 08c5952d73
commit 64d0225063
3 changed files with 19 additions and 4 deletions

View File

@ -21,7 +21,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=filezilla
VERSION=${VERSION:-3.42.1}
VERSION=${VERSION:-3.51.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,6 +76,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Needed for gcc >= 10.x
patch -p1 < $CWD/interface_Mainfrm_h_include_list.patch
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \

View File

@ -1,8 +1,8 @@
PRGNAM="filezilla"
VERSION="3.42.1"
VERSION="3.51.0"
HOMEPAGE="https://filezilla-project.org/"
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.42.1_src.tar.bz2"
MD5SUM="00e2f8ff0c1ad9802c0eed6488c3565a"
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.51.0_src.tar.bz2"
MD5SUM="d8e9abde7a0b0a64d6896b6e6732ef96"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxGTK3 libfilezilla"

View File

@ -0,0 +1,12 @@
Index: filezilla-3.47.2.1/src/interface/Mainfrm.h
===================================================================
--- filezilla-3.47.2.1.orig/src/interface/Mainfrm.h
+++ filezilla-3.47.2.1/src/interface/Mainfrm.h
@@ -6,6 +6,7 @@
#include "notification.h"
#include "serverdata.h"
+#include <list>
#include <wx/timer.h>
#ifndef __WXMAC__