filezilla: update to 3.42.0.
This commit is contained in:
parent
ce51becd28
commit
a73141cbb4
3 changed files with 24 additions and 2 deletions
11
srcpkgs/filezilla/patches/cross.patch
Normal file
11
srcpkgs/filezilla/patches/cross.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure 2019-05-08 10:44:58.580806039 +0200
|
||||
+++ configure 2019-05-08 10:45:35.185289121 +0200
|
||||
@@ -17628,7 +17628,7 @@
|
||||
"$ac_abs_confdir/src/fzshellext/configure" --prefix="$prefix" --exec-prefix="$exec_prefix" --host=x86_64-w64-mingw32 || exit 1
|
||||
else
|
||||
cd "$OLD_DIR/src/fzshellext/64" || exit 1
|
||||
- "$ac_abs_confdir/src/fzshellext/configure" --disable-shellext || exit 1
|
||||
+ "$ac_abs_confdir/src/fzshellext/configure" --host="$host_alias" --disable-shellext || exit 1
|
||||
fi
|
||||
cd "$OLD_DIR"
|
||||
|
11
srcpkgs/filezilla/patches/libtool.patch
Normal file
11
srcpkgs/filezilla/patches/libtool.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'filezilla'
|
||||
pkgname=filezilla
|
||||
version=3.41.2
|
||||
version=3.42.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=c23be24831f115748b4fd2c126840f0318e5b4da5cd3da1b03daaef9f7dff017
|
||||
checksum=0051061e607e8c6c4b46d7dd5781512f6b3c5b94a396c94547fd9bc04d04a1c3
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
||||
|
|
Loading…
Reference in a new issue