Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gwenhywfar: update to 5.6.0
@ 2021-02-24  0:30 manfredu
  2021-04-08 20:52 ` [PR PATCH] [Updated] [WIP] " manfredu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: manfredu @ 2021-02-24  0:30 UTC (permalink / raw)
  To: ml

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

There is a new 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

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: 1115 bytes --]

From eeeae655e186d6782317382ffd44424bc58a44d2 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

---
 srcpkgs/gwenhywfar/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gwenhywfar/template b/srcpkgs/gwenhywfar/template
index f2287e9706a..c00c9fca4c5 100644
--- a/srcpkgs/gwenhywfar/template
+++ b/srcpkgs/gwenhywfar/template
@@ -1,6 +1,6 @@
 # Template file for 'gwenhywfar'
 pkgname=gwenhywfar
-version=5.4.0
+version=5.6.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-visibility --disable-binreloc
@@ -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"

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

* Re: [PR PATCH] [Updated] [WIP] gwenhywfar: update to 5.6.0
  2021-02-24  0:30 [PR PATCH] gwenhywfar: update to 5.6.0 manfredu
@ 2021-04-08 20:52 ` manfredu
  2021-04-09  9:23 ` manfredu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: manfredu @ 2021-04-08 20:52 UTC (permalink / raw)
  To: ml

[-- 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: 1206 bytes --]

From e47dc4fb58789a34a5a7f858ba507d8c18c0d80e 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

---
 srcpkgs/gwenhywfar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gwenhywfar/template b/srcpkgs/gwenhywfar/template
index 89adfe051249..c00c9fca4c58 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"

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

* Re: [PR PATCH] [Updated] [WIP] gwenhywfar: update to 5.6.0
  2021-02-24  0:30 [PR PATCH] gwenhywfar: update to 5.6.0 manfredu
  2021-04-08 20:52 ` [PR PATCH] [Updated] [WIP] " manfredu
@ 2021-04-09  9:23 ` manfredu
  2021-04-09 22:23 ` manfredu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: manfredu @ 2021-04-09  9:23 UTC (permalink / raw)
  To: ml

[-- 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: 3282 bytes --]

From 5ad8eaed92be67367d0e9ac6db513ff15865e5d4 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

---
 srcpkgs/gwenhywfar/template | 60 ++++++++++++++++++-------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

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() {

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

* Re: [PR PATCH] [Updated] [WIP] gwenhywfar: update to 5.6.0
  2021-02-24  0:30 [PR PATCH] gwenhywfar: update to 5.6.0 manfredu
  2021-04-08 20:52 ` [PR PATCH] [Updated] [WIP] " manfredu
  2021-04-09  9:23 ` manfredu
@ 2021-04-09 22:23 ` manfredu
  2021-04-10 12:56 ` [PR PATCH] [Updated] " manfredu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: manfredu @ 2021-04-09 22:23 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Updated] gwenhywfar: update to 5.6.0
  2021-02-24  0:30 [PR PATCH] gwenhywfar: update to 5.6.0 manfredu
                   ` (2 preceding siblings ...)
  2021-04-09 22:23 ` manfredu
@ 2021-04-10 12:56 ` manfredu
  2021-07-20 21:00 ` ericonr
  2021-07-20 21:00 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: manfredu @ 2021-04-10 12:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 572 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

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: 3173 bytes --]

From a543a3d422d60c5c46c1f022cef68b2f045c8848 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                   | 54 +++++++++----------
 2 files changed, 36 insertions(+), 27 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 c6e01f4bea86..ce14ecdf58b8 100644
--- a/srcpkgs/gwenhywfar/template
+++ b/srcpkgs/gwenhywfar/template
@@ -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() {

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

* Re: gwenhywfar: update to 5.6.0
  2021-02-24  0:30 [PR PATCH] gwenhywfar: update to 5.6.0 manfredu
                   ` (3 preceding siblings ...)
  2021-04-10 12:56 ` [PR PATCH] [Updated] " manfredu
@ 2021-07-20 21:00 ` ericonr
  2021-07-20 21:00 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-07-20 21:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29018#issuecomment-883704819

Comment:
Pushed in 128832c1f9adad8ea6fa0a9fe399f4e4b82bd544, feel free to open a PR for the tests

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

* Re: [PR PATCH] [Closed]: gwenhywfar: update to 5.6.0
  2021-02-24  0:30 [PR PATCH] gwenhywfar: update to 5.6.0 manfredu
                   ` (4 preceding siblings ...)
  2021-07-20 21:00 ` ericonr
@ 2021-07-20 21:00 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-07-20 21:00 UTC (permalink / raw)
  To: ml

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

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

gwenhywfar: update to 5.6.0
https://github.com/void-linux/void-packages/pull/29018

Description:
#### 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


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

end of thread, other threads:[~2021-07-20 21:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  0:30 [PR PATCH] gwenhywfar: update to 5.6.0 manfredu
2021-04-08 20:52 ` [PR PATCH] [Updated] [WIP] " manfredu
2021-04-09  9:23 ` manfredu
2021-04-09 22:23 ` manfredu
2021-04-10 12:56 ` [PR PATCH] [Updated] " manfredu
2021-07-20 21:00 ` ericonr
2021-07-20 21:00 ` [PR PATCH] [Closed]: " ericonr

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