Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aqbanking: update to 6.5.4
@ 2023-07-31 18:35 cinerea0
  2023-07-31 18:39 ` cinerea0
  2023-07-31 18:39 ` [PR PATCH] [Closed]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-31 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages aqbanking
https://github.com/void-linux/void-packages/pull/45361

aqbanking: update to 6.5.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

I tested this as part of the gnucash update, and everything seems to work. I did **not** test against the older version of gnucash or gwenhywfar, so this should only be merged after https://github.com/void-linux/void-packages/pull/43386 and #45360.

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

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

From 7c9df7dc421484f51d91484de436f4940a05b56e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 31 Jul 2023 14:32:51 -0400
Subject: [PATCH] aqbanking: update to 6.5.4

---
 srcpkgs/aqbanking/template | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/aqbanking/template b/srcpkgs/aqbanking/template
index b21f9f9afa095..45db0a56ec9c6 100644
--- a/srcpkgs/aqbanking/template
+++ b/srcpkgs/aqbanking/template
@@ -1,16 +1,16 @@
 # Template file for 'aqbanking'
 pkgname=aqbanking
-version=6.3.2
+version=6.5.4
 revision=1
 build_style=gnu-configure
-hostmakedepends="pkg-config gwenhywfar tar"
-makedepends="gwenhywfar-devel xmlsec1-devel ktoblzcheck-devel gmp-devel"
+hostmakedepends="automake libtool pkg-config gwenhywfar tar"
+makedepends="gwenhywfar-devel xmlsec1-devel gmp-devel"
 short_desc="Library for online banking and financial applications"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only, GPL-3.0-only"
 homepage="https://www.aquamaniac.de/rdm/"
-distfiles="https://www.aquamaniac.de/rdm/attachments/download/386/${pkgname}-${version}.tar.gz"
-checksum=a97ab42f7298cbb2617b2bda53ca51a2b0fe5f780bde098a39a5f4a3243e3418
+distfiles="https://github.com/aqbanking/aqbanking/archive/refs/tags/${version}.tar.gz"
+checksum=66b13d7694c25d09511b77edc14262025a452dfd93359c7257826f0e4c60dc6b
 disable_parallel_build=yes
 
 if [ "$CROSS_BUILD" ]; then
@@ -18,6 +18,16 @@ if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -with-xmlmerge=/usr/bin/xmlmerge"
 fi
 
+pre_configure() {
+	autoreconf -fi
+}
+
+pre_build() {
+	make -f Makefile.cvs
+	make typedefs
+	make types
+}
+
 aqbanking-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
@@ -25,6 +35,7 @@ aqbanking-devel_package() {
 		vmove usr/bin/aqbanking-config
 		vmove usr/include
 		vmove "usr/lib/*.so"
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 		vmove usr/share/aclocal
 	}

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

* Re: aqbanking: update to 6.5.4
  2023-07-31 18:35 [PR PATCH] aqbanking: update to 6.5.4 cinerea0
@ 2023-07-31 18:39 ` cinerea0
  2023-07-31 18:39 ` [PR PATCH] [Closed]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-31 18:39 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/45361#issuecomment-1658945253

Comment:
Looks like this requires the gwenhywfar update; I'll add it to that PR. Sorry about that!

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

* Re: [PR PATCH] [Closed]: aqbanking: update to 6.5.4
  2023-07-31 18:35 [PR PATCH] aqbanking: update to 6.5.4 cinerea0
  2023-07-31 18:39 ` cinerea0
@ 2023-07-31 18:39 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-31 18:39 UTC (permalink / raw)
  To: ml

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

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

aqbanking: update to 6.5.4
https://github.com/void-linux/void-packages/pull/45361

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

I tested this as part of the gnucash update, and everything seems to work. I did **not** test against the older version of gnucash or gwenhywfar, so this should only be merged after https://github.com/void-linux/void-packages/pull/43386 and #45360.

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

end of thread, other threads:[~2023-07-31 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 18:35 [PR PATCH] aqbanking: update to 6.5.4 cinerea0
2023-07-31 18:39 ` cinerea0
2023-07-31 18:39 ` [PR PATCH] [Closed]: " cinerea0

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).