11# Template file for 'wsjtx'
22pkgname=wsjtx
3- version=2.7.0
4- revision=4
5- build_wrksrc=wsjtx
3+ version=3.0.0
4+ revision=1
65build_style=cmake
76configure_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 "
1615depends="qt5-plugin-sqlite"
1716short_desc="Weak-signal Amateur Radio communication program"
1817maintainer="classabbyamp <void@placeviolette.net>"
1918license="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
3028post_install() {
0 commit comments