Date: Wednesday, February 10, 2016 @ 16:46:53 Author: bluewind Revision: 161059
archrelease: copy trunk to community-i686, community-x86_64 Added: filezilla/repos/community-i686/PKGBUILD (from rev 161058, filezilla/trunk/PKGBUILD) filezilla/repos/community-i686/filezilla.install (from rev 161058, filezilla/trunk/filezilla.install) filezilla/repos/community-x86_64/PKGBUILD (from rev 161058, filezilla/trunk/PKGBUILD) filezilla/repos/community-x86_64/filezilla.install (from rev 161058, 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 | 74 +++++++++++++++++++++++++++++++++++ /filezilla.install | 22 ++++++++++ community-i686/PKGBUILD | 37 ----------------- community-i686/filezilla.install | 11 ----- community-x86_64/PKGBUILD | 37 ----------------- community-x86_64/filezilla.install | 11 ----- 6 files changed, 96 insertions(+), 96 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-02-10 15:46:47 UTC (rev 161058) +++ community-i686/PKGBUILD 2016-02-10 15:46:53 UTC (rev 161059) @@ -1,37 +0,0 @@ -# $Id$ -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=filezilla -pkgver=3.14.1 -pkgrel=2 -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-pugixml=builtin - - make -} - -package() { - cd "${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} -md5sums=('034e51344c866f4ecab75be80f71ba3b') Copied: filezilla/repos/community-i686/PKGBUILD (from rev 161058, filezilla/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-02-10 15:46:53 UTC (rev 161059) @@ -0,0 +1,37 @@ +# $Id$ +# Contributor: Alexander Fehr <pizzapunk gmail com> +# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> + +pkgname=filezilla +pkgver=3.15.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' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' "libfilezilla") +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-pugixml=builtin + + make +} + +package() { + cd "${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +} +md5sums=('e541b2f0389e92b25b4358d6f9f36417') Deleted: community-i686/filezilla.install =================================================================== --- community-i686/filezilla.install 2016-02-10 15:46:47 UTC (rev 161058) +++ community-i686/filezilla.install 2016-02-10 15:46:53 UTC (rev 161059) @@ -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 161058, filezilla/trunk/filezilla.install) =================================================================== --- community-i686/filezilla.install (rev 0) +++ community-i686/filezilla.install 2016-02-10 15:46:53 UTC (rev 161059) @@ -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 2016-02-10 15:46:47 UTC (rev 161058) +++ community-x86_64/PKGBUILD 2016-02-10 15:46:53 UTC (rev 161059) @@ -1,37 +0,0 @@ -# $Id$ -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=filezilla -pkgver=3.14.1 -pkgrel=2 -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-pugixml=builtin - - make -} - -package() { - cd "${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} -md5sums=('034e51344c866f4ecab75be80f71ba3b') Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 161058, filezilla/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-02-10 15:46:53 UTC (rev 161059) @@ -0,0 +1,37 @@ +# $Id$ +# Contributor: Alexander Fehr <pizzapunk gmail com> +# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> + +pkgname=filezilla +pkgver=3.15.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' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' "libfilezilla") +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-pugixml=builtin + + make +} + +package() { + cd "${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +} +md5sums=('e541b2f0389e92b25b4358d6f9f36417') Deleted: community-x86_64/filezilla.install =================================================================== --- community-x86_64/filezilla.install 2016-02-10 15:46:47 UTC (rev 161058) +++ community-x86_64/filezilla.install 2016-02-10 15:46:53 UTC (rev 161059) @@ -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 161058, filezilla/trunk/filezilla.install) =================================================================== --- community-x86_64/filezilla.install (rev 0) +++ community-x86_64/filezilla.install 2016-02-10 15:46:53 UTC (rev 161059) @@ -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 +}