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

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jan 6 21:54:10 UTC 2014


    Date: Monday, January 6, 2014 @ 22:54:10
  Author: alucryd
Revision: 103504

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

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

--------------------------------------------+
 /PKGBUILD                                  |   72 +++++++++++++++++++++++++++
 /filezilla.install                         |   22 ++++++++
 community-staging-i686/PKGBUILD            |   36 -------------
 community-staging-i686/filezilla.install   |   11 ----
 community-staging-x86_64/PKGBUILD          |   36 -------------
 community-staging-x86_64/filezilla.install |   11 ----
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2014-01-06 21:42:58 UTC (rev 103503)
+++ community-staging-i686/PKGBUILD	2014-01-06 21:54:10 UTC (rev 103504)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.7.3
-pkgrel=2
-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' 'wxgtk2.8' '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}"
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 103503, filezilla/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-06 21:54:10 UTC (rev 103504)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=2
+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' 'wxgtk2.8' '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}"
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Deleted: community-staging-i686/filezilla.install
===================================================================
--- community-staging-i686/filezilla.install	2014-01-06 21:42:58 UTC (rev 103503)
+++ community-staging-i686/filezilla.install	2014-01-06 21:54:10 UTC (rev 103504)
@@ -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-staging-i686/filezilla.install (from rev 103503, filezilla/trunk/filezilla.install)
===================================================================
--- community-staging-i686/filezilla.install	                        (rev 0)
+++ community-staging-i686/filezilla.install	2014-01-06 21:54:10 UTC (rev 103504)
@@ -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-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2014-01-06 21:42:58 UTC (rev 103503)
+++ community-staging-x86_64/PKGBUILD	2014-01-06 21:54:10 UTC (rev 103504)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.7.3
-pkgrel=2
-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' 'wxgtk2.8' '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}"
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-staging-x86_64/PKGBUILD (from rev 103503, filezilla/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-06 21:54:10 UTC (rev 103504)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=2
+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' 'wxgtk2.8' '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}"
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Deleted: community-staging-x86_64/filezilla.install
===================================================================
--- community-staging-x86_64/filezilla.install	2014-01-06 21:42:58 UTC (rev 103503)
+++ community-staging-x86_64/filezilla.install	2014-01-06 21:54:10 UTC (rev 103504)
@@ -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-staging-x86_64/filezilla.install (from rev 103503, filezilla/trunk/filezilla.install)
===================================================================
--- community-staging-x86_64/filezilla.install	                        (rev 0)
+++ community-staging-x86_64/filezilla.install	2014-01-06 21:54:10 UTC (rev 103504)
@@ -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