summaryrefslogtreecommitdiff
path: root/filezilla
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2008-12-30 20:58:31 +0100
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2008-12-30 20:58:31 +0100
commit5f6ca54f6e364e53bbaa764259d7c498193d8a54 (patch)
tree3326097e7d1ac62ca50643d8f2aa114619bd643e /filezilla
parentb9d9a0ea9485ff1c6ec545b84afc37b934aa51ea (diff)
downloadcontrib-5f6ca54f6e364e53bbaa764259d7c498193d8a54.tar.gz
contrib-5f6ca54f6e364e53bbaa764259d7c498193d8a54.tar.xz
filezilla: update
Diffstat (limited to 'filezilla')
-rw-r--r--filezilla/.footprint14
-rw-r--r--filezilla/.md5sum2
-rw-r--r--filezilla/Pkgfile4
3 files changed, 10 insertions, 10 deletions
diff --git a/filezilla/.footprint b/filezilla/.footprint
index 0c14c4a75..c4dd2a27f 100644
--- a/filezilla/.footprint
+++ b/filezilla/.footprint
@@ -3,6 +3,13 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/filezilla
-rwxr-xr-x root/root usr/bin/fzputtygen
-rwxr-xr-x root/root usr/bin/fzsftp
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/filezilla.1.gz
+-rw-r--r-- root/root usr/man/man1/fzputtygen.1.gz
+-rw-r--r-- root/root usr/man/man1/fzsftp.1.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/fzdefaults.xml.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/filezilla.desktop
@@ -385,12 +392,5 @@ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/filezilla.png
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/filezilla.1.gz
--rw-r--r-- root/root usr/share/man/man1/fzputtygen.1.gz
--rw-r--r-- root/root usr/share/man/man1/fzsftp.1.gz
-drwxr-xr-x root/root usr/share/man/man5/
--rw-r--r-- root/root usr/share/man/man5/fzdefaults.xml.5.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/filezilla.png
diff --git a/filezilla/.md5sum b/filezilla/.md5sum
index f365b24d2..56561539f 100644
--- a/filezilla/.md5sum
+++ b/filezilla/.md5sum
@@ -1 +1 @@
-52c1536e77e0fc7b818e33a1933fe7f4 FileZilla_3.1.5_src.tar.bz2
+c72dffb9a56086f7d94cba045035d77e FileZilla_3.1.6_src.tar.bz2
diff --git a/filezilla/Pkgfile b/filezilla/Pkgfile
index 94d0f5060..e95e5f7a6 100644
--- a/filezilla/Pkgfile
+++ b/filezilla/Pkgfile
@@ -4,13 +4,13 @@
# Depends on: wxgtk libidn gnutls
name=filezilla
-version=3.1.5
+version=3.1.6
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/FileZilla_${version}_src.tar.bz2)
build() {
cd $name-$version
- ./configure --disable-manualupdatecheck --disable-static --prefix=/usr
+ ./configure --mandir=/usr/man --disable-manualupdatecheck --disable-static --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale

Generated by cgit