Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] aqbanking: update to 6.5.4
Date: Mon, 31 Jul 2023 20:35:54 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45361@inbox.vuxu.org> (raw)

[-- 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
 	}

             reply	other threads:[~2023-07-31 18:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 18:35 cinerea0 [this message]
2023-07-31 18:39 ` cinerea0
2023-07-31 18:39 ` [PR PATCH] [Closed]: " cinerea0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45361@inbox.vuxu.org \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).