[arch-commits] Commit in filezilla/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jan 6 21:42:43 UTC 2014


    Date: Monday, January 6, 2014 @ 22:42:43
  Author: alucryd
Revision: 103502

wxgtk todo: filezilla 3.7.3-2

Modified:
  filezilla/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-06 21:19:08 UTC (rev 103501)
+++ PKGBUILD	2014-01-06 21:42:43 UTC (rev 103502)
@@ -4,18 +4,20 @@
 
 pkgname=filezilla
 pkgver=3.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/"
 license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 'sqlite')
 install=filezilla.install
 source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
 
 build() {
   cd "${pkgname}-${pkgver}"
-   ./autogen.sh
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
   ./configure \
     --prefix=/usr \
     --disable-manualupdatecheck \




More information about the arch-commits mailing list