From 95f9029349b49c874aa788593017d4dc30733f53 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Thu, 27 Jun 2019 20:50:21 +0200 Subject: [PATCH] filezilla: update to 3.43.0. --- srcpkgs/filezilla/patches/libtool.patch | 11 ----------- srcpkgs/filezilla/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/filezilla/patches/libtool.patch diff --git a/srcpkgs/filezilla/patches/libtool.patch b/srcpkgs/filezilla/patches/libtool.patch deleted file mode 100644 index b11c3ca7839..00000000000 --- a/srcpkgs/filezilla/patches/libtool.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/interface/Makefile.in 2019-05-08 10:46:51.003218135 +0200 -+++ src/interface/Makefile.in 2019-05-08 10:47:13.641898259 +0200 -@@ -815,7 +815,7 @@ - $(IDN_LIB) $(LIBSQLITE3_LIBS) $(am__append_5) $(LIBGTK_LIBS) - dist_noinst_DATA = interface.vcxproj - @MACAPPBUNDLE_TRUE@noinst_DATA = $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla$(EXEEXT) --@MACAPPBUNDLE_TRUE@filezilla_LIBTOOLFLAGS = --tag=CXX -+filezilla_LIBTOOLFLAGS = --tag=CXX - @MACAPPBUNDLE_TRUE@filezilla_OBJCXXFLAGS = -std=gnu++14 - CLEANFILES = filezilla.h.gch - MAINTAINERCLEANFILES = ./$(DEPDIR)/filezilla.Po diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 95428cb6a80..db85add2c09 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.42.1 +version=3.43.0 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=4fc62e3b137707344d3fc0ebd65b85e428ac394ac9fd3a2efc3a78cebc667e20 +checksum=6fe652c360682f860abe2dc2e196bddca6260242cefe6fe779d42c327c01258e if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"