Date: Wednesday, April 26, 2023 @ 14:45:38
  Author: freswa
Revision: 1448805

archrelease: copy trunk to community-x86_64

Added:
  filezilla/repos/community-x86_64/PKGBUILD
    (from rev 1448804, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/wxwidgets-3.2.patch
    (from rev 1448804, filezilla/trunk/wxwidgets-3.2.patch)
Deleted:
  filezilla/repos/community-x86_64/PKGBUILD
  filezilla/repos/community-x86_64/wxwidgets-3.2.patch

---------------------+
 PKGBUILD            |   82 +++++++++++++++++++++++++-------------------------
 wxwidgets-3.2.patch |   34 ++++++++++----------
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-26 14:45:32 UTC (rev 1448804)
+++ PKGBUILD    2023-04-26 14:45:38 UTC (rev 1448805)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Daniel J Griffiths <[email protected]>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=filezilla
-pkgver=3.63.2.1
-pkgrel=4
-pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
-url='https://filezilla-project.org/'
-arch=('x86_64')
-license=('GPL')
-depends=(
-  'dbus' 'xdg-utils' 'wxwidgets-gtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
-  'gnutls' 'libfilezilla'
-  libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
-)
-source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2)
-sha256sums=('6dc14c6f7f4de7e44c8429b32f7f9edbbf10732d21dd75d8974ae44007b7b79d')
-sha512sums=('179dfd0e5e1bb1a8c49d035ac5f0f4cb54d09dd344b3d677a7a45224f50bae3bbc27a2fb404e90d69ea97abea1c69a6392d64831e5a7f33f89f70c3fd72d4006')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -vif
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --with-pugixml=builtin
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 1448804, 
filezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-26 14:45:38 UTC (rev 1448805)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=filezilla
+pkgver=3.64.0
+pkgrel=1
+pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
+url='https://filezilla-project.org/'
+arch=('x86_64')
+license=('GPL')
+depends=(
+  'dbus' 'xdg-utils' 'wxwidgets-gtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
+  'gnutls' 'libfilezilla'
+  libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
+)
+source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.xz)
+sha256sums=('813d184d54984cf0fb27a455423089070e273b2ef8a70cb613e741170edf479a')
+sha512sums=('4c4ab1969613e789999bf634d62b612f21be5e221b969941c8097b7cb3525b089f4dd846e6489a3e66df7671732445e7fb8f77fc8d59cb34a78044136a3d2a99')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -vif
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --with-pugixml=builtin
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wxwidgets-3.2.patch
===================================================================
--- wxwidgets-3.2.patch 2023-04-26 14:45:32 UTC (rev 1448804)
+++ wxwidgets-3.2.patch 2023-04-26 14:45:38 UTC (rev 1448805)
@@ -1,17 +0,0 @@
-diff -aur aaa/configure.ac bbb/configure.ac
---- aaa/configure.ac   2022-10-27 15:25:10.000000000 +0200
-+++ bbb/configure.ac   2022-10-27 21:33:52.976284207 +0200
-@@ -178,13 +178,6 @@
-         equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
-     ])
-   fi
--  if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
--    AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of 
wxWidgets are not supported.])
--  elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
--    if ! echo "$WX_CPPFLAGS" | grep __WXMAC__ > /dev/null; then
--      AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is 
not yet supported.])
--    fi
--  fi
- 
-   if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then
-     MAC_REQUIRES_AQUA="YES"

Copied: filezilla/repos/community-x86_64/wxwidgets-3.2.patch (from rev 1448804, 
filezilla/trunk/wxwidgets-3.2.patch)
===================================================================
--- wxwidgets-3.2.patch                         (rev 0)
+++ wxwidgets-3.2.patch 2023-04-26 14:45:38 UTC (rev 1448805)
@@ -0,0 +1,17 @@
+diff -aur aaa/configure.ac bbb/configure.ac
+--- aaa/configure.ac   2022-10-27 15:25:10.000000000 +0200
++++ bbb/configure.ac   2022-10-27 21:33:52.976284207 +0200
+@@ -178,13 +178,6 @@
+         equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
+     ])
+   fi
+-  if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
+-    AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of 
wxWidgets are not supported.])
+-  elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
+-    if ! echo "$WX_CPPFLAGS" | grep __WXMAC__ > /dev/null; then
+-      AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is 
not yet supported.])
+-    fi
+-  fi
+ 
+   if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then
+     MAC_REQUIRES_AQUA="YES"

Reply via email to