Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] filezilla: update to 3.43.0.
@ 2019-06-27 18:59 voidlinux-github
  2019-06-28  4:58 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-27 18:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages libfilezilla
https://github.com/void-linux/void-packages/pull/12721

filezilla: update to 3.43.0.


A patch file from https://github.com/void-linux/void-packages/pull/12721.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libfilezilla-12721.patch --]
[-- Type: application/text/x-diff, Size: 3541 bytes --]

From cc22a42e631c8fae057e56eb6661618e7a4226e0 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 20 Jun 2019 16:14:58 +0200
Subject: [PATCH 1/2] libfilezilla: update to 0.17.1.

---
 srcpkgs/libfilezilla/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template
index 4d220683255..d849cb5e7db 100644
--- a/srcpkgs/libfilezilla/template
+++ b/srcpkgs/libfilezilla/template
@@ -1,18 +1,18 @@
 # Template file for 'libfilezilla'
 # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
 pkgname=libfilezilla
-version=0.16.0
-revision=2
+version=0.17.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
-makedepends="nettle-devel"
+makedepends="nettle-devel gnutls-devel"
 short_desc="Small and modern C++ library, which offers some basic functionalities"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://lib.filezilla-project.org/"
 distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=3b6c4be3c57ad5e6e9bcfd365222e95db7f52d2f6a165a9c93747f4aeb0ea7b9
+checksum=d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
 
 libfilezilla-devel_package() {
 	short_desc+=" - development files"

From ff423ef78f59aa52deee63781c60afc3c0125b41 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 27 Jun 2019 20:50:21 +0200
Subject: [PATCH 2/2] filezilla: update to 3.43.0.

---
 srcpkgs/filezilla/patches/libtool.patch | 11 -----------
 srcpkgs/filezilla/template              |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/filezilla/patches/libtool.patch

diff --git a/srcpkgs/filezilla/patches/libtool.patch b/srcpkgs/filezilla/patches/libtool.patch
deleted file mode 100644
index b11c3ca7839..00000000000
--- a/srcpkgs/filezilla/patches/libtool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/interface/Makefile.in	2019-05-08 10:46:51.003218135 +0200
-+++ src/interface/Makefile.in	2019-05-08 10:47:13.641898259 +0200
-@@ -815,7 +815,7 @@
- 	$(IDN_LIB) $(LIBSQLITE3_LIBS) $(am__append_5) $(LIBGTK_LIBS)
- dist_noinst_DATA = interface.vcxproj
- @MACAPPBUNDLE_TRUE@noinst_DATA = $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla$(EXEEXT)
--@MACAPPBUNDLE_TRUE@filezilla_LIBTOOLFLAGS = --tag=CXX
-+filezilla_LIBTOOLFLAGS = --tag=CXX
- @MACAPPBUNDLE_TRUE@filezilla_OBJCXXFLAGS = -std=gnu++14
- CLEANFILES = filezilla.h.gch
- MAINTAINERCLEANFILES = ./$(DEPDIR)/filezilla.Po
diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index 95428cb6a80..db85add2c09 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,6 +1,6 @@
 # Template file for 'filezilla'
 pkgname=filezilla
-version=3.42.1
+version=3.43.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://filezilla-project.org"
 changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
 distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
-checksum=4fc62e3b137707344d3fc0ebd65b85e428ac394ac9fd3a2efc3a78cebc667e20
+checksum=6fe652c360682f860abe2dc2e196bddca6260242cefe6fe779d42c327c01258e
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] filezilla: update to 3.43.0.
  2019-06-27 18:59 [PR PATCH] filezilla: update to 3.43.0 voidlinux-github
  2019-06-28  4:58 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-28  4:58 ` voidlinux-github
  2019-06-28  8:47 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-28  4:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages libfilezilla
https://github.com/void-linux/void-packages/pull/12721

filezilla: update to 3.43.0.


A patch file from https://github.com/void-linux/void-packages/pull/12721.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libfilezilla-12721.patch --]
[-- Type: application/text/x-diff, Size: 3541 bytes --]

From cc22a42e631c8fae057e56eb6661618e7a4226e0 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 20 Jun 2019 16:14:58 +0200
Subject: [PATCH 1/2] libfilezilla: update to 0.17.1.

---
 srcpkgs/libfilezilla/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template
index 4d220683255..d849cb5e7db 100644
--- a/srcpkgs/libfilezilla/template
+++ b/srcpkgs/libfilezilla/template
@@ -1,18 +1,18 @@
 # Template file for 'libfilezilla'
 # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
 pkgname=libfilezilla
-version=0.16.0
-revision=2
+version=0.17.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
-makedepends="nettle-devel"
+makedepends="nettle-devel gnutls-devel"
 short_desc="Small and modern C++ library, which offers some basic functionalities"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://lib.filezilla-project.org/"
 distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=3b6c4be3c57ad5e6e9bcfd365222e95db7f52d2f6a165a9c93747f4aeb0ea7b9
+checksum=d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
 
 libfilezilla-devel_package() {
 	short_desc+=" - development files"

From 01830fa3e0375143a125aba20954b6baca0fd11b Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 27 Jun 2019 20:50:21 +0200
Subject: [PATCH 2/2] filezilla: update to 3.43.0.

---
 srcpkgs/filezilla/patches/libtool.patch | 11 -----------
 srcpkgs/filezilla/template              |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/filezilla/patches/libtool.patch

diff --git a/srcpkgs/filezilla/patches/libtool.patch b/srcpkgs/filezilla/patches/libtool.patch
deleted file mode 100644
index b11c3ca7839..00000000000
--- a/srcpkgs/filezilla/patches/libtool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/interface/Makefile.in	2019-05-08 10:46:51.003218135 +0200
-+++ src/interface/Makefile.in	2019-05-08 10:47:13.641898259 +0200
-@@ -815,7 +815,7 @@
- 	$(IDN_LIB) $(LIBSQLITE3_LIBS) $(am__append_5) $(LIBGTK_LIBS)
- dist_noinst_DATA = interface.vcxproj
- @MACAPPBUNDLE_TRUE@noinst_DATA = $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla$(EXEEXT)
--@MACAPPBUNDLE_TRUE@filezilla_LIBTOOLFLAGS = --tag=CXX
-+filezilla_LIBTOOLFLAGS = --tag=CXX
- @MACAPPBUNDLE_TRUE@filezilla_OBJCXXFLAGS = -std=gnu++14
- CLEANFILES = filezilla.h.gch
- MAINTAINERCLEANFILES = ./$(DEPDIR)/filezilla.Po
diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index 95428cb6a80..db85add2c09 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,6 +1,6 @@
 # Template file for 'filezilla'
 pkgname=filezilla
-version=3.42.1
+version=3.43.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://filezilla-project.org"
 changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
 distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
-checksum=4fc62e3b137707344d3fc0ebd65b85e428ac394ac9fd3a2efc3a78cebc667e20
+checksum=6fe652c360682f860abe2dc2e196bddca6260242cefe6fe779d42c327c01258e
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] filezilla: update to 3.43.0.
  2019-06-27 18:59 [PR PATCH] filezilla: update to 3.43.0 voidlinux-github
@ 2019-06-28  4:58 ` voidlinux-github
  2019-06-28  4:58 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-28  4:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages libfilezilla
