[arch-commits] Commit in filezilla/trunk (2 files)

Florian Pritz bluewind at archlinux.org
Wed Apr 15 21:47:41 UTC 2015


    Date: Wednesday, April 15, 2015 @ 23:47:40
  Author: bluewind
Revision: 131450

upgpkg: filezilla 3.10.3-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD
Deleted:
  filezilla/trunk/fix-missing-include-fz-bug-10280.patch

----------------------------------------+
 PKGBUILD                               |   11 +++-----
 fix-missing-include-fz-bug-10280.patch |   39 -------------------------------
 2 files changed, 4 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-15 21:19:35 UTC (rev 131449)
+++ PKGBUILD	2015-04-15 21:47:40 UTC (rev 131450)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=filezilla
-pkgver=3.10.2
-pkgrel=2
+pkgver=3.10.3
+pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/"
@@ -11,12 +11,10 @@
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls')
 install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2"
-        "fix-missing-include-fz-bug-10280.patch")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  patch -p2 -i "$srcdir/fix-missing-include-fz-bug-10280.patch"
 }
 
 build() {
@@ -36,5 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('b2eb584efd76e61de2cb62fbe11f3a14'
-         'b47472aada7d2499ce8e8237555fee51')
+md5sums=('0c7511a964cbd2afa95e0c42c7258dee')

Deleted: fix-missing-include-fz-bug-10280.patch
===================================================================
--- fix-missing-include-fz-bug-10280.patch	2015-04-15 21:19:35 UTC (rev 131449)
+++ fix-missing-include-fz-bug-10280.patch	2015-04-15 21:47:40 UTC (rev 131450)
@@ -1,39 +0,0 @@
---- FileZilla3/trunk/src/interface/Mainfrm.h	2015/03/02 20:28:30	6542
-+++ FileZilla3/trunk/src/interface/Mainfrm.h	2015/03/03 15:54:36	6543
-@@ -1,13 +1,18 @@
- #ifndef __MAINFRM_H__
- #define __MAINFRM_H__
- 
-+#include "statusbar.h"
-+#include "engine_context.h"
-+
-+#include "wx/timer.h"
-+
- #ifndef __WXMAC__
- #include <wx/taskbar.h>
- #endif
- 
--#include "statusbar.h"
--
--#include "engine_context.h"
-+#if FZ_MANUALUPDATECHECK
-+#include "updater.h"
-+#endif
- 
- class CAsyncRequestQueue;
- class CContextControl;
-@@ -25,13 +30,7 @@
- class CToolBar;
- class CWindowStateManager;
- 
--
--#if FZ_MANUALUPDATECHECK
--#include "updater.h"
--#endif
--class CWindowStateManager;
--
--class CMainFrame : public wxNavigationEnabled<wxFrame>
-+class CMainFrame final : public wxNavigationEnabled<wxFrame>
- #if FZ_MANUALUPDATECHECK
- 	, protected CUpdateHandler
- #endif



More information about the arch-commits mailing list