wsjtx: update to 2.5.4, adopt.

This commit is contained in:
classabbyamp 2022-05-08 12:46:42 -04:00 committed by classabbyamp
parent 8d434f8b58
commit 91d161fc2f
1 changed files with 5 additions and 6 deletions

View File

@ -1,22 +1,21 @@
# Template file for 'wsjtx' # Template file for 'wsjtx'
pkgname=wsjtx pkgname=wsjtx
version=2.4.0 version=2.5.4
revision=1 revision=1
build_wrksrc="wsjtx" build_wrksrc=wsjtx
build_style=cmake build_style=cmake
configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE= configure_args="-DRIGCTLCOM_EXE= -DRIGCTL_EXE= -DRIGCTLD_EXE="
-DRIGCTL_EXE= -DRIGCTLD_EXE="
hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc tar" hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc tar"
makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel 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 qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
depends="qt5-plugin-sqlite" depends="qt5-plugin-sqlite"
short_desc="Weak-signal Amateur Radio communication program" short_desc="Weak-signal Amateur Radio communication program"
maintainer="bra1nwave <bra1nwave@protonmail.com>" maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html" homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
distfiles="${SOURCEFORGE_SITE}/wsjt/${pkgname}-${version}/${pkgname}-${version}.tgz" distfiles="${SOURCEFORGE_SITE}/wsjt/${pkgname}-${version}/${pkgname}-${version}.tgz"
checksum=2e97c6cc8fc7a6ca7bfcad1966ed8415596f59c374727010d51340c4232e81c8 checksum=1b3f3846ad2c0a5f410178b6612765d59ee63db249eb6cfc332ace17f0a30898
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools" hostmakedepends+=" qt5-qmake qt5-host-tools"