diff --git a/gftp/.footprint b/gftp/.footprint index 2acc6f759..e859794b0 100644 --- a/gftp/.footprint +++ b/gftp/.footprint @@ -19,8 +19,13 @@ drwxr-xr-x root/root usr/share/gftp/ -rw-r--r-- root/root usr/share/gftp/dotdot.xpm -rw-r--r-- root/root usr/share/gftp/down.xpm -rw-r--r-- root/root usr/share/gftp/exe.xpm +-rw-r--r-- root/root usr/share/gftp/gftp-16x16.png +-rw-r--r-- root/root usr/share/gftp/gftp-22x22.png +-rw-r--r-- root/root usr/share/gftp/gftp-24x24.png +-rw-r--r-- root/root usr/share/gftp/gftp-32x32.png +-rw-r--r-- root/root usr/share/gftp/gftp-48x48.png -rw-r--r-- root/root usr/share/gftp/gftp-logo.xpm --rw-r--r-- root/root usr/share/gftp/gftp-mini-logo.xpm +-rw-r--r-- root/root usr/share/gftp/gftp-scalable.svg -rw-r--r-- root/root usr/share/gftp/gftp.xpm -rw-r--r-- root/root usr/share/gftp/gftprc -rw-r--r-- root/root usr/share/gftp/img.xpm diff --git a/gftp/.md5sum b/gftp/.md5sum index 399df33be..2532623f6 100644 --- a/gftp/.md5sum +++ b/gftp/.md5sum @@ -1 +1 @@ -4d449f79b225b0831692e9caa39a2028 gftp-2.0.18.tar.gz +4c0cab4b35e8666f5892b02125270a21 gftp-2.0.19.tar.gz diff --git a/gftp/Pkgfile b/gftp/Pkgfile index e8909ff53..ae9403a48 100644 --- a/gftp/Pkgfile +++ b/gftp/Pkgfile @@ -4,14 +4,15 @@ # Depends on: gtk, openssl, readline name=gftp -version=2.0.18 +version=2.0.19 release=1 source=(http://gftp.seul.org/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --mandir=/usr/man --disable-nls make make DESTDIR=$PKG install + sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop rm $PKG/usr/share/gftp/COPYING }