diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-08 19:45:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:50 +0700 |
commit | be3996a1e1e8ce332f2b31d4fb8e6c6d74e7ace9 (patch) | |
tree | ad82ef9e84d8c3ec1c54a430cfc95b471d3bb990 /network/filezilla | |
parent | f6d7a69f35db42a28eb80950f8801c4fb0960ec8 (diff) | |
download | slackbuilds-be3996a1e1e8ce332f2b31d4fb8e6c6d74e7ace9.tar.gz |
network/filezilla: Add .desktop file.
This defaut .desktop file has BOM characters.
This prevents to show up in KDE Menus.
Thanks to pdi for bug report.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/filezilla')
-rw-r--r-- | network/filezilla/filezilla.SlackBuild | 3 | ||||
-rw-r--r-- | network/filezilla/filezilla.desktop | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild index 9a84cf6850..df0ec8a3d7 100644 --- a/network/filezilla/filezilla.SlackBuild +++ b/network/filezilla/filezilla.SlackBuild @@ -106,6 +106,9 @@ mv $PKG/usr/share/filezilla/docs/fzdefaults.xml.example $PKG/usr/doc/$PRGNAM-$VE # remove empty docdir rmdir $PKG/usr/share/filezilla/docs +# Use our own .desktop which has no BOM characters +cp $CWD/filezilla.desktop $PKG/usr/share/applications/ + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/network/filezilla/filezilla.desktop b/network/filezilla/filezilla.desktop new file mode 100644 index 0000000000..b13730ba8e --- /dev/null +++ b/network/filezilla/filezilla.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=FileZilla +GenericName=FTP client +GenericName[da]=FTP-klient +GenericName[de]=FTP-Client +GenericName[fr]=Client FTP +Comment=Download and upload files via FTP, FTPS and SFTP +Comment[da]=Download og upload filer via FTP, FTPS og SFTP +Comment[de]=Dateien über FTP, FTPS und SFTP übertragen +Comment[fr]=Transférer des fichiers via FTP, FTPS et SFTP +Exec=filezilla +Terminal=false +Icon=filezilla +Type=Application +Categories=Network;FileTransfer; +Version=1.0 |