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

Florian Pritz bluewind at nymeria.archlinux.org
Thu May 9 21:10:16 UTC 2013


    Date: Thursday, May 9, 2013 @ 23:10:16
  Author: bluewind
Revision: 90239

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

Added:
  filezilla/repos/community-i686/PKGBUILD
    (from rev 90238, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-i686/filezilla.install
    (from rev 90238, filezilla/trunk/filezilla.install)
  filezilla/repos/community-x86_64/PKGBUILD
    (from rev 90238, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/filezilla.install
    (from rev 90238, filezilla/trunk/filezilla.install)
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                          |   68 +++++++++++++++++++++++++++++++++++
 /filezilla.install                 |   22 +++++++++++
 community-i686/PKGBUILD            |   34 -----------------
 community-i686/filezilla.install   |   11 -----
 community-x86_64/PKGBUILD          |   34 -----------------
 community-x86_64/filezilla.install |   11 -----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-09 21:10:05 UTC (rev 90238)
+++ community-i686/PKGBUILD	2013-05-09 21:10:16 UTC (rev 90239)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.6.0.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-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite')
-install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
-
-build() {
-  cd "${pkgname}-${pkgver}"
-   ./autogen.sh
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('d56773feafb85c216813bbda87838db0')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 90238, filezilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-09 21:10:16 UTC (rev 90239)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/"
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite')
+install=filezilla.install
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
+
+build() {
+  cd "${pkgname}-${pkgver}"
+   ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('de827a062ec316d0da99936aeaaeeb79')

Deleted: community-i686/filezilla.install
===================================================================
--- community-i686/filezilla.install	2013-05-09 21:10:05 UTC (rev 90238)
+++ community-i686/filezilla.install	2013-05-09 21:10:16 UTC (rev 90239)
@@ -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 90238, filezilla/trunk/filezilla.install)
===================================================================
--- community-i686/filezilla.install	                        (rev 0)
+++ community-i686/filezilla.install	2013-05-09 21:10:16 UTC (rev 90239)
@@ -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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-09 21:10:05 UTC (rev 90238)
+++ community-x86_64/PKGBUILD	2013-05-09 21:10:16 UTC (rev 90239)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.6.0.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-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite')
-install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
-
-build() {
-  cd "${pkgname}-${pkgver}"
-   ./autogen.sh
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('d56773feafb85c216813bbda87838db0')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 90238, filezilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-09 21:10:16 UTC (rev 90239)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/"
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite')
+install=filezilla.install
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
+
+build() {
+  cd "${pkgname}-${pkgver}"
+   ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('de827a062ec316d0da99936aeaaeeb79')

Deleted: community-x86_64/filezilla.install
===================================================================
--- community-x86_64/filezilla.install	2013-05-09 21:10:05 UTC (rev 90238)
+++ community-x86_64/filezilla.install	2013-05-09 21:10:16 UTC (rev 90239)
@@ -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 90238, filezilla/trunk/filezilla.install)
===================================================================
--- community-x86_64/filezilla.install	                        (rev 0)
+++ community-x86_64/filezilla.install	2013-05-09 21:10:16 UTC (rev 90239)
@@ -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
+}




More information about the arch-commits mailing list