From 78c5c1468ff78ecc3dbe45a8a8db3efa9663d9a4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 12 Sep 2018 06:36:04 -0300 Subject: [PATCH] filezilla: switch to wxWidgets-gtk3 --- srcpkgs/filezilla/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 72d283c238d..a7cb6100a11 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -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 " @@ -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