From 6cba9973dc17985133af7bc898286692523246c6 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Tue, 26 Jan 2016 20:39:16 +0200 Subject: [PATCH] filezilla:add main --- network/ftp/filezilla/actions.py | 32 ++++++ .../files/i18n-filezilla.desktop.patch | 14 +++ network/ftp/filezilla/pspec.xml | 107 ++++++++++++++++++ network/ftp/filezilla/translations.xml | 8 ++ 4 files changed, 161 insertions(+) create mode 100644 network/ftp/filezilla/actions.py create mode 100644 network/ftp/filezilla/files/i18n-filezilla.desktop.patch create mode 100644 network/ftp/filezilla/pspec.xml create mode 100644 network/ftp/filezilla/translations.xml diff --git a/network/ftp/filezilla/actions.py b/network/ftp/filezilla/actions.py new file mode 100644 index 0000000000..82a14ff906 --- /dev/null +++ b/network/ftp/filezilla/actions.py @@ -0,0 +1,32 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + #shelltools.export("WXRC", "/usr/bin/wxrc") + #shelltools.export("LDFLAGS", "%s -lpthread" % get.LDFLAGS()) + #pisitools.dosed("data/filezilla.desktop", "Icon=filezilla", "Icon=/usr/share/pixmaps/filezilla.png") + autotools.configure("--disable-static \ + --disable-manualupdatecheck \ + --disable-autoupdatecheck \ + --with-pugixml=builtin \ + --prefix=/usr ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + # move fzdefaults.xml.example to /usr/share/filezilla + pisitools.domove("/usr/share/filezilla/docs/fzdefaults.xml.example", "/usr/share/filezilla") + pisitools.removeDir("/usr/share/filezilla/docs") + + pisitools.dodoc("ChangeLog", "README", "AUTHORS") \ No newline at end of file diff --git a/network/ftp/filezilla/files/i18n-filezilla.desktop.patch b/network/ftp/filezilla/files/i18n-filezilla.desktop.patch new file mode 100644 index 0000000000..072e315d48 --- /dev/null +++ b/network/ftp/filezilla/files/i18n-filezilla.desktop.patch @@ -0,0 +1,14 @@ +--- data/filezilla.desktop.orig 2009-03-21 21:32:16.000000000 +0200 ++++ data/filezilla.desktop 2009-03-22 00:02:49.000000000 +0200 +@@ -3,9 +3,11 @@ + GenericName=FTP client + GenericName[de]=FTP-Client + GenericName[fr]=Client FTP ++GenericName[tr]=FTP istemcisi + Comment=Download and upload files via FTP, FTPS and SFTP + Comment[de]=Dateien über FTP, FTPS und SFTP übertragen + Comment[fr]=Transférer des fichiers via FTP, FTPS et SFTP ++Comment[tr]=Dosyaları ftp, sftp, ftps ile gönderin ve indirin + Exec=filezilla + Terminal=false + Icon=filezilla diff --git a/network/ftp/filezilla/pspec.xml b/network/ftp/filezilla/pspec.xml new file mode 100644 index 0000000000..b29fccd2b6 --- /dev/null +++ b/network/ftp/filezilla/pspec.xml @@ -0,0 +1,107 @@ + + + + + filezilla + http://filezilla-project.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + filezilla + app:gui + Simple FTP Client + Easy-to-use FTP Client which also supports SFTP. + mirrors://sourceforge/filezilla/FileZilla_3.14.1_src.tar.bz2 + + libidn-devel + dbus-devel + sqlite-devel + gnutls-devel + gtk2-devel + xdg-utils + wxGTK-devel + + + i18n-filezilla.desktop.patch + + + + + filezilla + + wxGTK + dbus + sqlite + libgcc + glib2 + gnutls + xdg-utils + + + /usr/bin + /usr/share/applications + /usr/share/filezilla + /usr/share/pixmaps + /usr/share/icons + /usr/share/locale + /usr/share/doc + /usr/share/man + /usr/share/appdata/ + + + + + + + 2016-01-26 + 3.14.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-09-23 + 3.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-31 + 3.10.1 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-02-15 + 3.8.1 + V.Bump + Vedat Demir + vedat@pisilinux.org + + + 2014-02-15 + 3.7.4.1 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-17 + 3.7.3 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-12-09 + 3.6.0.2 + First release + Erdinç Gültekin + admins@pisilinux.org + + + diff --git a/network/ftp/filezilla/translations.xml b/network/ftp/filezilla/translations.xml new file mode 100644 index 0000000000..41ae9255dc --- /dev/null +++ b/network/ftp/filezilla/translations.xml @@ -0,0 +1,8 @@ + + + + filezilla + FTP ve SFTP istemcisi + Filezilla; dosyalarınızı ftp, sftp, ftps ile göndermenize ve indirmenize yarar + +