https://github.com/void-linux/void-packages/pull/12721

filezilla: update to 3.43.0.


A patch file from https://github.com/void-linux/void-packages/pull/12721.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libfilezilla-12721.patch --]
[-- Type: application/text/x-diff, Size: 3541 bytes --]

From cc22a42e631c8fae057e56eb6661618e7a4226e0 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 20 Jun 2019 16:14:58 +0200
Subject: [PATCH 1/2] libfilezilla: update to 0.17.1.

---
 srcpkgs/libfilezilla/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template
index 4d220683255..d849cb5e7db 100644
--- a/srcpkgs/libfilezilla/template
+++ b/srcpkgs/libfilezilla/template
@@ -1,18 +1,18 @@
 # Template file for 'libfilezilla'
 # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
 pkgname=libfilezilla
-version=0.16.0
-revision=2
+version=0.17.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
-makedepends="nettle-devel"
+makedepends="nettle-devel gnutls-devel"
 short_desc="Small and modern C++ library, which offers some basic functionalities"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://lib.filezilla-project.org/"
 distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=3b6c4be3c57ad5e6e9bcfd365222e95db7f52d2f6a165a9c93747f4aeb0ea7b9
+checksum=d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
 
 libfilezilla-devel_package() {
 	short_desc+=" - development files"

From 01830fa3e0375143a125aba20954b6baca0fd11b Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 27 Jun 2019 20:50:21 +0200
Subject: [PATCH 2/2] filezilla: update to 3.43.0.

---
 srcpkgs/filezilla/patches/libtool.patch | 11 -----------
 srcpkgs/filezilla/template              |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/filezilla/patches/libtool.patch

diff --git a/srcpkgs/filezilla/patches/libtool.patch b/srcpkgs/filezilla/patches/libtool.patch
deleted file mode 100644
index b11c3ca7839..00000000000
--- a/srcpkgs/filezilla/patches/libtool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/interface/Makefile.in	2019-05-08 10:46:51.003218135 +0200
-+++ src/interface/Makefile.in	2019-05-08 10:47:13.641898259 +0200
-@@ -815,7 +815,7 @@
- 	$(IDN_LIB) $(LIBSQLITE3_LIBS) $(am__append_5) $(LIBGTK_LIBS)
- dist_noinst_DATA = interface.vcxproj
- @MACAPPBUNDLE_TRUE@noinst_DATA = $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla$(EXEEXT)
--@MACAPPBUNDLE_TRUE@filezilla_LIBTOOLFLAGS = --tag=CXX
-+filezilla_LIBTOOLFLAGS = --tag=CXX
- @MACAPPBUNDLE_TRUE@filezilla_OBJCXXFLAGS = -std=gnu++14
- CLEANFILES = filezilla.h.gch
- MAINTAINERCLEANFILES = ./$(DEPDIR)/filezilla.Po
diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index 95428cb6a80..db85add2c09 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,6 +1,6 @@
 # Template file for 'filezilla'
 pkgname=filezilla
-version=3.42.1
+version=3.43.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://filezilla-project.org"
 changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
 distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
-checksum=4fc62e3b137707344d3fc0ebd65b85e428ac394ac9fd3a2efc3a78cebc667e20
+checksum=6fe652c360682f860abe2dc2e196bddca6260242cefe6fe779d42c327c01258e
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] filezilla: update to 3.43.0.
  2019-06-27 18:59 [PR PATCH] filezilla: update to 3.43.0 voidlinux-github
  2019-06-28  4:58 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-28  4:58 ` voidlinux-github
@ 2019-06-28  8:47 ` voidlinux-github
  2019-06-28  8:47 ` voidlinux-github
  2019-06-28 17:32 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-28  8:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages libfilezilla
https://github.com/void-linux/void-packages/pull/12721

filezilla: update to 3.43.0.


A patch file from https://github.com/void-linux/void-packages/pull/12721.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libfilezilla-12721.patch --]
[-- Type: application/text/x-diff, Size: 3682 bytes --]

From 8ef0287e6a8aebb64c8051261d7823551184c4fe Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 20 Jun 2019 16:14:58 +0200
Subject: [PATCH 1/2] libfilezilla: update to 0.17.1.

---
 srcpkgs/libfilezilla/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template
index 4d220683255..3fcc2a9dd2b 100644
--- a/srcpkgs/libfilezilla/template
+++ b/srcpkgs/libfilezilla/template
@@ -1,18 +1,25 @@
 # Template file for 'libfilezilla'
 # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
 pkgname=libfilezilla
-version=0.16.0
-revision=2
+version=0.17.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
-makedepends="nettle-devel"
+makedepends="nettle-devel gnutls-devel"
 short_desc="Small and modern C++ library, which offers some basic functionalities"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://lib.filezilla-project.org/"
 distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=3b6c4be3c57ad5e6e9bcfd365222e95db7f52d2f6a165a9c93747f4aeb0ea7b9
+checksum=d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
+
+case "$XBPS_TARGET_MACHINE" in
+	armv[56]*|ppc|ppc-musl*)
+		makedepends+=" libatomic-devel"
+		LDFLAGS+=" -latomic"
+		;;
+esac
 
 libfilezilla-devel_package() {
 	short_desc+=" - development files"

From 1241a9f4c2c126d86f4d3fd98a32fa2d790985c1 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 27 Jun 2019 20:50:21 +0200
Subject: [PATCH 2/2] filezilla: update to 3.43.0.

---
 srcpkgs/filezilla/patches/libtool.patch | 11 -----------
 srcpkgs/filezilla/template              |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/filezilla/patches/libtool.patch

diff --git a/srcpkgs/filezilla/patches/libtool.patch b/srcpkgs/filezilla/patches/libtool.patch
deleted file mode 100644
index b11c3ca7839..00000000000
--- a/srcpkgs/filezilla/patches/libtool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/interface/Makefile.in	2019-05-08 10:46:51.003218135 +0200
-+++ src/interface/Makefile.in	2019-05-08 10:47:13.641898259 +0200
-@@ -815,7 +815,7 @@
- 	$(IDN_LIB) $(LIBSQLITE3_LIBS) $(am__append_5) $(LIBGTK_LIBS)
- dist_noinst_DATA = interface.vcxproj
- @MACAPPBUNDLE_TRUE@noinst_DATA = $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla$(EXEEXT)
--@MACAPPBUNDLE_TRUE@filezilla_LIBTOOLFLAGS = --tag=CXX
-+filezilla_LIBTOOLFLAGS = --tag=CXX
- @MACAPPBUNDLE_TRUE@filezilla_OBJCXXFLAGS = -std=gnu++14
- CLEANFILES = filezilla.h.gch
- MAINTAINERCLEANFILES = ./$(DEPDIR)/filezilla.Po
diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index 95428cb6a80..db85add2c09 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,6 +1,6 @@
 # Template file for 'filezilla'
 pkgname=filezilla
-version=3.42.1
+version=3.43.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://filezilla-project.org"
 changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
 distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
-checksum=4fc62e3b137707344d3fc0ebd65b85e428ac394ac9fd3a2efc3a78cebc667e20
+checksum=6fe652c360682f860abe2dc2e196bddca6260242cefe6fe779d42c327c01258e
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] filezilla: update to 3.43.0.
  2019-06-27 18:59 [PR PATCH] filezilla: update to 3.43.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-28  8:47 ` voidlinux-github
