Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wsjtx: update to 2.5.4.
@ 2022-05-08 16:47 classabbyamp
  2022-05-10  0:38 ` [PR PATCH] [Updated] " classabbyamp
  2022-05-10  0:52 ` [PR PATCH] [Closed]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2022-05-08 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/wsjtx-2.5.4
https://github.com/void-linux/void-packages/pull/37046

wsjtx: update to 2.5.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

merge after #37045

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/wsjtx-2.5.4-37046.patch --]
[-- Type: text/x-diff, Size: 1569 bytes --]

From ee37e6cf9df35ab0976ccccc28d4017403fcae1d Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@placeviolette.net>
Date: Sun, 8 May 2022 12:46:42 -0400
Subject: [PATCH] wsjtx: update to 2.5.4.

---
 srcpkgs/wsjtx/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template
index 15b25e7a6f32..21b5d697078d 100644
--- a/srcpkgs/wsjtx/template
+++ b/srcpkgs/wsjtx/template
@@ -1,11 +1,10 @@
 # Template file for 'wsjtx'
 pkgname=wsjtx
-version=2.4.0
+version=2.5.4
 revision=1
 build_wrksrc="wsjtx"
 build_style=cmake
-configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
- -DRIGCTL_EXE= -DRIGCTLD_EXE="
+configure_args="-DRIGCTLCOM_EXE= -DRIGCTL_EXE= -DRIGCTLD_EXE="
 hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc tar"
 makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
  qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
@@ -16,9 +15,9 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
 distfiles="${SOURCEFORGE_SITE}/wsjt/${pkgname}-${version}/${pkgname}-${version}.tgz"
-checksum=2e97c6cc8fc7a6ca7bfcad1966ed8415596f59c374727010d51340c4232e81c8
+checksum=1b3f3846ad2c0a5f410178b6612765d59ee63db249eb6cfc332ace17f0a30898
 
-if [ "$CROSS_BUILD" ]; then
+if [ "$CROSSBUILD" ]; then
 	hostmakedepends+=" qt5-qmake qt5-host-tools"
 	configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
 fi

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

* Re: [PR PATCH] [Updated] wsjtx: update to 2.5.4.
  2022-05-08 16:47 [PR PATCH] wsjtx: update to 2.5.4 classabbyamp
@ 2022-05-10  0:38 ` classabbyamp
  2022-05-10  0:52 ` [PR PATCH] [Closed]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-05-10  0:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/wsjtx-2.5.4
https://github.com/void-linux/void-packages/pull/37046

wsjtx: update to 2.5.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

merge after #37045

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/wsjtx-2.5.4-37046.patch --]
[-- Type: text/x-diff, Size: 1500 bytes --]

From 8356f87d79c55549c5fe1452efeaa34702daa163 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@placeviolette.net>
Date: Sun, 8 May 2022 12:46:42 -0400
Subject: [PATCH] wsjtx: update to 2.5.4.

---
 srcpkgs/wsjtx/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template
index 15b25e7a6f32..b8927c543a61 100644
--- a/srcpkgs/wsjtx/template
+++ b/srcpkgs/wsjtx/template
@@ -1,11 +1,10 @@
 # Template file for 'wsjtx'
 pkgname=wsjtx
-version=2.4.0
+version=2.5.4
 revision=1
-build_wrksrc="wsjtx"
+build_wrksrc=wsjtx
 build_style=cmake
-configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
- -DRIGCTL_EXE= -DRIGCTLD_EXE="
+configure_args="-DRIGCTLCOM_EXE= -DRIGCTL_EXE= -DRIGCTLD_EXE= --debug-output"
 hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc tar"
 makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
  qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
@@ -16,7 +15,7 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
 distfiles="${SOURCEFORGE_SITE}/wsjt/${pkgname}-${version}/${pkgname}-${version}.tgz"
-checksum=2e97c6cc8fc7a6ca7bfcad1966ed8415596f59c374727010d51340c4232e81c8
+checksum=1b3f3846ad2c0a5f410178b6612765d59ee63db249eb6cfc332ace17f0a30898
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-qmake qt5-host-tools"

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

* Re: [PR PATCH] [Closed]: wsjtx: update to 2.5.4.
  2022-05-08 16:47 [PR PATCH] wsjtx: update to 2.5.4 classabbyamp
  2022-05-10  0:38 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-05-10  0:52 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-05-10  0:52 UTC (permalink / raw)
  To: ml

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

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

wsjtx: update to 2.5.4.
https://github.com/void-linux/void-packages/pull/37046

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

merge after #37045

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-05-10  0:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 16:47 [PR PATCH] wsjtx: update to 2.5.4 classabbyamp
2022-05-10  0:38 ` [PR PATCH] [Updated] " classabbyamp
2022-05-10  0:52 ` [PR PATCH] [Closed]: " classabbyamp

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