[arch-commits] Commit in filezilla/repos (10 files)

Florian Pritz bluewind at archlinux.org
Tue Mar 3 20:23:36 UTC 2015


    Date: Tuesday, March 3, 2015 @ 21:23:36
  Author: bluewind
Revision: 128665

archrelease: copy trunk to community-i686, community-x86_64

Added:
  filezilla/repos/community-i686/PKGBUILD
    (from rev 128664, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-i686/filezilla.install
    (from rev 128664, filezilla/trunk/filezilla.install)
  filezilla/repos/community-i686/fix-missing-include-fz-bug-10280.patch
    (from rev 128664, filezilla/trunk/fix-missing-include-fz-bug-10280.patch)
  filezilla/repos/community-x86_64/PKGBUILD
    (from rev 128664, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/filezilla.install
    (from rev 128664, filezilla/trunk/filezilla.install)
  filezilla/repos/community-x86_64/fix-missing-include-fz-bug-10280.patch
    (from rev 128664, filezilla/trunk/fix-missing-include-fz-bug-10280.patch)
Deleted:
  filezilla/repos/community-i686/PKGBUILD
  filezilla/repos/community-i686/filezilla.install
  filezilla/repos/community-x86_64/PKGBUILD
  filezilla/repos/community-x86_64/filezilla.install

---------------------------------------------------------+
 /PKGBUILD                                               |   80 ++++++++++++++
 /filezilla.install                                      |   22 +++
 community-i686/PKGBUILD                                 |   33 -----
 community-i686/filezilla.install                        |   11 -
 community-i686/fix-missing-include-fz-bug-10280.patch   |   39 ++++++
 community-x86_64/PKGBUILD                               |   33 -----
 community-x86_64/filezilla.install                      |   11 -
 community-x86_64/fix-missing-include-fz-bug-10280.patch |   39 ++++++
 8 files changed, 180 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-03 20:23:30 UTC (rev 128664)
+++ community-i686/PKGBUILD	2015-03-03 20:23:36 UTC (rev 128665)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.10.1.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/"
-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")
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('5cefd40699388d66d27c0b04bd3e3f40')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 128664, filezilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-03 20:23:36 UTC (rev 128665)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/"
+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")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -p2 -i "$srcdir/fix-missing-include-fz-bug-10280.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('b2eb584efd76e61de2cb62fbe11f3a14'
+         'b47472aada7d2499ce8e8237555fee51')

Deleted: community-i686/filezilla.install
===================================================================
--- community-i686/filezilla.install	2015-03-03 20:23:30 UTC (rev 128664)
+++ community-i686/filezilla.install	2015-03-03 20:23:36 UTC (rev 128665)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 128664, filezilla/trunk/filezilla.install)
===================================================================
--- community-i686/filezilla.install	                        (rev 0)
+++ community-i686/filezilla.install	2015-03-03 20:23:36 UTC (rev 128665)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: filezilla/repos/community-i686/fix-missing-include-fz-bug-10280.patch (from rev 128664, filezilla/trunk/fix-missing-include-fz-bug-10280.patch)
===================================================================
--- community-i686/fix-missing-include-fz-bug-10280.patch	                        (rev 0)
+++ community-i686/fix-missing-include-fz-bug-10280.patch	2015-03-03 20:23:36 UTC (rev 128665)
@@ -0,0 +1,39 @@
+--- 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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-03 20:23:30 UTC (rev 128664)
+++ community-x86_64/PKGBUILD	2015-03-03 20:23:36 UTC (rev 128665)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.10.1.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/"
-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")
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('5cefd40699388d66d27c0b04bd3e3f40')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 128664, filezilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-03 20:23:36 UTC (rev 128665)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/"
+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")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -p2 -i "$srcdir/fix-missing-include-fz-bug-10280.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('b2eb584efd76e61de2cb62fbe11f3a14'
+         'b47472aada7d2499ce8e8237555fee51')

Deleted: community-x86_64/filezilla.install
===================================================================
--- community-x86_64/filezilla.install	2015-03-03 20:23:30 UTC (rev 128664)
+++ community-x86_64/filezilla.install	2015-03-03 20:23:36 UTC (rev 128665)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-x86_64/filezilla.install (from rev 128664, filezilla/trunk/filezilla.install)
===================================================================
--- community-x86_64/filezilla.install	                        (rev 0)
+++ community-x86_64/filezilla.install	2015-03-03 20:23:36 UTC (rev 128665)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: filezilla/repos/community-x86_64/fix-missing-include-fz-bug-10280.patch (from rev 128664, filezilla/trunk/fix-missing-include-fz-bug-10280.patch)
===================================================================
--- community-x86_64/fix-missing-include-fz-bug-10280.patch	                        (rev 0)
+++ community-x86_64/fix-missing-include-fz-bug-10280.patch	2015-03-03 20:23:36 UTC (rev 128665)
@@ -0,0 +1,39 @@
+--- 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