tqsl: 2.3.1 -> 2.4.3
Changelog: https://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-4-3-release.pdf
This commit is contained in:
parent
1540ab34be
commit
d3390e5082
@ -1,12 +0,0 @@
|
|||||||
diff -dur tqsl-2.3.1/src/CMakeLists.txt tqsl-2.3.1b/src/CMakeLists.txt
|
|
||||||
--- tqsl-2.3.1/src/CMakeLists.txt 2017-04-17 20:53:22.000000000 -0400
|
|
||||||
+++ tqsl-2.3.1b/src/CMakeLists.txt 2017-10-05 21:14:39.048329343 -0400
|
|
||||||
@@ -54,7 +54,7 @@
|
|
||||||
if(NOT APPLE AND NOT WIN32)
|
|
||||||
set_source_files_properties(location.cpp PROPERTIES COMPILE_DEFINITIONS CONFDIR="${CMAKE_INSTALL_PREFIX}/share/TrustedQSL/")
|
|
||||||
set(HEADERS_TO_INSTALL tqsllib.h tqslerrno.h cabrillo.h adif.h tqslconvert.h)
|
|
||||||
-install(TARGETS tqsllib DESTINATION lib$(LIB_SUFFIX))
|
|
||||||
+install(TARGETS tqsllib DESTINATION lib${LIB_SUFFIX})
|
|
||||||
install(FILES config.xml DESTINATION share/TrustedQSL)
|
|
||||||
install(FILES ${HEADERS_TO_INSTALL} DESTINATION include)
|
|
||||||
endif()
|
|
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, cmake, expat, openssl, zlib, db, curl, wxGTK }:
|
{ stdenv, fetchurl, makeWrapper, cmake, expat, openssl, zlib, db, curl, wxGTK }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tqsl-${version}";
|
pname = "tqsl";
|
||||||
version = "2.3.1";
|
version = "2.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.arrl.org/files/file/LoTW%20Instructions/${name}.tar.gz";
|
url = "https://www.arrl.org/files/file/LoTW%20Instructions/${pname}-${version}.tar.gz";
|
||||||
sha256 = "10cjlilampwl10hwb7m28m5z9gyrscvvc1rryfjnhj9q2x4ppgxv";
|
sha256 = "0f8pa5wnp0x0mjjr5kanka9hirgmp5wf6jsb95dc6hjlzlvy6kz9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
@ -20,11 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
wxGTK
|
wxGTK
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./cmake_lib_path.patch ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Software for using the ARRL Logbook of the World";
|
description = "Software for using the ARRL Logbook of the World";
|
||||||
homepage = https://lotw.arrl.org/;
|
homepage = https://www.arrl.org/tqsl-download;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.dpflug ];
|
maintainers = [ maintainers.dpflug ];
|
||||||
|
@ -19728,6 +19728,7 @@ in
|
|||||||
toxiproxy = callPackage ../development/tools/toxiproxy { };
|
toxiproxy = callPackage ../development/tools/toxiproxy { };
|
||||||
|
|
||||||
tqsl = callPackage ../applications/radio/tqsl { };
|
tqsl = callPackage ../applications/radio/tqsl { };
|
||||||
|
trustedqsl = tqsl; # Alias added 2019-02-10
|
||||||
|
|
||||||
transcode = callPackage ../applications/audio/transcode { };
|
transcode = callPackage ../applications/audio/transcode { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user