Date: Monday, April 24, 2023 @ 08:43:35
  Author: freswa
Revision: 1448475

archrelease: copy trunk to community-x86_64

Added:
  filezilla/repos/community-x86_64/PKGBUILD
    (from rev 1448474, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/wxwidgets-3.2.patch
    (from rev 1448474, 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-24 08:43:20 UTC (rev 1448474)
+++ PKGBUILD    2023-04-24 08:43:35 UTC (rev 1448475)
@@ -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=2
-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 1448474, 
filezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-24 08:43:35 UTC (rev 1448475)
@@ -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.63.2.1
+pkgrel=3
+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:

Deleted: wxwidgets-3.2.patch
===================================================================
--- wxwidgets-3.2.patch 2023-04-24 08:43:20 UTC (rev 1448474)
+++ wxwidgets-3.2.patch 2023-04-24 08:43:35 UTC (rev 1448475)
@@ -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 1448474, 
filezilla/trunk/wxwidgets-3.2.patch)
===================================================================
--- wxwidgets-3.2.patch                         (rev 0)
+++ wxwidgets-3.2.patch 2023-04-24 08:43:35 UTC (rev 1448475)
@@ -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