aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-28 19:36:15 -0300
committerprspkt <prspkt@protonmail.com>2019-05-29 02:03:28 +0300
commit0c2d5d8e33270c173e93845890d7a4292c27be90 (patch)
treeb91f17324aea0c78697a6cef0c0eda2adce44edf
parentf8b4025e448fec013ce0bf8bba481370e6abe444 (diff)
community/filezilla: upgrade to 3.42.1
- Switch to wxgtk3
-rw-r--r--community/filezilla/APKBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD
index e366addd3a7..c3301db32a9 100644
--- a/community/filezilla/APKBUILD
+++ b/community/filezilla/APKBUILD
@@ -1,35 +1,34 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=filezilla
-pkgver=3.41.2
+pkgver=3.42.1
pkgrel=0
pkgdesc="FTP Client"
url="https://filezilla-project.org"
arch="all"
license="GPL-2.0-or-later"
-makedepends="libfilezilla-dev wxgtk-dev libidn-dev nettle-dev gnutls-dev
+makedepends="libfilezilla-dev>=0.16.0 wxgtk-dev libidn-dev nettle-dev gnutls-dev
pugixml-dev xdg-utils gtk+2.0-dev sqlite-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --without-dbus
+ --without-dbus \
+ --with-wx-config=/usr/bin/wx-config-gtk3 \
+ --disable-manualupdatecheck \
+ --disable-autoupdatecheck
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
check() {
- cd "$builddir"
make check
}
-sha512sums="c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c FileZilla_3.41.2_src.tar.bz2"
+sha512sums="0dc9b3a6347803f60a71c56bb759700fb2b1b019dc29794aa639ce892ccd1ae53041112987f9d5e8e75ec7e07702a5aac8e1c131796bbc5f210d75d286276deb FileZilla_3.42.1_src.tar.bz2"