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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 07:46:34 UTC 2015


    Date: Monday, December 7, 2015 @ 08:46:33
  Author: foutrelis
Revision: 149727

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

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

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   37 +++++++++++++++++++++++++++
 community-staging-i686/filezilla.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD          |   37 +++++++++++++++++++++++++++
 community-staging-x86_64/filezilla.install |   11 ++++++++
 4 files changed, 96 insertions(+)

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 149726, filezilla/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 07:46:33 UTC (rev 149727)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at 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-staging-i686/filezilla.install (from rev 149726, filezilla/trunk/filezilla.install)
===================================================================
--- community-staging-i686/filezilla.install	                        (rev 0)
+++ community-staging-i686/filezilla.install	2015-12-07 07:46:33 UTC (rev 149727)
@@ -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
+}

Copied: filezilla/repos/community-staging-x86_64/PKGBUILD (from rev 149726, filezilla/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 07:46:33 UTC (rev 149727)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at 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-staging-x86_64/filezilla.install (from rev 149726, filezilla/trunk/filezilla.install)
===================================================================
--- community-staging-x86_64/filezilla.install	                        (rev 0)
+++ community-staging-x86_64/filezilla.install	2015-12-07 07:46:33 UTC (rev 149727)
@@ -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