filezilla: 3.7.3 -> 3.8.0

This commit is contained in:
Thomas Penteker 2014-05-22 12:17:45 +02:00
parent 6745434e73
commit 8318166f94
3 changed files with 7 additions and 4 deletions

View File

@ -50,6 +50,7 @@ drwxr-xr-x root/root usr/share/filezilla/resources/16x16/
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/speedlimits.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/symlink.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/synchronize.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/throbber.gif
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/unknown.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/upload.png
-rw-r--r-- root/root usr/share/filezilla/resources/16x16/uploadadd.png
@ -529,6 +530,7 @@ drwxr-xr-x root/root usr/share/filezilla/resources/tango/48x48/
-rw-r--r-- root/root usr/share/filezilla/resources/theme.xml
-rw-r--r-- root/root usr/share/filezilla/resources/toolbar.xrc
-rw-r--r-- root/root usr/share/filezilla/resources/up.png
-rw-r--r-- root/root usr/share/filezilla/resources/update.xrc
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/

View File

@ -1 +1 @@
df7828739a852ac3adbc1c010303115d FileZilla_3.7.3_src.tar.bz2
63e584aa478e358105e45972ee718a19 FileZilla_3.8.0_src.tar.bz2

View File

@ -1,10 +1,11 @@
# Description: ftp client
# URL: http://filezilla-project.org
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: wxgtk libidn gnutls xdg-utils tinyxml
name=filezilla
version=3.7.3
version=3.8.0
release=1
source=(http://downloads.sourceforge.net/project/$name/FileZilla_Client/$version/FileZilla_${version}_src.tar.bz2)
@ -19,7 +20,7 @@ build() {
--disable-static \
--disable-dependency-tracking \
--without-dbus
time make
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}