filezilla: version bump to 3.25.2, close #3342

This commit is contained in:
suvari
2017-05-25 17:48:23 +03:00
parent e7622d7610
commit ee6c4decee
2 changed files with 16 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@
2016-06-08 /system/installer/calamares-theme-pisilinux/pspec.xml 2016-06-08 /system/installer/calamares-theme-pisilinux/pspec.xml
2016-06-09 /network/voip/farstream/pspec.xml 2016-06-09 /network/voip/farstream/pspec.xml
2016-11-22 /network/ftp/lftp/pspec.xml 2016-11-22 /network/ftp/lftp/pspec.xml
2016-06-09 /network/ftp/filezilla/pspec.xml
2016-11-22 /network/ftp/vsftpd/pspec.xml 2016-11-22 /network/ftp/vsftpd/pspec.xml
2016-06-09 /network/chat/telepathy-idle/pspec.xml 2016-06-09 /network/chat/telepathy-idle/pspec.xml
2016-06-09 /network/chat/telepathy-logger/pspec.xml 2016-06-09 /network/chat/telepathy-logger/pspec.xml
+15 -4
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Simple FTP Client</Summary> <Summary>Simple FTP Client</Summary>
<Description>Easy-to-use FTP Client which also supports SFTP.</Description> <Description>Easy-to-use FTP Client which also supports SFTP.</Description>
<Archive sha1sum="c36f0d7089b94241bccfebc7ac5d6b42a7fe0c54" type="tarbz2">mirrors://sourceforge/filezilla/FileZilla_3.14.1_src.tar.bz2</Archive> <Archive sha1sum="c8da156611e7f8017505f425496afe22456f4c9d" type="tarbz2">mirrors://sourceforge/filezilla/FileZilla_Client/3.25.2/FileZilla_3.25.2_src.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libidn-devel</Dependency> <Dependency>libidn-devel</Dependency>
<Dependency>dbus-devel</Dependency> <Dependency>dbus-devel</Dependency>
@@ -22,22 +22,27 @@
<Dependency>gtk2-devel</Dependency> <Dependency>gtk2-devel</Dependency>
<Dependency>xdg-utils</Dependency> <Dependency>xdg-utils</Dependency>
<Dependency>wxGTK-devel</Dependency> <Dependency>wxGTK-devel</Dependency>
<Dependency>nettle-devel</Dependency>
<Dependency>libfilezilla-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="0">i18n-filezilla.desktop.patch</Patch> <!-- <Patch level="0">i18n-filezilla.desktop.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
<Package> <Package>
<Name>filezilla</Name> <Name>filezilla</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>wxGTK</Dependency> <Dependency>wxGTK</Dependency>
<Dependency>dbus</Dependency> <Dependency>dbus</Dependency>
<Dependency>sqlite</Dependency> <Dependency>sqlite</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>gnutls</Dependency> <Dependency>gnutls</Dependency>
<Dependency>nettle</Dependency>
<Dependency>xdg-utils</Dependency> <Dependency>xdg-utils</Dependency>
<Dependency>libfilezilla</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
@@ -48,12 +53,18 @@
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/appdata/</Path> <Path fileType="data">/usr/share/appdata/</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2017-05-25</Date>
<Version>3.25.2</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-06-09</Date> <Date>2016-06-09</Date>
<Version>3.14.1</Version> <Version>3.14.1</Version>