filezilla: switch to wxWidgets-gtk3
This commit is contained in:
parent
e9f2881af8
commit
78c5c1468f
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'filezilla'
|
||||
pkgname=filezilla
|
||||
version=3.36.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck"
|
||||
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
|
||||
--with-wx-config=wx-config-gtk3"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel
|
||||
gtk+-devel wxWidgets-devel xdg-utils libfilezilla-devel"
|
||||
gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel"
|
||||
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="Fast and reliable FTP, FTPS and SFTP client"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
|
@ -17,7 +18,7 @@ distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_sr
|
|||
checksum=69de6037feac74404dd9b522c35515c4260e258b23083247683443fc32166a0d
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" wxWidgets-devel xdg-utils"
|
||||
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) makedepends+=" libatomic-devel" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue
Block a user