@ 2019-06-28  8:47 ` voidlinux-github
  2019-06-28 17:32 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-28  8:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages libfilezilla
https://github.com/void-linux/void-packages/pull/12721

filezilla: update to 3.43.0.


A patch file from https://github.com/void-linux/void-packages/pull/12721.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libfilezilla-12721.patch --]
[-- Type: application/text/x-diff, Size: 3682 bytes --]

From 8ef0287e6a8aebb64c8051261d7823551184c4fe Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 20 Jun 2019 16:14:58 +0200
Subject: [PATCH 1/2] libfilezilla: update to 0.17.1.

---
 srcpkgs/libfilezilla/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template
index 4d220683255..3fcc2a9dd2b 100644
--- a/srcpkgs/libfilezilla/template
+++ b/srcpkgs/libfilezilla/template
@@ -1,18 +1,25 @@
 # Template file for 'libfilezilla'
 # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
 pkgname=libfilezilla
-version=0.16.0
-revision=2
+version=0.17.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
-makedepends="nettle-devel"
+makedepends="nettle-devel gnutls-devel"
 short_desc="Small and modern C++ library, which offers some basic functionalities"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://lib.filezilla-project.org/"
 distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=3b6c4be3c57ad5e6e9bcfd365222e95db7f52d2f6a165a9c93747f4aeb0ea7b9
+checksum=d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
+
+case "$XBPS_TARGET_MACHINE" in
+	armv[56]*|ppc|ppc-musl*)
+		makedepends+=" libatomic-devel"
+		LDFLAGS+=" -latomic"
+		;;
+esac
 
 libfilezilla-devel_package() {
 	short_desc+=" - development files"

From 1241a9f4c2c126d86f4d3fd98a32fa2d790985c1 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Thu, 27 Jun 2019 20:50:21 +0200
Subject: [PATCH 2/2] filezilla: update to 3.43.0.

---
 srcpkgs/filezilla/patches/libtool.patch | 11 -----------
 srcpkgs/filezilla/template              |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/filezilla/patches/libtool.patch

diff --git a/srcpkgs/filezilla/patches/libtool.patch b/srcpkgs/filezilla/patches/libtool.patch
deleted file mode 100644
index b11c3ca7839..00000000000
--- a/srcpkgs/filezilla/patches/libtool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/interface/Makefile.in	2019-05-08 10:46:51.003218135 +0200
-+++ src/interface/Makefile.in	2019-05-08 10:47:13.641898259 +0200
-@@ -815,7 +815,7 @@
- 	$(IDN_LIB) $(LIBSQLITE3_LIBS) $(am__append_5) $(LIBGTK_LIBS)
- dist_noinst_DATA = interface.vcxproj
- @MACAPPBUNDLE_TRUE@noinst_DATA = $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla$(EXEEXT)
--@MACAPPBUNDLE_TRUE@filezilla_LIBTOOLFLAGS = --tag=CXX
-+filezilla_LIBTOOLFLAGS = --tag=CXX
- @MACAPPBUNDLE_TRUE@filezilla_OBJCXXFLAGS = -std=gnu++14
- CLEANFILES = filezilla.h.gch
- MAINTAINERCLEANFILES = ./$(DEPDIR)/filezilla.Po
diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index 95428cb6a80..db85add2c09 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,6 +1,6 @@
 # Template file for 'filezilla'
 pkgname=filezilla
-version=3.42.1
+version=3.43.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://filezilla-project.org"
 changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
 distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
-checksum=4fc62e3b137707344d3fc0ebd65b85e428ac394ac9fd3a2efc3a78cebc667e20
+checksum=6fe652c360682f860abe2dc2e196bddca6260242cefe6fe779d42c327c01258e
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: filezilla: update to 3.43.0.
  2019-06-27 18:59 [PR PATCH] filezilla: update to 3.43.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-28  8:47 ` voidlinux-github
@ 2019-06-28 17:32 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-28 17:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

filezilla: update to 3.43.0.
https://github.com/void-linux/void-packages/pull/12721
Description: 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-28 17:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27 18:59 [PR PATCH] filezilla: update to 3.43.0 voidlinux-github
2019-06-28  4:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-28  4:58 ` voidlinux-github
2019-06-28  8:47 ` voidlinux-github
2019-06-28  8:47 ` voidlinux-github
2019-06-28 17:32 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).