Package Details: trustedqsl 2.8.1-2

Git Clone URL: https://aur.archlinux.org/trustedqsl.git (read-only, click to copy)
Package Base: trustedqsl
Description: QSO log signing data for the ARRL Logbook of The World (LoTW)
Upstream URL: http://lotw.arrl.org/
Licenses: LicenseRef-:ARRL
Conflicts: trustedqsl-git
Provides: tqsllib, trustedqsl
Replaces: tqsl
Submitter: jecxjo
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 27
Popularity: 0.86
First Submitted: 2011-08-27 23:42 (UTC)
Last Updated: 2025-06-10 02:55 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

not_anonymous commented on 2015-02-15 03:36 (UTC)

There is now a trustedqsl-git version of this package in aur that incorporates my earlier PKGBUILD changes and installs the beta/development version.

not_anonymous commented on 2015-02-15 03:28 (UTC)

Yes that was/is included in my patches from my earlier comment dated 2014-12-14. maze: Please update to incluse the new deps and the other changes !

zryder commented on 2015-01-13 03:56 (UTC)

Fixed my problem. Please add wxgtk2.8 as a dependency. Thank you.

zryder commented on 2015-01-13 03:39 (UTC)

Just tried building with a fresh arch install. Trying to install via yaourt. CMake Error at /usr/share/cmake-3.1/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find wxWidgets (missing: wxWidgets_FOUND) Any suggestions are greatly appreciated. Thanks.

not_anonymous commented on 2014-12-14 11:09 (UTC)

Fixed a couple of things and added a bunch of stuff: http://pastebin.com/AD0dYWpK

maze commented on 2014-04-22 13:05 (UTC)

Updated the package with the patches from lucck. Thanks for that!

lucck commented on 2014-04-21 16:21 (UTC)

After changed wxgtk to version 3.0 trustedqsl won't compile. Please update PKGBUILD to use wxgtk2.8 by use cmake following command: cmake -DCMAKE_INSTALL_PREFIX=/usr ../ -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'