summaryrefslogtreecommitdiff
path: root/filezilla
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-01-23 15:06:06 +0100
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-01-23 15:06:06 +0100
commit9aa7a14edae8af98fdbe6960f413f0cdd63849bd (patch)
tree8562d2e81e0ebd81c16d097fa0641474f53523c2 /filezilla
parent775925f672d4b620e88f3fa02985a118e99b632b (diff)
downloadcontrib-9aa7a14edae8af98fdbe6960f413f0cdd63849bd.tar.gz
contrib-9aa7a14edae8af98fdbe6960f413f0cdd63849bd.tar.xz
filezilla: 3.1.6 -> 3.2.0
Diffstat (limited to 'filezilla')
-rw-r--r--filezilla/.footprint1
-rw-r--r--filezilla/.md5sum2
-rw-r--r--filezilla/Pkgfile9
3 files changed, 9 insertions, 3 deletions
diff --git a/filezilla/.footprint b/filezilla/.footprint
index c4dd2a27f..03ee64971 100644
--- a/filezilla/.footprint
+++ b/filezilla/.footprint
@@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/share/filezilla/resources/16x16/
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/ascii.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/auto.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/binary.png
+-rw-r--r-- root/root usr/share/filezilla/resources/16x16/bookmark.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/cancel.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/compare.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/disconnect.png
diff --git a/filezilla/.md5sum b/filezilla/.md5sum
index 56561539f..bc791135e 100644
--- a/filezilla/.md5sum
+++ b/filezilla/.md5sum
@@ -1 +1 @@
-c72dffb9a56086f7d94cba045035d77e FileZilla_3.1.6_src.tar.bz2
+b57fa73db4028b81efc275b911cfc3c2 FileZilla_3.2.0_src.tar.bz2
diff --git a/filezilla/Pkgfile b/filezilla/Pkgfile
index dd54dec53..5ebc949fa 100644
--- a/filezilla/Pkgfile
+++ b/filezilla/Pkgfile
@@ -4,13 +4,18 @@
# Depends on: wxgtk libidn gnutls
name=filezilla
-version=3.1.6
+version=3.2.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/FileZilla_${version}_src.tar.bz2)
build() {
cd $name-$version
- ./configure --mandir=/usr/man --disable-manualupdatecheck --disable-static --prefix=/usr
+ ./configure \
+ --mandir=/usr/man \
+ --disable-manualupdatecheck \
+ --disable-static \
+ --without-dbus \
+ --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale

Generated by cgit