diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-01-07 19:54:39 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-01-07 19:54:39 +1100 |
commit | e5f497dbd4815b8d3a6974d544ef7c468ad1f91d (patch) | |
tree | 0e0a8c70ad998ed2b4a169c921f839903a7f6ec3 /filezilla | |
parent | f0a54c43dbbecded012cf302c26b8d8e85c27e51 (diff) | |
download | contrib-e5f497dbd4815b8d3a6974d544ef7c468ad1f91d.tar.gz contrib-e5f497dbd4815b8d3a6974d544ef7c468ad1f91d.tar.xz |
filezilla: add missing dependency xdg-utils, update footprint
Diffstat (limited to 'filezilla')
-rw-r--r-- | filezilla/.footprint | 14 | ||||
-rw-r--r-- | filezilla/.signature | 6 | ||||
-rw-r--r-- | filezilla/Pkgfile | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/filezilla/.footprint b/filezilla/.footprint index 190458bfd..9f6f25b4f 100644 --- a/filezilla/.footprint +++ b/filezilla/.footprint @@ -3,13 +3,6 @@ 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/appdata/ -rw-r--r-- root/root usr/share/appdata/filezilla.appdata.xml @@ -754,5 +747,12 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/filezilla.svg +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/.signature b/filezilla/.signature index 0a653c6d1..1bc7c0342 100644 --- a/filezilla/.signature +++ b/filezilla/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39EHZpZPqm9mYKk4E6JqooSKJfslYgZxQDq9DxOkzW+b7zvTKq4VK7gX/uCt8FY0fvHzXvq0g1O/bIYFmA2VGg4= -SHA256 (Pkgfile) = 6931a11debee036150c927c6e1f59ff98b9603e8cc7bdcce95dde84e40f8dff7 -SHA256 (.footprint) = 46da4a90212368a0b8fe98af3ceb16f206f990a085588084cbfc3c9be63b3211 +RWSagIOpLGJF3z5PXXvMj91kFhxiImrgwOohMI4KLGYazAAIx+huEjs7Q/8TPDrU44g4eLXDWy3whrCuTrnz/gJfDm7Ocxb/RQo= +SHA256 (Pkgfile) = b58e05623b149ca914a9de336ae0598d23351b38bafb223b2f4c17c53291f8da +SHA256 (.footprint) = ff042a2996161a0b3f9bbd069de4217bc19b54aca531eca9b1a1fde886e43386 SHA256 (FileZilla_3.45.1_src.tar.bz2) = 889c08a7247f05507ca4bd76f4e2cd0e0504deb1815c7a2a28d8cfbdaa9d1ec2 diff --git a/filezilla/Pkgfile b/filezilla/Pkgfile index 4d877a1b6..00396a7e9 100644 --- a/filezilla/Pkgfile +++ b/filezilla/Pkgfile @@ -1,7 +1,7 @@ # Description: ftp client # URL: http://filezilla-project.org # Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: libfilezilla libidn2 libnotify libwebp wxgtk +# Depends on: libfilezilla libnotify libwebp wxgtk xdg-utils name=filezilla version=3.45.1 |