Github messages for voidlinux
 help / color / mirror / Atom feed
From: manfredu <manfredu@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] gwenhywfar: update to 5.6.0
Date: Sat, 10 Apr 2021 00:23:50 +0200	[thread overview]
Message-ID: <20210409222350.JFGe2NEeZNSZeHmwwnExRfpKBSJ1QRT_tyQSUPJbhpI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29018@inbox.vuxu.org>

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

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

https://github.com/manfredu/void-packages gwenhywfar
https://github.com/void-linux/void-packages/pull/29018

[WIP] gwenhywfar: update to 5.6.0
#### Have the results of the proposed changes been tested?
- [x ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 252bc7465105024d9a08eed982e313126ce30681 Mon Sep 17 00:00:00 2001
From: Manfred Usselmann <mu@usselmann.it>
Date: Tue, 23 Feb 2021 23:43:23 +0100
Subject: [PATCH] gwenhywfar: update to 5.6.0

Disable network checks since devel.aqbanking.de can't be reached.
---
 .../gwenhywfar/patches/disable-check.patch    |  9 +++
 srcpkgs/gwenhywfar/template                   | 60 +++++++++----------
 2 files changed, 39 insertions(+), 30 deletions(-)
 create mode 100644 srcpkgs/gwenhywfar/patches/disable-check.patch

diff --git a/srcpkgs/gwenhywfar/patches/disable-check.patch b/srcpkgs/gwenhywfar/patches/disable-check.patch
new file mode 100644
index 000000000000..09f13e088297
--- /dev/null
+++ b/srcpkgs/gwenhywfar/patches/disable-check.patch
@@ -0,0 +1,9 @@
+--- checks/checks.h
++++ checks/checks.h
+@@ -2,5 +2,6 @@
+ #ifndef CHECKS_H
+ #define CHECKS_H
++#define GWENHYWFAR_SKIP_NETWORK_CHECKS
+ 
+ int check_db();
+ 
\ No newline at end of file
diff --git a/srcpkgs/gwenhywfar/template b/srcpkgs/gwenhywfar/template
index 89adfe051249..fad1b7ed228a 100644
--- a/srcpkgs/gwenhywfar/template
+++ b/srcpkgs/gwenhywfar/template
@@ -1,7 +1,7 @@
 # Template file for 'gwenhywfar'
 pkgname=gwenhywfar
-version=5.4.0
-revision=2
+version=5.6.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-visibility --disable-binreloc
  --with-qt5-moc=/usr/lib/qt5/bin/moc --with-qt5-uic=/usr/lib/qt5/bin/uic"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/aqbanking/gwenhywfar"
 distfiles="https://github.com/aqbanking/gwenhywfar/archive/${version}.tar.gz"
-checksum=e46c3450d610b36f51b46ab97640ae340e8b68850f03b23b98c4ab682a5027c0
+checksum=9f2876770824a283d02fd730bb1f7a98970fa6f20121f4af433d6698831c3a84
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"
@@ -24,33 +24,33 @@ pre_configure() {
 	vsed -i configure.ac -e's;"qt4 gtk2";"qt5 gtk2 gtk3";'
 	autoreconf -fi
 	if [ "$CROSS_BUILD" ]; then
-                cat > "${wrksrc}/qt.conf" <<_EOF
-[Paths]
-Sysroot=${XBPS_CROSS_BASE}
-Prefix=${XBPS_CROSS_BASE}/usr
-ArchData=${XBPS_CROSS_BASE}/usr/lib/qt5
-Data=${XBPS_CROSS_BASE}/usr/share/qt5
-Documentation=${XBPS_CROSS_BASE}/usr/share/doc/qt5
-Headers=${XBPS_CROSS_BASE}/usr/include/qt5
-Libraries=${XBPS_CROSS_BASE}/usr/lib
-LibraryExecutables=/usr/lib/qt5/libexec
-Binaries=/usr/lib/qt5/bin
-Tests=${XBPS_CROSS_BASE}/usr/tests
-Plugins=/usr/lib/qt5/plugins
-Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/imports
-Qml2Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/qml
-Translations=${XBPS_CROSS_BASE}/usr/share/qt5/translations
-Settings=${XBPS_CROSS_BASE}/etc/xdg
-Examples=${XBPS_CROSS_BASE}/usr/share/qt5/examples
-HostPrefix=/usr
-HostData=/usr/lib/qt5
-HostBinaries=/usr/lib/qt5/bin
-HostLibraries=/usr/lib
-Spec=linux-g++
-TargetSpec=linux-g++
-_EOF
-	configure_args+=" --with-qt5-config=${wrksrc}/qt.conf"
-        fi
+		cat > "${wrksrc}/qt.conf" <<-_EOF
+		[Paths]
+		Sysroot=${XBPS_CROSS_BASE}
+		Prefix=${XBPS_CROSS_BASE}/usr
+		ArchData=${XBPS_CROSS_BASE}/usr/lib/qt5
+		Data=${XBPS_CROSS_BASE}/usr/share/qt5
+		Documentation=${XBPS_CROSS_BASE}/usr/share/doc/qt5
+		Headers=${XBPS_CROSS_BASE}/usr/include/qt5
+		Libraries=${XBPS_CROSS_BASE}/usr/lib
+		LibraryExecutables=/usr/lib/qt5/libexec
+		Binaries=/usr/lib/qt5/bin
+		Tests=${XBPS_CROSS_BASE}/usr/tests
+		Plugins=/usr/lib/qt5/plugins
+		Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/imports
+		Qml2Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/qml
+		Translations=${XBPS_CROSS_BASE}/usr/share/qt5/translations
+		Settings=${XBPS_CROSS_BASE}/etc/xdg
+		Examples=${XBPS_CROSS_BASE}/usr/share/qt5/examples
+		HostPrefix=/usr
+		HostData=/usr/lib/qt5
+		HostBinaries=/usr/lib/qt5/bin
+		HostLibraries=/usr/lib
+		Spec=linux-g++
+		TargetSpec=linux-g++
+		_EOF
+		configure_args+=" --with-qt5-config=${wrksrc}/qt.conf"
+	fi
 }
 
 gwenhywfar-gtk_package() {

  parent reply	other threads:[~2021-04-09 22:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24  0:30 [PR PATCH] " manfredu
2021-04-08 20:52 ` [PR PATCH] [Updated] [WIP] " manfredu
2021-04-09  9:23 ` manfredu
2021-04-09 22:23 ` manfredu [this message]
2021-04-10 12:56 ` [PR PATCH] [Updated] " manfredu
2021-07-20 21:00 ` ericonr
2021-07-20 21:00 ` [PR PATCH] [Closed]: " ericonr

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=20210409222350.JFGe2NEeZNSZeHmwwnExRfpKBSJ1QRT_tyQSUPJbhpI@z \
    --to=manfredu@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).