diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-23 20:32:31 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:22:31 -0500 |
commit | 64d0225063b5e94366809b9ca223c85802c5ad17 (patch) | |
tree | 5d669a483aa36b60249fb2eab2d1fc951c20d3df /network/filezilla | |
parent | 08c5952d73fcd74758c7eaf32d06a49616334c9a (diff) |
network/filezilla: Updated for version 3.51.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/filezilla')
-rw-r--r-- | network/filezilla/filezilla.SlackBuild | 5 | ||||
-rw-r--r-- | network/filezilla/filezilla.info | 6 | ||||
-rw-r--r-- | network/filezilla/interface_Mainfrm_h_include_list.patch | 12 |
3 files changed, 19 insertions, 4 deletions
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild index 02ef99af3e04e..52b4b65876449 100644 --- a/network/filezilla/filezilla.SlackBuild +++ b/network/filezilla/filezilla.SlackBuild @@ -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} \ diff --git a/network/filezilla/filezilla.info b/network/filezilla/filezilla.info index bcc1154e2fb30..c6653c5182271 100644 --- a/network/filezilla/filezilla.info +++ b/network/filezilla/filezilla.info @@ -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" diff --git a/network/filezilla/interface_Mainfrm_h_include_list.patch b/network/filezilla/interface_Mainfrm_h_include_list.patch new file mode 100644 index 0000000000000..3977ba657c1f6 --- /dev/null +++ b/network/filezilla/interface_Mainfrm_h_include_list.patch @@ -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__ |