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

Florian Pritz bluewind at archlinux.org
Wed Aug 13 17:02:30 UTC 2014


    Date: Wednesday, August 13, 2014 @ 19:02:30
  Author: bluewind
Revision: 117373

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

Added:
  filezilla/repos/community-testing-i686/PKGBUILD
    (from rev 117372, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-testing-i686/filezilla.install
    (from rev 117372, filezilla/trunk/filezilla.install)
  filezilla/repos/community-testing-x86_64/PKGBUILD
    (from rev 117372, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-testing-x86_64/filezilla.install
    (from rev 117372, filezilla/trunk/filezilla.install)
Deleted:
  filezilla/repos/community-testing-i686/PKGBUILD
  filezilla/repos/community-testing-i686/filezilla.install
  filezilla/repos/community-testing-x86_64/PKGBUILD
  filezilla/repos/community-testing-x86_64/filezilla.install

--------------------------------------------+
 /PKGBUILD                                  |   66 +++++++++++++++++++++++++++
 /filezilla.install                         |   22 +++++++++
 community-testing-i686/PKGBUILD            |   33 -------------
 community-testing-i686/filezilla.install   |   11 ----
 community-testing-x86_64/PKGBUILD          |   33 -------------
 community-testing-x86_64/filezilla.install |   11 ----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2014-08-13 17:02:26 UTC (rev 117372)
+++ community-testing-i686/PKGBUILD	2014-08-13 17:02:30 UTC (rev 117373)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.9.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' '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=('6bdfbe21b76a900ef7c63d271b3e7126')

Copied: filezilla/repos/community-testing-i686/PKGBUILD (from rev 117372, filezilla/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-08-13 17:02:30 UTC (rev 117373)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.9.0.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-core' '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=('fcc906f3a08edeb60aa056675e7b0d94')

Deleted: community-testing-i686/filezilla.install
===================================================================
--- community-testing-i686/filezilla.install	2014-08-13 17:02:26 UTC (rev 117372)
+++ community-testing-i686/filezilla.install	2014-08-13 17:02:30 UTC (rev 117373)
@@ -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-testing-i686/filezilla.install (from rev 117372, filezilla/trunk/filezilla.install)
===================================================================
--- community-testing-i686/filezilla.install	                        (rev 0)
+++ community-testing-i686/filezilla.install	2014-08-13 17:02:30 UTC (rev 117373)
@@ -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-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2014-08-13 17:02:26 UTC (rev 117372)
+++ community-testing-x86_64/PKGBUILD	2014-08-13 17:02:30 UTC (rev 117373)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.9.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' '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=('6bdfbe21b76a900ef7c63d271b3e7126')

Copied: filezilla/repos/community-testing-x86_64/PKGBUILD (from rev 117372, filezilla/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-08-13 17:02:30 UTC (rev 117373)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.9.0.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-core' '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=('fcc906f3a08edeb60aa056675e7b0d94')

Deleted: community-testing-x86_64/filezilla.install
===================================================================
--- community-testing-x86_64/filezilla.install	2014-08-13 17:02:26 UTC (rev 117372)
+++ community-testing-x86_64/filezilla.install	2014-08-13 17:02:30 UTC (rev 117373)
@@ -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-testing-x86_64/filezilla.install (from rev 117372, filezilla/trunk/filezilla.install)
===================================================================
--- community-testing-x86_64/filezilla.install	                        (rev 0)
+++ community-testing-x86_64/filezilla.install	2014-08-13 17:02:30 UTC (rev 117373)
@@ -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