diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-05-11 23:05:11 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-12 08:28:27 +0000 |
commit | a7b72a42f776789bbde03d99a0665a51f702cf8c (patch) | |
tree | b38cf6680780a9452136b6d45643df8c75fabef6 | |
parent | 43a5415b8833ee73e5982b54531365da56992c51 (diff) | |
download | aports-a7b72a42f776789bbde03d99a0665a51f702cf8c.tar.bz2 aports-a7b72a42f776789bbde03d99a0665a51f702cf8c.tar.xz |
community/filezilla: upgrade to 3.48.0
-rw-r--r-- | community/filezilla/APKBUILD | 12 | ||||
-rw-r--r-- | community/filezilla/missing-list-include.patch | 13 |
2 files changed, 22 insertions, 3 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD index 829a3e3b45..5bb260cf9b 100644 --- a/community/filezilla/APKBUILD +++ b/community/filezilla/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=filezilla -pkgver=3.47.1 +pkgver=3.48.0 pkgrel=0 pkgdesc="FTP Client" url="https://filezilla-project.org" @@ -9,7 +9,12 @@ license="GPL-2.0-or-later" makedepends="gnutls-dev gtk+2.0-dev libfilezilla-dev>=0.18.0 libidn-dev pugixml-dev sqlite-dev wxgtk3-dev xdg-utils" subpackages="$pkgname-doc $pkgname-lang" -source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2" +source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2 + missing-list-include.patch" +case "$CARCH" in + s390x) + options="!check" # ratelimit_test fails +esac build() { export CXXFLAGS="$CXXFLAGS -include assert.h" @@ -33,4 +38,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="32573e847bc23acb86bdea8eb4de102e4f673465e0b86738d954b47eacdf6e534854a9065bddf8b586eba315bf65b1bfc4f17f9379819a6c9bd43ae6ed8f388a FileZilla_3.47.1_src.tar.bz2" +sha512sums="c9d4eb17dc31894468ca4b7c4c8fda0f307d3931bf1b3b8fb44afd084a1b2c9309d39e5745f9ba287a5566d44089af32350703e324a559afd6a015af469433fb FileZilla_3.48.0_src.tar.bz2 +6280da4f1c359be7d49e8b590f036ddf1220ce6145fbba6c789c89d444a2a85d283275e402d996a6d28e9d5129f646b7920005d5d71faa4a80f0c734133c48a1 missing-list-include.patch" diff --git a/community/filezilla/missing-list-include.patch b/community/filezilla/missing-list-include.patch new file mode 100644 index 0000000000..29dd00e207 --- /dev/null +++ b/community/filezilla/missing-list-include.patch @@ -0,0 +1,13 @@ +diff --git a/src/interface/Mainfrm.h b/src/interface/Mainfrm.h +index 0641ff5..5da2840 100644 +--- a/src/interface/Mainfrm.h ++++ b/src/interface/Mainfrm.h +@@ -8,6 +8,8 @@ + + #include <wx/timer.h> + ++#include <list> ++ + #ifndef __WXMAC__ + #include <wx/taskbar.h> + #endif |