Date: Tuesday, January 24, 2023 @ 21:01:14
Author: freswa
Revision: 1388134
archrelease: copy trunk to community-x86_64
Added:
filezilla/repos/community-x86_64/PKGBUILD
(from rev 1388133, filezilla/trunk/PKGBUILD)
filezilla/repos/community-x86_64/wxwidgets-3.2.patch
(from rev 1388133, filezilla/trunk/wxwidgets-3.2.patch)
Deleted:
filezilla/repos/community-x86_64/PKGBUILD
filezilla/repos/community-x86_64/wxwidgets-3.2.patch
---------------------+
PKGBUILD | 86 +++++++++++++++++++++++---------------------------
wxwidgets-3.2.patch | 34 +++++++++----------
2 files changed, 58 insertions(+), 62 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-24 21:01:10 UTC (rev 1388133)
+++ PKGBUILD 2023-01-24 21:01:14 UTC (rev 1388134)
@@ -1,45 +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.62.2
-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
- wxwidgets-3.2.patch)
-sha256sums=('a76709635ca0ea474f691f6c60b191334af3079ef192c07c346504baab738c12'
- 'd1b55c763222b625b24e97e2982a0eed5fa16a18909a7a3f86f06b246c2bf3d8')
-sha512sums=('a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255'
-
'0f92bd0180830fdb54cfb2eff2b6ebb3413aaace2b901300ca2f192b5abffea28f511eb26dea4eb8fb2ff8b951d15b4c39bef77cad59542b9f3632bbddd79183')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -p1 < ../wxwidgets-3.2.patch # Allow building with wxWidgets 3.2
- 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 1388133,
filezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-24 21:01:14 UTC (rev 1388134)
@@ -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.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.bz2)
+sha256sums=('0fbff6c9b25f50d77a1f5e4139fe0acae4603c78074bcfa9afe9e032989ca400')
+sha512sums=('47065cfbc1944cd9f8b2c4d3b2a2bb1e9e169b083a46d79fe477cc3a628e91241822c739f308ce614212710f431c333f33193b9261f9b5ec677eb8c62a634364')
+
+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-01-24 21:01:10 UTC (rev 1388133)
+++ wxwidgets-3.2.patch 2023-01-24 21:01:14 UTC (rev 1388134)
@@ -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 1388133,
filezilla/trunk/wxwidgets-3.2.patch)
===================================================================
--- wxwidgets-3.2.patch (rev 0)
+++ wxwidgets-3.2.patch 2023-01-24 21:01:14 UTC (rev 1388134)
@@ -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"