Package Details: qman-git 1.3.1.r28.gb461fb9-1

Git Clone URL: https://aur.archlinux.org/qman-git.git (read-only, click to copy)
Package Base: qman-git
Description: A more modern manual page viewer for our terminals
Upstream URL: https://github.com/plp13/qman
Licenses: BSD-2-Clause
Conflicts: qman
Provides: qman
Submitter: plp
Maintainer: intelfx
Last Packager: intelfx
Votes: 1
Popularity: 0.000036
First Submitted: 2023-12-19 19:00 (UTC)
Last Updated: 2025-03-25 10:37 (UTC)

Latest Comments

1 2 3 Next › Last »

plp commented on 2025-08-12 07:41 (UTC)

And I apologise for making @kseistrup apologise. I was only trying to save the package.

kseistrup commented on 2025-08-12 05:58 (UTC)

@intelfx I apologize for my erratic suggestion. @plp knows better.

plp commented on 2025-08-11 19:51 (UTC)

@intelfx, please ignore last request from @kseistrup. qman-git should follow the devel branch, not main.

https://github.com/plp13/qman/issues/60

kseistrup commented on 2025-08-11 19:36 (UTC)

Please do not use the “devel” branch, just use the tip of main/master (whichever we get when #branch=devel has been removed in the PKGBUILD file).

https://github.com/plp13/qman/issues/60

plp commented on 2025-08-09 14:02 (UTC)

Can you please add a backup directive for the config file?

backup=("etc/xdg/qman/qman.conf")

Thanks in advance.

plp commented on 2025-04-04 12:38 (UTC) (edited on 2025-04-04 12:39 (UTC) by plp)

I tried to copy/paste your solution into my qman, but it didn't work. I also searched online for if check_option check y and I couldn't find any mention of it.

In the end, I managed to replicate the functionality by leaving tests disabled in build(), and adding

arch-meson build "${pkgname}-${pkgver}" --reconfigure -Dtests=enabled

at the top of check().

Also check out the complete list of opts I added to my build(). You may want to use them for qman-git as well.

intelfx commented on 2025-03-25 22:18 (UTC)

Yeah, since that comment I've added a small hack to append -Dtests=disabled if !check.

plp commented on 2025-03-25 21:04 (UTC) (edited on 2025-03-25 21:11 (UTC) by plp)

It works correctly for me.

makepkg pulls cunit as a dependency, and makepkg --nocheck doesn't.

Similarly, yay -S qman-git pulls cunit and yay --mflags="--nocheck" -S qman-git doesn't.

In all cases, build is successful.

intelfx commented on 2025-03-25 10:29 (UTC)

Hmm. Are you building with --nocheck?

patlefort commented on 2025-03-24 22:11 (UTC)

cunit should be a make depends or it will fail to build with qman/src/meson.build:58:10: ERROR: Dependency "cunit" not found, tried pkgconfig.