filezilla: version bump to 3.48.1

This commit is contained in:
suvari
2020-06-04 15:59:24 +03:00
parent 468927b53d
commit 0c67498a55
2 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i '/^#define/a #include <list>' src/interface/Mainfrm.h")
#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")
@@ -29,4 +30,4 @@ def install():
pisitools.domove("/usr/share/filezilla/docs/fzdefaults.xml.example", "/usr/share/filezilla")
pisitools.removeDir("/usr/share/filezilla/docs")
pisitools.dodoc("ChangeLog", "README", "AUTHORS")
pisitools.dodoc("ChangeLog", "README", "AUTHORS")
+14 -2
View File
@@ -13,8 +13,11 @@
<IsA>app:gui</IsA>
<Summary>Simple FTP Client</Summary>
<Description>Easy-to-use FTP Client which also supports SFTP.</Description>
<Archive sha1sum="dd7938f215407cc9090e0112100495e434e40342" type="tarbz2">https://dl2.cdn.filezilla-project.org/client/FileZilla_3.32.0_src.tar.bz2</Archive>
<Archive sha1sum="746ac692f3c454045a4933a68081b7af7e678c83" type="tarbz2">https://download.filezilla-project.org/client/FileZilla_3.48.1_src.tar.bz2</Archive>
<BuildDependencies>
<Dependency>wxGTK3</Dependency>
<Dependency>wxGTK-common</Dependency>
<Dependency>cppunit-devel</Dependency>
<Dependency>libidn-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
@@ -26,7 +29,7 @@
<Dependency>libfilezilla-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="0">i18n-filezilla.desktop.patch</Patch> -->
<!-- <Patch>i18n-filezilla.desktop.patch</Patch> -->
</Patches>
</Source>
@@ -43,6 +46,8 @@
<Dependency>nettle</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>libfilezilla</Dependency>
<Dependency>wxGTK3</Dependency>
<Dependency>wxGTK-common</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -58,6 +63,13 @@
</Package>
<History>
<Update release="7">
<Date>20-06-04</Date>
<Version>3.48.1</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2018-09-01</Date>
<Version>3.32.0</Version>