[arch-commits] Commit in filezilla/repos (10 files)
Florian Pritz
bluewind at archlinux.org
Wed Apr 15 21:47:55 UTC 2015
Date: Wednesday, April 15, 2015 @ 23:47:55
Author: bluewind
Revision: 131451
archrelease: copy trunk to community-i686, community-x86_64
Added:
filezilla/repos/community-i686/PKGBUILD
(from rev 131450, filezilla/trunk/PKGBUILD)
filezilla/repos/community-i686/filezilla.install
(from rev 131450, filezilla/trunk/filezilla.install)
filezilla/repos/community-x86_64/PKGBUILD
(from rev 131450, filezilla/trunk/PKGBUILD)
filezilla/repos/community-x86_64/filezilla.install
(from rev 131450, filezilla/trunk/filezilla.install)
Deleted:
filezilla/repos/community-i686/PKGBUILD
filezilla/repos/community-i686/filezilla.install
filezilla/repos/community-i686/fix-missing-include-fz-bug-10280.patch
filezilla/repos/community-x86_64/PKGBUILD
filezilla/repos/community-x86_64/filezilla.install
filezilla/repos/community-x86_64/fix-missing-include-fz-bug-10280.patch
---------------------------------------------------------+
/PKGBUILD | 74 ++++++++++++++
/filezilla.install | 22 ++++
community-i686/PKGBUILD | 40 -------
community-i686/filezilla.install | 11 --
community-i686/fix-missing-include-fz-bug-10280.patch | 39 -------
community-x86_64/PKGBUILD | 40 -------
community-x86_64/filezilla.install | 11 --
community-x86_64/fix-missing-include-fz-bug-10280.patch | 39 -------
8 files changed, 96 insertions(+), 180 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-15 21:47:40 UTC (rev 131450)
+++ community-i686/PKGBUILD 2015-04-15 21:47:55 UTC (rev 131451)
@@ -1,40 +0,0 @@
-# $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')
Copied: filezilla/repos/community-i686/PKGBUILD (from rev 131450, filezilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 21:47:55 UTC (rev 131451)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.10.3
+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")
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+}
+
+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=('0c7511a964cbd2afa95e0c42c7258dee')
Deleted: community-i686/filezilla.install
===================================================================
--- community-i686/filezilla.install 2015-04-15 21:47:40 UTC (rev 131450)
+++ community-i686/filezilla.install 2015-04-15 21:47:55 UTC (rev 131451)
@@ -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 131450, filezilla/trunk/filezilla.install)
===================================================================
--- community-i686/filezilla.install (rev 0)
+++ community-i686/filezilla.install 2015-04-15 21:47:55 UTC (rev 131451)
@@ -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
+}
Deleted: community-i686/fix-missing-include-fz-bug-10280.patch
===================================================================
--- community-i686/fix-missing-include-fz-bug-10280.patch 2015-04-15 21:47:40 UTC (rev 131450)
+++ community-i686/fix-missing-include-fz-bug-10280.patch 2015-04-15 21:47:55 UTC (rev 131451)
@@ -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
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-15 21:47:40 UTC (rev 131450)
+++ community-x86_64/PKGBUILD 2015-04-15 21:47:55 UTC (rev 131451)
@@ -1,40 +0,0 @@
-# $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')
Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 131450, filezilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-15 21:47:55 UTC (rev 131451)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.10.3
+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")
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+}
+
+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=('0c7511a964cbd2afa95e0c42c7258dee')
Deleted: community-x86_64/filezilla.install
===================================================================
--- community-x86_64/filezilla.install 2015-04-15 21:47:40 UTC (rev 131450)
+++ community-x86_64/filezilla.install 2015-04-15 21:47:55 UTC (rev 131451)
@@ -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 131450, filezilla/trunk/filezilla.install)
===================================================================
--- community-x86_64/filezilla.install (rev 0)
+++ community-x86_64/filezilla.install 2015-04-15 21:47:55 UTC (rev 131451)
@@ -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
+}
Deleted: community-x86_64/fix-missing-include-fz-bug-10280.patch
===================================================================
--- community-x86_64/fix-missing-include-fz-bug-10280.patch 2015-04-15 21:47:40 UTC (rev 131450)
+++ community-x86_64/fix-missing-include-fz-bug-10280.patch 2015-04-15 21:47:55 UTC (rev 131451)
@@ -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