Package Details: cqrlogalpha-git 136.r0.gd0130fd-1

Git Clone URL: https://aur.archlinux.org/cqrlogalpha-git.git (read-only, click to copy)
Package Base: cqrlogalpha-git
Description: CqrlogAlpha is a Cqrlog (by OK2CQR&OK1RR) clone that is under development
Upstream URL: https://github.com/OH1KH/CqrlogAlpha
Licenses: GPL-3.0-only
Conflicts: cqrlog, cqrlog-bin, cqrlog-git, cqrlog-source
Provides: cqrlog
Submitter: giovanni
Maintainer: giovanni
Last Packager: giovanni
Votes: 2
Popularity: 0.155126
First Submitted: 2025-05-05 06:00 (UTC)
Last Updated: 2025-05-05 06:00 (UTC)

Dependencies (16)

Required by (0)

Sources (1)

Latest Comments

coffee_time commented on 2025-10-27 07:47 (UTC) (edited on 2025-10-27 07:52 (UTC) by coffee_time)

same error here with the invalid lazarus directory, path is now '/usr/lib/lazarus'.

possible fix is to add code block from cqrlog-git PKGBUILD file to same file of cqrlogalpha-git:

prepare() {
    cd "$srcdir/$_pkgname"

#   sed -i 's/--ws=gtk2 src/--lazarusdir=\/usr\/lib\/lazarus --ws=gtk2 src/g' Makefile
    sed -i 's/--ws=gtk2 --pcp=$(tmpdir)\/.lazarus src/--lazarusdir=\/usr\/lib\/lazarus --ws=gtk2 --pcp=$(tmpdir)\/.lazarus src/g' Makefile
    sed -i "s:cqrlog.png:/usr/share/pixmaps/cqrlog/cqrlog.png:" tools/cqrlog.desktop
}

worked for me, hope it helps anybody.

73s

gazj commented on 2025-10-09 13:13 (UTC)

I am getting an invalid Lazarus directory on the latest builds for some reason.

lazbuild --ws=gtk2 --pcp=/tmp/.lazarus src/cqrlog.lpi SetPrimaryConfigPath NewValue="/tmp/.lazarus" Hint: (lazbuild) Primary config path: "/tmp/.lazarus" Error: (lazbuild) Invalid Lazarus directory "": directory lcl not found make: *** [Makefile:13: cqrlog] Error 7 <\code>