mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
filezilla: update to 3.69.3.
This commit is contained in:
parent
c3692b7822
commit
1a42f83aaa
1 changed files with 5 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'filezilla'
|
||||
pkgname=filezilla
|
||||
version=3.67.1
|
||||
version=3.69.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
|
||||
--with-wx-config=wx-config-gtk3"
|
||||
hostmakedepends="gettext pkg-config"
|
||||
hostmakedepends="gettext pkg-config wxWidgets-gtk3-devel xdg-utils"
|
||||
makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel
|
||||
gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel boost-devel"
|
||||
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
|
||||
|
@ -15,11 +15,9 @@ 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.xz"
|
||||
checksum=10468e6ef623ad9789996df61f588ca7417d39353678313611d54f2d8131a1db
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
||||
fi
|
||||
# filezilla blocks non-web-download
|
||||
distfiles="https://repo-default.voidlinux.org/distfiles/FileZilla_${version}_src.tar.xz"
|
||||
checksum=77847c572388df9d64eb547b49b6be81896b57cf41d5e472659dfeb8053ae17e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) CFLAGS="-msse2";;
|
||||
|
|
Loading…
Add table
Reference in a new issue