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

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jan 6 21:42:58 UTC 2014


    Date: Monday, January 6, 2014 @ 22:42:58
  Author: alucryd
Revision: 103503

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 103502, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-i686/filezilla.install
    (from rev 103502, filezilla/trunk/filezilla.install)
  filezilla/repos/community-staging-x86_64/
  filezilla/repos/community-staging-x86_64/PKGBUILD
    (from rev 103502, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-x86_64/filezilla.install
    (from rev 103502, filezilla/trunk/filezilla.install)

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

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 103502, filezilla/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-06 21:42:58 UTC (rev 103503)
@@ -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')

Copied: filezilla/repos/community-staging-i686/filezilla.install (from rev 103502, filezilla/trunk/filezilla.install)
===================================================================
--- community-staging-i686/filezilla.install	                        (rev 0)
+++ community-staging-i686/filezilla.install	2014-01-06 21:42:58 UTC (rev 103503)
@@ -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 103502, filezilla/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-06 21:42:58 UTC (rev 103503)
@@ -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')

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