Skip to content

Commit 62cb660

Browse files
committed
wsjtx: update to 3.0.0.
1 parent a8fee48 commit 62cb660

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

srcpkgs/wsjtx/template

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Template file for 'wsjtx'
22
pkgname=wsjtx
3-
version=2.7.0
4-
revision=4
5-
build_wrksrc=wsjtx
3+
version=3.0.0
4+
revision=1
65
build_style=cmake
76
configure_args="-DRIGCTLCOM_EXE= -DRIGCTL_EXE= -DRIGCTLD_EXE=
87
-DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
@@ -12,19 +11,18 @@ makedepends="boost-devel-minimal libboost_log_setup libboost_log
1211
libboost_filesystem libboost_thread
1312
fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
1413
qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
15-
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
14+
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-websockets-devel"
1615
depends="qt5-plugin-sqlite"
1716
short_desc="Weak-signal Amateur Radio communication program"
1817
maintainer="classabbyamp <void@placeviolette.net>"
1918
license="GPL-3.0-or-later"
20-
homepage="https://wsjt.sourceforge.io/wsjtx.html"
21-
changelog="https://wsjt.sourceforge.io/Release_Notes.txt"
22-
distfiles="${SOURCEFORGE_SITE}/wsjt/wsjtx-${version}/wsjtx-${version}.tgz"
23-
checksum=3788f5df636af792514609ec2b4abe58477aa5f0ad32cb826424866fc21cec93
19+
homepage="https://wsjtx.github.io/wsjtx/index.html"
20+
changelog="https://wsjtx.github.io/wsjtx/Release_Notes.txt"
21+
distfiles="https://github.com/WSJTX/wsjtx/archive/refs/tags/v${version}.tar.gz"
22+
checksum=eb8b72941b574f1ad16aa0b50ae8b0cc7eaa2943f9b7d4797ff910bf518042a7
2423

25-
post_extract() {
26-
bsdtar xf src/wsjtx.tgz
27-
sed -i 's/ -Werror / /' wsjtx/CMakeLists.txt
24+
post_patch() {
25+
vsed -e 's/ -Werror / /' -i CMakeLists.txt
2826
}
2927

3028
post_install() {

0 commit comments

Comments
 (0)