summaryrefslogtreecommitdiff
path: root/filezilla
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-05-19 10:45:18 +0000
committerTim Biermann <tbier@posteo.de>2020-05-19 10:46:25 +0000
commit14743579bb6fd76a4470150f4875e02720eeba76 (patch)
treebb72e14894a5b28f8a4965687773d4669411bc79 /filezilla
parentddab39f2df96fc83bc13e2674f14c1244941e585 (diff)
downloadcontrib-14743579bb6fd76a4470150f4875e02720eeba76.tar.gz
contrib-14743579bb6fd76a4470150f4875e02720eeba76.tar.xz
[notify] filezilla: 3.46.3 -> 3.48.0
Changed dependencies: wxgtk -> wxgtk3 New dependencies: pugixml
Diffstat (limited to 'filezilla')
-rw-r--r--filezilla/.signature7
-rw-r--r--filezilla/Pkgfile40
-rw-r--r--filezilla/missing-list-include.patch11
3 files changed, 37 insertions, 21 deletions
diff --git a/filezilla/.signature b/filezilla/.signature
index 9a48a9631..78fcf21d5 100644
--- a/filezilla/.signature
+++ b/filezilla/.signature
@@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF31uqcZDaItWXQJ4y9kQSXN+gycKWol79U+TrUZPhxDDkoqcxu1SKSHVoi00zC/JryMZ6Ap22+aBjyUbgT6+tkAs=
-SHA256 (Pkgfile) = 8705c6d69084c22096688c4d03ceb5df51f3569c8d55fd7f6d8bda05880ae12d
+RWSagIOpLGJF30YsH4Vjc3yh/pN9hz0C0pZu4W2dBFLKnwGU8JADr/dquKLo3YHhUFfwVkliOwDGvOd1WXZC/NC+siULLh1jaQE=
+SHA256 (Pkgfile) = d51eadbf62a32e42a0c3f9a144d19eac153a84af81a5b9443228c1b7496e8584
SHA256 (.footprint) = ff042a2996161a0b3f9bbd069de4217bc19b54aca531eca9b1a1fde886e43386
-SHA256 (FileZilla_3.46.3_src.tar.bz2) = f1c5bff0a99c39447a5ea9fdfcc16cc408876ef52fa8d5e7bf041ea0717a7395
+SHA256 (FileZilla_3.48.0_src.tar.bz2) = 056c7ebef70a349ff527336585e4615dd7ff02d508075ba1298df90523a25d57
+SHA256 (missing-list-include.patch) = 01084d22d10eacabcbd5521beb2a22c57a70d4fc5fb546a4d0cc7489e88d42fb
diff --git a/filezilla/Pkgfile b/filezilla/Pkgfile
index 8da6540ef..075f82d81 100644
--- a/filezilla/Pkgfile
+++ b/filezilla/Pkgfile
@@ -1,25 +1,29 @@
# Description: ftp client
-# URL: http://filezilla-project.org
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libfilezilla libnotify libwebp wxgtk xdg-utils
+# URL: https://filezilla-project.org
+# Maintainer: Thomas Penteker, tek at serverop dot de
+# Depends on: libfilezilla libnotify libwebp pugixml wxgtk3 xdg-utils
name=filezilla
-version=3.46.3
+version=3.48.0
release=1
-source=(https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2)
+source=(https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2
+ missing-list-include.patch)
build() {
- cd $name-$version
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --disable-manualupdatecheck \
- --disable-autoupdatecheck \
- --disable-locales \
- --disable-static \
- --with-pugixml=builtin \
- --disable-dependency-tracking
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/locale
+ cd $name-$version
+ export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib
+ patch -Np0 -i $SRC/missing-list-include.patch
+ autoreconf -vfi
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --disable-manualupdatecheck \
+ --disable-autoupdatecheck \
+ --disable-locales \
+ --disable-static \
+ --with-pugixml=system \
+ --disable-dependency-tracking --with-wx-config=/usr/bin/wx-config-gtk3
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/locale
}
diff --git a/filezilla/missing-list-include.patch b/filezilla/missing-list-include.patch
new file mode 100644
index 000000000..aafcfccff
--- /dev/null
+++ b/filezilla/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 <wx/timer.h>
+
++#include <list>
++
+ #ifndef __WXMAC__
+ #include <wx/taskbar.h>
+ #endif

Generated by cgit