filezilla: update to 3.65.0 (#9682)

This commit is contained in:
davidkaroly
2023-10-25 07:48:00 +02:00
committed by GitHub
parent 8dc58567dc
commit 08b3e53a0e
2 changed files with 7 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2015-2023 Tim Kosse"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.filezilla-project.org/client/FileZilla_${portVersion}_src.tar.xz"
CHECKSUM_SHA256="813d184d54984cf0fb27a455423089070e273b2ef8a70cb613e741170edf479a"
CHECKSUM_SHA256="d2bce4dbaa80fe035836db19441e90befcbabdef5556e9a4b3d4dd233638bdea"
PATCHES="filezilla-$portVersion.patchset"
ADDITIONAL_FILES="filezilla.rdef.in"
@@ -52,6 +52,7 @@ BUILD_REQUIRES="
wxgtk${secondaryArchSuffix}_devel
xdg_utils
xz_utils${secondaryArchSuffix}_devel
devel:libboost_regex$secondaryArchSuffix
devel:libfilezilla$secondaryArchSuffix
devel:libgnutls$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
@@ -79,12 +80,16 @@ defineDebugInfoPackage filezilla$secondaryArchSuffix \
BUILD()
{
if [ $effectiveTargetArchitecture = x86 ]; then
cflags=-D_FORCE_SOFTWARE_SHA
fi
mkdir -p src/fzshellext/32
mkdir -p src/fzshellext/64
autoreconf
mkdir -p build
cd build
LDFLAGS=-lbe runConfigure ../configure --disable-shellext --without-dbus
CFLAGS=$cflags LDFLAGS=-lbe runConfigure ../configure --disable-shellext --without-dbus
make $jobArgs
}